<Release Number=164>
- applied patch from Steffen (ssteidte), thanks:
The following small changes to drpython.py(w) provide the ability to give the names of files to edit as command line arguments.
- applied patch from Knut Gerwens in CheckSyntax (drpython.py), many thanks.
there was former a problem using unicode version of wxPython with encoding cookie
- Patch by Knut Gerwens in drAboutDialog.py: added import of wx.lib.stattext,
replaced all occurences of 'wx.StaticText' with 'wx.lib.stattext.GenStaticText'
because wx.StaticText displayed some lines truncated when wxPython is run with wxGTK
- Set first notebook tab of drAboutDialog to white Background.
- added again menu entries: Edit => copy, cut, paste.
</Release>
<Release Number=163>
(Franz Steinhaeusler)
- I know there is much to do for linux, I'm looking for a project member (tester or even better bug fixer)
for linux. I will request to sourceforge project help in the next few days/weeks anyway for that.
There are some or many dialogs with bad layout, so not all texts are displayed, sizers are not fitting,
crashes ...
If you have interest please send me a mail or post into one of the foren.
But nevertheless interesting, whether it runs on linux or are there some critical errors, and possible bug fixes?
Best to send me whole files with an annotation, on what drpython release base you made your changes.
With minmerge, that should be no problem, that I integrate them.
- 1.63 experimental; for careful people, please stay at 1.62 for the time being, for
the other, please test
- plugin patches are also welcome
---
- there should be more menu icons visible.
- drpopup: icons in context menu (changes are older then one year)
- applied tab2spaces (for all py files in drpython, because it is python "standard")
- test and helper files added:
dr.bat and d.bat
drpython_wx26.pyw (test for older wxpython version)
drpython_wx26_debug.pyw (test for older wxpython version and traceback output to file)
drpython_wx26.py (test for older wxpython version)
and 2 bat files
if you use on of these, please rename then, adapt them to your needs and make a link to them.
(because, this files will be overwritten in a newer version).
- encoding problems
There was a problem in unicode build (for example german umlauts), that files are stored with 0 bytes.
This is REALLY bad. I hope, this is resolved now (GetDefaultEncoding added).
If there is still an error, the file will not be stored. you could copy/paste it to another editor.
But I hope, this will never happen.
applied also for decoding files.
- some "selfish" hacks integrated, which I want resolve in newer versions
1) trim trailing whitespace only for python files, not for other files (I use the editor also in the company)
Later, I want to add trim trailing whitespace to the file types
2) removed copy/cut/paste from edit menu. For my keyboard macro plugin, otherwise, the keystrokes
will not be recognised. Every people should know this commands by heart, anyway. :)
3) I laid the ctr-right mouse click to my doclist plugin.
- drfiledialog sort "case insenstive".
- standard file dialog is standard again, not the drfiledialog (some people mourned about that).
- a bug in drNotebook.py fixed (bug report was also longer time ago).
- minimum panel size for source browser was restricted to 25 (unnecessary). put the value to 1.
thanks for user request, Peter
- menu printer setup was not working, fixed.
- small fix in drPrompt.py
- new "hidden" feature: ctrl-right mouseclick should show the about dialog.
- small patch in drscripmenu.py
- workaround by Dunderhead, thanks. (self.txtPromptArray[i]._waitforoutput('>>>'), freezes on linux).
- small changes in RemoveTrailingWhitespace with status text output.
PS: I only work for DrPython with DrPython, if this is not a advertising, I don't know neither. :)
PS2: Next time, I send a roadmap for next drpython releases in the project news. Feedback is welcome.
</Release>
<Release Number=162>
(assisted for Dan by Franz Steinhaeusler)
should be running with wxPython 2.7 and 2.8 (Position is now a function; this caused a startup error)
added patch from Jean-Pierre MANDON for drToolBarDialog - thanks; there were some errors for plugin icons.
</Release>
<Release Number=161>
Removing the buggy debugger for now.
Focus is set in each tab when switching documents.
The focus is set to the current document when a program ends.
(BugReport/Feature-Request, Thanks schmolch)
Added code for Save A Copy (Thanks Stewart Midwinter)
SourceBrowser autorefresh is saved again.
Changed the location of the mode dialog bitmaps.
</Release>
<Release Number=160>
"Toronto Edition"
Huge Thanks to Greg Wilson, Tim Smith, Patrick Smith, and Laurie MacDougall.
new features:
graphical debugger
import all
user modes (beginner, advanced)
pydoc browser
plus other fixes and ui tweaks.
</Release>