Changeset 511


Ignore:
Timestamp:
10/26/08 10:04:55 (3 years ago)
Author:
szabgab
Message:

add my Changes

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r502 r511  
    33v0.XX XXXX 
    44 
    5     fix warning when closing Padre with no files open 
     5    fix warning when closing Padre with no files open (BRICAS) 
    66    close lone unused document when opening a recent file (now works the same 
    7         as file->open) 
     7        as file->open) (BRICAS) 
    88    SplitWindow widgets are now used properly (ADAMK) 
    99    Show Output nows correctly hides away the output window when non-visible (ADAMK) 
     
    1414    Make it clear in the main window title if running from SVN checkout (ADAMK) 
    1515    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 
    1626 
    1727v0.12 2008.10.23 
  • trunk/MANIFEST

    r505 r511  
    3131lib/Padre/Wx/Menu.pm 
    3232lib/Padre/Wx/ModuleStartDialog.pm 
     33lib/Padre/Wx/Output.pm 
    3334lib/Padre/Wx/Popup.pm 
    3435lib/Padre/Wx/Preferences.pm 
  • trunk/lib/Padre/Document.pm

    r477 r511  
    291291    $editor->EmptyUndoBuffer; 
    292292    if ($convert_to) { 
    293         warn "Converting to $convert_to"; 
     293        warn "Converting $file to $convert_to"; 
    294294        $editor->ConvertEOLs( $mode{$newline_type} ); 
    295295    } 
Note: See TracChangeset for help on using the changeset viewer.