Changeset 10615 for trunk/Padre/Changes


Ignore:
Timestamp:
02/08/10 02:23:11 (2 years ago)
Author:
adamk
Message:

Added support for --reset to flush and reset the configuration to defaults, because the Swarm plugin is instantly segfaulting Padre at startup and I didn't want to have to keep resetting the configuration by hand all the time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/Changes

    r10613 r10615  
    2525      of the modules used by the Perl help provider run-time loaded (ADAMK) 
    2626    - Moved padre.exe build from bin to win32-loader folder since bin is a 
    27       bad location for putting the Padre win32 launcher code (SMUELLER, AZAWAWI) 
     27      bad path for putting the Padre win32 launcher code (SMUELLER, AZAWAWI) 
    2828    - Added "Open in File Browser" in the File and right-click menu (AZAWAWI) 
    29     - No need to launch a command shell to execute explorer.exe on win32 (AZAWAWI) 
     29    - No need to launch a command shell to execute explorer.exe on 
     30      win32 (AZAWAWI) 
    3031    - Added "Open with Default System Editor" in "File -> Open..." (AZAWAWI) 
     32    - Implemented padre --reset to flush and reset the current Padre 
     33      configuration in otherwise unrecoverable situations, such as now 
     34      when the Swarm plugin causes the slave-driver code to instantly 
     35      segfault at startup (ADAMK) 
    3136 
    32370.56 2010.02.01 
     
    5762      the invoker (AZAWAWI) 
    5863    - Disable debugger menu items when there is no document (AZAWAWI) 
    59     - Fixed a Padre debugger crash when an unsaved document is debugged (AZAWAWI) 
     64    - Fixed a Padre debugger crash when unsaved document is debugged (AZAWAWI) 
    6065    - Fixed Padre no-document crash with Find Next/Find Previous functionality 
    6166      (AZAWAWI) 
     
    205210    - Ctrl-Tab behaviour is now configurable (SEWI) 
    206211    - Rename Padre::Debug to Padre::Logger (SZABGAB) 
    207     - Reuse the comment field of the menu actions and show them in the toolbar (SZABGAB) 
     212    - Reuse the comment field of the menu actions and show them in 
     213      the toolbar (SZABGAB) 
    208214    - Add comment field to all the menu items that did not have yet (SZABGAB) 
    209215    - Integrated Padre::DB into the Padre::Locker API, so that we can do 
     
    212218      being done in a transaction, or were doing crazy bizarre things. Startup 
    213219      is now noticably faster (ADAMK) 
    214     - Added Preference setting to control autocomplete when editting a script rather than 
    215       a Module. (PLAVEN)       
     220    - Added Preference setting to control autocomplete when editting a 
     221      script rather than a Module. (PLAVEN)       
    216222 
    2172230.52 2009.12.14 
     
    347353    - Fixed ticket #627: Suggestion: Make it possible to copy 'Syntax Check' 
    348354      messages (AZAWAWI) 
    349     - require version 0.20 of Wx::Perl::ProcessStream to fix #628 (AZAWAWI, SZABGAB) 
     355    - Require version 0.20 of Wx::Perl::ProcessStream to fix #628 (AZAWAWI, SZABGAB) 
    350356    - Fixed ticket #493: splash image license not suitable for Debian (AZAWAWI) 
    351357    - Fixed t/86-service.t to work again on win32 (AZAWAWI) 
     
    11981204 
    119912050.04 2008.08.08 
    1200     - add Devel::PerlySense as prereq 
    1201     - stop checking for wx version for now 
    1202     - change the create_makefile_pl to passthrough as the traditional did not do the extra work done by Build.PL 
     1206    - Add Devel::PerlySense as prereq 
     1207    - Stop checking for wx version for now 
     1208    - Change the create_makefile_pl to passthrough as the traditional did 
     1209      not do the extra work done by Build.PL 
    12031210    - Mark the buffer that is unsaved with a star. 
    1204     - stop saving the content of the loaded file and use GetModify 
     1211    - Stop saving the content of the loaded file and use GetModify 
    12051212      to find out if the file has been modifyed since last save 
    1206     - replace the search_term by search_terms in the config file 
    1207     - allow remembering of search terms 
    1208     - replace the text dialog by a full dialog box and a Wx::ComboBox 
     1213    - Replace the search_term by search_terms in the config file 
     1214    - Allow remembering of search terms 
     1215    - Replace the text dialog by a full dialog box and a Wx::ComboBox 
    12091216    - Setup http://padre.perlide.org/ using trac 
    12101217    - Move the repository to http://svn.perlide.org/padre/ 
    12111218 
    121212190.03_02 2008.08.03 
    1213     - add experimental code for plugins 
    1214     - add experimental version of Padre::Plugin::PAR 
    1215     - fix the shortcuts of some of the menues in windows, thanks to Octavian Rasnita 
    1216     - replace the AppendSubMenu calls by Append calls to support older version of wxWidgets 
     1220    - Add experimental code for plugins 
     1221    - Add experimental version of Padre::Plugin::PAR 
     1222    - Fix the shortcuts of some of the menues in windows, thanks to Octavian Rasnita 
     1223    - Replace the AppendSubMenu calls by Append calls to support older version of wxWidgets 
    12171224 
    121812250.03_01 2008.07.31 
Note: See TracChangeset for help on using the changeset viewer.