Thanks:
1 bugreport from François Joffre
Version: 0.1.1, 15.02.2005,
- removed unnecessary import
- adapted changes to DrPython 3.10.4 (changed mdinotebook to documentnotebook)
- removed unnecessary comments
- removed txtPromptArray
Version: 0.1.0, 21.01.2005,
- Background Color for listctrl and textctrls (easier disctinction to other dialogs)
- updated for DrPython 3.9.1
(replaced homedirectory with userpreferencesdirectory)
- buttons a little bit wider and slightly reordered
- bug fixed with icons display after reorder
- bug fixed with icons after swap documents
Version: 0.0.9, 26.10.2004,
- replaced "bulb" icons with drpython modified icon
- focus on doc after close dialog (after task change, it was not=
Version: 0.0.8, until 20.10.2004,
- put image data inside class
- file should have unix line endings now (saw problem with downloading plugin with the new 3.6.0 version
- Now preferences with save no size, save manually and save automatically.
- new buttons: save preferences, about, savesize
- also SetSizerAndFit for dialog
- f2 now sorting after path (as in searchinfiles and findfiles)
Version: 0.0.7, 28.09.2004:
- Hotkeys for Buttons
- removed: File modified: display '*'
- bug: notebook tabs dissapear, when reordering files. fixed.
(called .OnModified (None))
Version: 0.0.6, 28.08.2004:
- renamed it to DocList again
- integrate it to Documents Menu (before the the list of Documents are displayed)
Version: 0.0.5, 12.08.2004:
- Integrate in File => Tabs menu
- Plugin Name Change (from DocList to TabList), so it complies to the core
namings more
- cleaned up code, changed some variable names
- Some Help Text
- Help Button in Dialog
- changed Changelogorder (also for later plugins)
Version: 0.0.4, 08.08.2004:
- change name from swap left and right to "move" left and right
- Toggle Docs: explain; examine is the best way to learn, little unnormal
so simple and yet so useful!!; almose toggle blind without care for keyboard
look for good, easy to reach hotkey.
once you get used to it, you will love it! specially, if you have several tabs open
simplest way: select first wished tab => call toggle => select second wished tab
=> toggle => toggle
- bug fixed (happened when: sort the list box => select random list entries => close then =>
disorder in tabs and listctrl)
- please delete doclist shortcuts file and reassign key bindings (because of name change from
swap to move)
Version: 0.0.3, 07.08.2004:
- simplified tabname things
- swap page bug: thanks Daniel Pozmanter
- try except for loading images
- swap tab left and right
- changed (tab left and is left or tab right and is right => nothing will we swapped)
- close: tab selected complies with listctrl
- Save Button + refresh in listctrl
- saved untitled: show new name in listctrl
- if only one document is open: "Nothing to do"
- hotkeys for sorting similar norton commander shortcuts
(ctrl) f3 name and reverse
(ctrl (f4) extension and reverse
(ctrl (f5) number and reverse
(ctrl (f6) path and reverse
- extension und nr column broader (so after sorting sign, text is still fully visible)
- used ListCtrlAutoWidthMixin for the last column
Version: 0.0.2, 06.08.2004
""risky version, must test myself, but want to upload to get suggestions of improvements""
- delete key closes document
- makenewtab: creates txtDocumentArray new (because len of array is used to determine number of documents)
- jump to same position in listctrl (if possible) after closing a document
- flag: is_reordered to avoid every time the recreation of tabs; also if it is not needed
- maybe circumstantial, but i wanted to keep the code simple to understand
- file close should work; selection moves to the next in the listctrl
- file close with del key or delete button
- file close (call to drframe.onclose was important!)
- cancel (reorder tabs and try to find the last selected again)
if it doesn't exist anymore (it was closed in dialog) jump to first document
- ok dialog; if several docs are selected, take the first selected one
- up/down button
- function up/down with leave focus in listctrl (also in close doc)
- reason of numbers: can see the old sorting too
- buttons new grouped
- min size of dialog with setsizerhints
- manual move (deselct all but the first)
- decrement "nr" entries in listctrl, when files are closed
DrFrame.mdinotebook.GetPageCount() != oldpagecount; sign, that
document was really closed
- makenewtablist: only step throug the number of entries in listctrl
also insert again right page title (with '*' for modified)
Version: 0.0.1, 03.08.2004
- new Menubar Document after DrScript
Name of menu: Document List
- "Untitled" documents properly sorted and displayed
- Dialog only, when at least 2 Documents open. (otherwise, it makes no sense)
- see also todo list (updated)
- temporary disabled static box symbols (is the static box really necessary?)
- temporary disabled the cancel button (problem)
- doubleclick on list entry: same as btn_ok
- sort ascending and descending (toggle sorting on clicking on the same column)
- arrow icons show direction of sorting
- swap function (query last or first), stay on the current tab;
put to document menu
- no sort order changed (flag) do not resort tabs (prevents flickering
and source of errors
Version: 0.0.0, Franz Steinhaeusler
Initial Version: 01.08.2004
beta version
- Doc List displayed
- select a Doc
- resorting the docs with the column header
- mark files as modified
- sizer in dialog
This plugin should be at first place a Document List Switcher.