Changeset 511
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r502 r511 3 3 v0.XX XXXX 4 4 5 fix warning when closing Padre with no files open 5 fix warning when closing Padre with no files open (BRICAS) 6 6 close lone unused document when opening a recent file (now works the same 7 as file->open) 7 as file->open) (BRICAS) 8 8 SplitWindow widgets are now used properly (ADAMK) 9 9 Show Output nows correctly hides away the output window when non-visible (ADAMK) … … 14 14 Make it clear in the main window title if running from SVN checkout (ADAMK) 15 15 Add Padre::PluginBuilder for Padre plugins with extra build targets (SMUELLER) 16 Create dialog abstraction in Padre::Wx::Dialog. 17 Lots of refreshing related fixes. 18 Create Padre::Documents to return the current or any other document object. 19 Stop importing Wx directly in the Padre::Wx:: modules. 20 Compile all modules if Test::Compile is available during tests. 21 Save button on toolbar is working now when the current document needs saving. 22 Use binmode :raw in order to help Windows when opening and writing files 23 fixing the bug that we used to change the newline types whem editing on Windows. 24 Run Script did not work bug fixed #76 25 chdir to directory to be executed with Run Script #69 16 26 17 27 v0.12 2008.10.23 -
trunk/MANIFEST
r505 r511 31 31 lib/Padre/Wx/Menu.pm 32 32 lib/Padre/Wx/ModuleStartDialog.pm 33 lib/Padre/Wx/Output.pm 33 34 lib/Padre/Wx/Popup.pm 34 35 lib/Padre/Wx/Preferences.pm -
trunk/lib/Padre/Document.pm
r477 r511 291 291 $editor->EmptyUndoBuffer; 292 292 if ($convert_to) { 293 warn "Converting to $convert_to";293 warn "Converting $file to $convert_to"; 294 294 $editor->ConvertEOLs( $mode{$newline_type} ); 295 295 }
Note: See TracChangeset
for help on using the changeset viewer.
