Changeset 10615 for trunk/Padre/Changes
- Timestamp:
- 02/08/10 02:23:11 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/Changes (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/Changes
r10613 r10615 25 25 of the modules used by the Perl help provider run-time loaded (ADAMK) 26 26 - Moved padre.exe build from bin to win32-loader folder since bin is a 27 bad locationfor putting the Padre win32 launcher code (SMUELLER, AZAWAWI)27 bad path for putting the Padre win32 launcher code (SMUELLER, AZAWAWI) 28 28 - 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) 30 31 - 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) 31 36 32 37 0.56 2010.02.01 … … 57 62 the invoker (AZAWAWI) 58 63 - Disable debugger menu items when there is no document (AZAWAWI) 59 - Fixed a Padre debugger crash when anunsaved document is debugged (AZAWAWI)64 - Fixed a Padre debugger crash when unsaved document is debugged (AZAWAWI) 60 65 - Fixed Padre no-document crash with Find Next/Find Previous functionality 61 66 (AZAWAWI) … … 205 210 - Ctrl-Tab behaviour is now configurable (SEWI) 206 211 - 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) 208 214 - Add comment field to all the menu items that did not have yet (SZABGAB) 209 215 - Integrated Padre::DB into the Padre::Locker API, so that we can do … … 212 218 being done in a transaction, or were doing crazy bizarre things. Startup 213 219 is now noticably faster (ADAMK) 214 - Added Preference setting to control autocomplete when editting a script rather than215 a Module. (PLAVEN)220 - Added Preference setting to control autocomplete when editting a 221 script rather than a Module. (PLAVEN) 216 222 217 223 0.52 2009.12.14 … … 347 353 - Fixed ticket #627: Suggestion: Make it possible to copy 'Syntax Check' 348 354 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) 350 356 - Fixed ticket #493: splash image license not suitable for Debian (AZAWAWI) 351 357 - Fixed t/86-service.t to work again on win32 (AZAWAWI) … … 1198 1204 1199 1205 0.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 1203 1210 - Mark the buffer that is unsaved with a star. 1204 - stop saving the content of the loaded file and use GetModify1211 - Stop saving the content of the loaded file and use GetModify 1205 1212 to find out if the file has been modifyed since last save 1206 - replace the search_term by search_terms in the config file1207 - allow remembering of search terms1208 - replace the text dialog by a full dialog box and a Wx::ComboBox1213 - 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 1209 1216 - Setup http://padre.perlide.org/ using trac 1210 1217 - Move the repository to http://svn.perlide.org/padre/ 1211 1218 1212 1219 0.03_02 2008.08.03 1213 - add experimental code for plugins1214 - add experimental version of Padre::Plugin::PAR1215 - fix the shortcuts of some of the menues in windows, thanks to Octavian Rasnita1216 - replace the AppendSubMenu calls by Append calls to support older version of wxWidgets1220 - 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 1217 1224 1218 1225 0.03_01 2008.07.31
Note: See TracChangeset
for help on using the changeset viewer.
