root/trunk/Padre/Changes @ 8332

Revision 8330, 45.1 KB (checked in by ryan52, 10 months ago)

changes from the branch

Line 
1Changes for Perl Application Development and Refactoring Environment
2
30.47 2009.09.25
4    - Bundled more Perl Operators documentation [perlopref.pod] (AZAWAWI, COWENS)
5    - Fixed crash when inserting a special value without any document (AZAWAWI)
6    - Improved StatusBar - speed (SEWI)
7    - Fixed ticket #573 ESC does not close About window (AZAWAWI)
8    - Fixed ticket #578 Padre's Splash screen should not get in the way (AZAWAWI)
9    - Fixed ticket #579 Commenting/uncommenting comments the last unselected
10      line (AZAWAWI)
11    - Fixed ticket #576 common (beginner) error check has no feedback if no
12      errors found (AZAWAWI)
13    - Added Padre::File as a API for all operations on edited files (SEWI)
14    - Added 13-eol.t to detect non-UNIX EOL-ed files in Padre (AZAWAWI)
15    - Added "Open URL" menu option (SEWI)
16    - Added Padre::File::HTTP (SEWI)
17    - No more "WIN32" as a line ending indicator only "WIN" (AZAWAWI)
18    - The status bar provides more space to display longer mime-type names (AZAWAWI)
19    - The status bar reflects now the current document's line endings as
20      follows (AZAWAWI):
21        - WIN (CR/LF), MAC (CR), UNIX (LF)
22        - Mixed, a mixture of the above which is usually an error
23        - None which is a one-liner/empty script
24    - Beautified the about dialog so that it is includes the splash image. (AZAWAWI)
25    - Fixed ticket #589 Pasting in a UNIX document in win32 corrupts it to
26      MIXEd (AZAWAWI)
27    - Added more beginner-error-checks (SEWI)
28    - Improved Perl menu to be more consistent (AZAWAWI)
29    - Fixed ticket #504 and ticket #586 which are basically about being able to
30      lexically rename a variable when the cursor is over its declaration (AZAWAWI)
31    - Added "Dump PPI Document" to "Padre Developer Tools" core plugin (AZAWAWI)
32    - Added Run/Stop icons to the toolbar per ticket #529 (AZAWAWI)
33    - Fixed ticket #595 F6 (Stop Executing of script) doesnt work with Output
34      window in Windows (AZAWAWI)
35    - Fixed ticket #597: Merged OS detection in Padre::Constant (SEWI)
36    - Fixed ticket #594: F1 key doesn't work (SEWI)
37    - Fixed ticket #593: On Windows, files with / and \ are now the same
38      and files are treated case-insensitive (AZAWAWI, SEWI)
39    - Fixed ticket #591: Save/Save as decision was corrupt (SEWI)
40    - Fixed ticket #582: Run this test/Run Tests are broken on win32 when there
41      is a space in the test file (AZAWAWI)
42    - Fixed ticket #553: Directory browser's "Move to trash" feature is not
43      working on Vista/win32 (AZAWAWI)
44    - Massive refactoring of Plugin Manager. Looks almost exactly the same
45      but now the status information actually updates properly (ADAMK)
46    - Added a padre.exe launcher on win32 (SEWI, GETTY, AZAWAWI)
47    - Reformat filenames to correct OS-dependend syntax (AZAWAWI, SEWI)
48    - Moved add Win32 API functions to one module (AZAWAWI, SEWI)
49    - Fixed ticket #488: allow script to recognize when executed by Padre (AZAWAWI)
50    - Padre now uses cperl() console instead perl() for compatiblity with
51      wperl (AZAWAWI)
52    - Added Perl version, uptime and process information to about box (SEWI)
53    - Fixed ticket #603: Background tasks fail to work under wperl win32 (AZAWAWI)
54    - Added option to open a saved session on startup (SEWI)
55    - Fixed ticket #580: On win32, Perl 5 syntax checker is invoked in strange
56      situations (AZAWAWI)
57    - Padre now warns about the running process at exit and asks whether to kill
58      it and exit or cancel the shutdown (AZAWAWI)
59    - Removed false warnings about duplicated actions/shortcuts when changing
60      Padre's language (AZAWAWI)
61    - Fixed ticket #394: Close DocBrowser with Escape key (AZAWAWI)
62
630.46 2009.09.13
64    - Fixed Smart highlighting to show a pale green round box instead of an
65      ugly squiggle (AZAWAWI)
66    - Run script waits now after completion for key to continue when run in an
67      external win32 window (AZAWAWI).
68    - Padre now supports the following extensions:
69        - For Perl 5, .pmc and .plx (AZAWAWI, SZABGAB)
70        - For Perl 6, .pl6, .pm6, .p6l and .p6m (AZAWAWI)
71    - Help search handles now http:// and perldoc:// links (AZAWAWI)
72    - Enabled "Syntax Check" tab is now shown when there is a problem without
73      losing editor focus (AZAWAWI)
74    - Handle "Recent files" Padre crash when it is called with a file that no
75      longer exists. The entry is deleted and a message box is shown (AZAWAWI)
76    - Added a "extract subroutine" function (RHEBUS)
77    - Handle "Open all Recent Files" Padre crash when setup_editor is called
78      with a file that no longer exists (AZAWAWI)
79    - Fixed ticket #536 Padre auto converts EOLs automatically (AZAWAWI)
80    - Pod::Perldoc 3.15 is required now. Allowing help on $. and similar. (AZAWAWI)
81    - Fixed Arabic/Hebrew developer/translator names in Padre's about box (AZAWAWI)
82    - Bundled more Perl Operators documentation [perlopref.pod] (AZAWAWI, COWENS)
83    - Made beginner-error-checks work (SEWI)
84
850.45 2009.09.02
86    - Disabled 'Test Plugin From Local Dir' menu option until it's properly fixed (GARU)
87    - Fixed PluginManager Pod glitch for deprecated Perl5 plugin (ADAMK)
88    - Fixed various open bugs which exist on Gnome but not on Windows (SEWI)
89    - Several translation updates (thanks to all translators!)
90
910.44 2009.08.24
92    - Help Search now supports perlopref.pod parsing - Perl operator reference
93      (AZAWAWI)
94    - Fixed various "Help Search" dialog bugs for perlvars and CORE modules
95      (AZAWAWI)
96    - "Directory Browser" stability fixes (AZAWAWI)
97    - Refactored "Help Search" to use document help providers. This will make it
98      faster (AZAWAWI)
99    - Help Search looks up words selected or under the cursor (AZAWAWI)
100    - allow the use of $main->open_file_dialog($dir) (SZABGAB)
101    - Moved Ecliptic's Quick Fix to Padre core under the Edit menu (AZAWAWI)
102    - Enable the F12 Save as shortcut again (SZBAGAB)
103    - Added Perl 5 Quick Fix for 'use strict; use warnings;' (AZAWAWI)
104    - Added Insert submenu and dialog, moved snippets into insert submenu (TEEJAY)
105
1060.43 2009.08.16
107    - Revised nice splash screen slightly. Move original artwork
108      to Padre-Artwork (BRAMBLE)
109    - Added a (hopefully) nice splash screen for Padre (GARU)
110    - Added a Padre::Perl API for discovering the location of the system
111      Perl in a way smart enough to handle people that specifically need a
112      command line Perl, or specifically need a windowing Perl (ADAMK)
113    - Temporarily remove PAR support (ADAMK)
114    - Upgrade the plugin internals to support arbitrary class names,
115      simplifying the implementation and clearing the way for
116      Acme::Padre::Plugin::* modules. (ADAMK)
117    - Updated PPI dependencies. Padre now supports 5.10 syntax in PPI-based
118      features (ADAMK)
119    - Find dialog now uses the Padre::Search API. (ADAMK)
120    - New multiple-tabbed About box (ADAMK)
121    - F3 with sub-line selected text converts it directly into an active
122      search without needing to invoke the Find dialog (ADAMK)
123    - Moved Perl 6 Help dialog to Padre core as "Help/Help Search" (AZAWAWI)
124    - Help/Help Search now supports Perl 5 (AZAWAWI)
125    - Moved Ecliptic's Open Resource to Padre core as "Search/Open Resource"
126      (AZAWAWI)
127    - Moved Ecliptic's Quick Menu Access to Padre core as "Search/Quick Menu
128      Access" (AZAWAWI)
129    - Fixed run command in a separate window bug on win32 (AZAWAWI)
130    - Moved Ecliptic's "Open in file browser" to Padre core as "File/Open in
131      File Browser" and integrated it with Directory browser (AZAWAWI)
132    - Moved functionality in Perl 5 plugin to Plugins -> Module Tools (ADAMK)
133    - Implemented "Edit / Next Problem" (AZAWAWI)
134    - Force setting of document (MIME) type when using New->Perl 5 test
135      (#476) (KARL.FORNER) (SZABGAB)
136    - Make sure coloring is update when save-as file or when opening a new
137      file from template. (SZABGAB)
138
1390.42 2009.07.31
140    - Fixed a bug that crashed Padre while moving panels with outline
141      enabled (GARU)
142    - The Directory browser hidden files support now automatically
143      recognises intermediate directories (blib etc) in Perl distributions,
144      and correctly ignores them (ADAMK)
145    - Various performance improvements to directory tree (ADAMK)
146    - New search engine coupled to directory tree with some regex
147      characters support (GABRIELMAD)
148    - Initial Padre actions support which means an action can be re-used
149      by anything running on Padre. Keyboard shortcut conflict warnings are
150      implemented (AZAWAWI)
151    - Added the "Artistic" and "COPYING" (GPLv1) files as well a note to the
152      "README" about licensing per the request of the
153      http://directory.fsf.org/ maintainers. (SHLOMIF)
154    - Added a "right margin" option which will show a line at the specified
155      column (BRICAS)
156    - Now new files belong to the project from where they were created till
157      they are saved (GABRIELMAD)
158    - Directory Tree shows the project directory or if none file is opened
159      the default projects directory (configurable in Preferences > Behavior
160    - none configured, default is user's documents directory) (GABRIELMAD)
161    - Install some of the examples in the share directory and add an
162      Open Example menu option (SZABGAB)
163    - Adding Padre::Wx->add_pane_info convenience method to prevent the need
164      for the stupid ugly Wx::AuiPaneInfo method chaining (ADAMK)
165    - Create the Left panel and moved the Directory tool into it (ADAMK)
166    - Upgrade Wx tree navigation to handle detached floating panels (ADAMK)
167    - Implemented Smart Highlighting. Double click on a word to select it
168      and a green squiggle will be shown for each matching word (AZAWAWI)
169    - Now users can choose which is the project directory that Directory
170      Tree must show (GABRIELMAD)
171    - Moved close operations into Close... submenu (ADAMK)
172    - Added "Close This Project" to close all open files in the same project
173      as the current file (ADAMK)
174    - Added "Close Other Projects" to close all open files in projects other
175      than the project of the current file (ADAMK)
176    - Changed a bunch of documentation from using items or comma-separation
177      to using =head3 pod entries (ADAMK)
178    - Adding new Blue Morpho logo (ADAMK)
179    - Removed dependency on prefork.pm, it was only there to shut up the dev.pl
180      DIE: warnings (ADAMK)
181    - Removed dependency on Test::Most, and with it about 5-10 other excessive
182      test-related dependencies (ADAMK)
183
1840.41 2009.07.23
185    - Remove Experimental mode.
186    - Fixed a bug in Plugin config_write where ->selectrow_array was used
187      instead of ->do to SQL update (Thanks to tlbdk++). (AZAWAWI)
188    - run_command in a separate window now works in win32 to support
189      prompt('...') in Perl 6 and <STDIN> in Perl 5. (AZAWAWI)
190    - Now Padre can find/replace inside selections (GARU)
191    - New Syntax highlighter configuration system. Plugins now can add more
192      syntax highlighters and users can pick one per mime-type. (SZABGAB)
193    - Directory browser new artwork and drag and drop support (GABRIELMAD)
194
1950.40 2009.07.17
196    - Removed about 10 dependencies, including several with lots of FAIL
197      reports in CPAN Testers (ADAMK)
198    - Complete refactoring of the Directory Browser, gaining a lot of
199      performance improvements and new features such as sorted output
200      and context menu options (GABRIELMAD)
201
2020.39 2009.07.09
203    - Some of the refactoring code was moved to PPIx-EditorTools (MGRIMES)
204    - Detection of Moose attributes in Outline view (JQUELIN)
205    - Detection of MooseX::POE events in Outline view (JQUELIN)
206    - Added keywords to META.yml (via Makefile.PL.) (SHLOMIF)
207    - Bumped the required Test::More version to 0.88 - needed for note().
208      (SHLOMIF)
209    - Open Selection (ctrl-Shift-O) now displays all the files it finds
210      and lets the user select (SZABGAB)
211    - Eliminate crash when pressing F3/F4 while there are no open
212      files (#421) (SZABGAB)
213    - Enable/Disable Window menu options when there are (no) open
214      files. (#417) (SZABGAB)
215    - For Cut/Copy/Paste/Select All, use the focused textctrl instead
216      of the editor textctrl (RSN)
217    - Autoupgrade ascii files to be utf-8 on save if user types in wide
218      characters (#304) (SZABGAB)
219    - Allow the user to use external (xterm) to run the scrips. (SZABGAB)
220    - Add menu option to show selection as hexa or as
221      decimal. (#36) (SZABGAB)
222    - Switch to Locale::Msgfmt and generate the .mo files at install
223      time (RSN)
224    - Add number of lines to GoTo line dialog (#439) (SZABGAB)
225
2260.38 2009.06.27
227
228    - Replace regex that needs 5.10 by a split (SZABGAB)
229
2300.37 2009.06.25
231    - "Introduce Temporary Variable" refactoring tool (SMUELLER)
232    - Added a friendly icon on the toolbar to toggle comments (GARU)
233    - Crazy Win32::API AllowSetForegroundWindow hack to allow the
234      Single Instance Server to correctly foreground itself (ADAMK)
235    - Added Padre::Search search and replace API (ADAMK)
236    - Switching to last edited file is now Ctrl-Shift-p (SZABGAB)
237    - Be compatible with older version of File::Path (RYAN52)
238    - Links to Mibbit were replaced by links to our irc.html (SZABGAB)
239    - Merged the code of Padre::Plugin::Encode into Padre (SZABGAB)
240    - Update directory only when switching to new editor (SZABGAB)
241
2420.36 2009.05.30
243    - DocBrowser::POD resolver is now Pod::PerlDoc with benefits
244      DocBrowser attempts to use current padre locale as language hint
245      DocBrowser reuses tabs for same/similar documents (#323) (Andrew Bramble)
246    - Make DocBrowser suck less. Quieter and faster (#322) (Andrew Bramble)
247    - Output should be blank by default at startup (#351) (JQUELIN)
248    - No padre version in window title (#349) (JQUELIN)
249    - Added generic HTTP task support with Padre::Task::LWP (ADAMK)
250    - Implemented first-generation Popularity Contest task (ADAMK)
251    - Reorganized and differentiated Find and Replace dialogs (#348) (THEREK)
252    - Add a set of filename wildcards to filter directory listing in Open File dialog (#343) (THEREK)
253    - Add Chinese (Traditional) translation (BLUET)
254    - Show Perl menu on a Project as well as Document basis (ADAMK)
255    - Disable all Perl 6 code unless the Perl 6 plugin is enabled (ADAMK)
256    - Reshuffle and relabel of some menus to improve asthetics (ADAMK)
257    - Fix no_refresh during multi-file operations (ADAMK)
258    - Added mibbit.com "Live Support" entries to the Help menu (ADAMK)
259    - Removed the use of Class::Autouse, it was slowing down PPI (ADAMK)
260    - Various performance improvements, load cost down by 12Mb (ADAMK)
261    - Fixed the cut/copy/paste problem (#332) (ADAMK)
262
2630.35 2009.05.08
264    - Add Japanese translation (ISHIGAKI)
265    - Implemented experimental Single Instance support (#117) (ADAMK)
266    - Implemented context-sensitive right-click menu for Perl documents (SMUELLER)
267    - Ctrl-left-click on a Perl variable will jump to its definition (SMUELLER)
268    - Ctrl-left-click on a Perl function callwill jump to its definition (SMUELLER)
269    - Left-clicks into documents can now be hooked by the document class (SMUELLER)
270    - Fix to the thread-status display (SMUELLER)
271    - Fixed ticket #300: disabled EVT_SET_FOCUS in preview (THEREK)
272    - Fixed ticket #289: Scrolling in preference window (PZSCHMIDT)
273    - Fixed ticket #301: Fix wx assertion failures (JQUELIN, SMUELLER)
274    - Launching a browser now happens in the background (ADAMK)
275    - Add Czech translation
276
2770.34 2009.04.28
278    - Fix crash in plugin manager when changing locale while window opened (#298) (JQUELIN)
279    - Support for plugin l10n in place (JQUELIN)
280    - Added Preferences->Run Parameters panel instead of Perl->Run Parameters menu option. (THEREK)
281    - Stop refreshing the menues on every keystroke. Instead when the menu is being accessed. (SZABGAB)
282    - Sessions support (#123) (JQUELIN)
283    - Enable tooltips on the toolbar on Windows as well (SZABGAB)
284    - Fix localization change in the Syntax window (#198) (SZABGAB)
285    - Plugin manager correctly localized at startup (JQUELIN)
286    - Plugin manager displaying full plugin names (JQUELIN)
287    - Set file size limit to 500_000 to avoid loading too big files. (#186) (SZABGAB)
288    - Double-clicking on an error now selects the line (#214) (JQUELIN)
289
2900.33 2009.04.04
291    - Fix bug in relative path showing in the Windows menu. (GARU)
292    - Fix the swicthing between ppi mode and none-ppi mode (SZABGAB)
293    - Stop forking at startup. (SZABGAB)
294    - Skip the win32 subtests if the locale is not English. (SZABGAB)
295    - Added debug logging that can be turned on/off via the Developer plugin. (SZABGAB)
296    - Simplified Chinese translation turned on. (FAYLAND, SZABGAB)
297    - Added Polish translation. (THEREK)
298    - Revamped plugin manager. (JQUELIN)
299
3000.32 2009.03.29
301    - Trying to fix again the skipping of Padre::CPAN under the CPAN shell.
302
3030.31 2009.03.29
304    - Avoid creating the ~/.padre during testing by two more tests. (SZABGAB, thanks to AYILMAZ)
305    - Skip testing Padre::CPAN as it cannot be loaded under CPAN. (SZABGAB, thanks to AYILMAZ)
306    - Fix the Directory browser to switch between projects. (SZABGAB)
307    - Add "Run Tests" menu options to, err run tests. (SZABGAB)
308    - Work around painful segmentation faults from multiply freeing
309      AuiManagers (SMUELLER)
310    - Lexical variable replace works for arrays and hashes in all their
311      ugly incantations now (SMUELLER)
312    - Re-enable the taskmanager tests after fixing them. (SMUELLER)
313
3140.30 2009.03.27
315    - Remove Test::Compile from the prereqs as well as it is not in use. (SZABGAB)
316    - New GUI for selecting and installing CPAN modules. (SZABGAB)
317    - CPAN related menu items moved to new Perl5 plugin (SZABGAB)
318    - (Re-)Storing cursor position in file (#206) (JQUELIN)
319    - Reload file keeps cursor position (#220) (JQUELIN)
320    - Preferences windows title should match its menu invocation (#270) (JQUELIN)
321    - Fix error if passed a non-existent filename on command-line (#155) (JQUELIN)
322    - New task_warn/task_print methods in background tasks to easily
323      print to the output pane (SMUELLER)
324    - Fix bug in lexical variable declaration search that would prevent
325      it from finding variables declared in the main doc scope (SMUELLER)
326    - Lexical variable replace works for foreach my $foo too. (SMUELLER)
327
3280.29 2009.03.13
329    - Initial support for directory browser based on the Outline code (SZABGAB)
330    - Improving Padre::Util::get_project_dir (SZABGAB)
331    - Eliminate a test failure on non-English locale. (SZABGAB)
332    - Internal cleanups & documentation for configuration subsystem (JQUELIN)
333    - Require Test::Most for the testing and bail_on compilation errors. (SZABGAB)
334    - Eliminated a huge memory leak by not updating the plugin menu on every keystroke. (SZABGAB)
335
3360.28 2009.03.04
337    - Move Wx::Perl::Dialog back to the Padre tree. (SZABGAB)
338    - Allow the shortening of the the file list in the Window menu. (SZABGAB)
339    - Fix Ctrl-TAB and Ctrl-Shift-TAB. (SZABGAB)
340    - List the available perldiag translations and allow the user to change. (SZABGAB)
341    - Fix a few missed cases of the API change. (SZABGAB)
342    - Some sharedir improvement. (TSEE)
343    - List of available perldiag translations. (SZABGAB)
344    - Add prompt method to be used by plugins as well. (SZABGAB)
345
3460.27 2009.02.10
347    - Copyright changed to "The Padre development team as listed in Padre.pm." (SZABGAB)
348    - Some fixes in the search menu.
349    - Improve file type (Perl 5 / Perl 6 ) recognition. (SZABGAB)
350    - Fix the Windows menu to be able to jump to files. (SZABGAB)
351    - Statusbar visibility kept accross startup (#200). (JQUELIN)
352
3530.26 2009.02.01
354    - On X11 based platforms, selecting text using the mouse and pasting it
355      via middle mouse button now works (HJANSEN)
356    - Unifying Padre->inst and Padre->ide (ADAMK)
357    - Complete rewrite of the configuration layer. All access to configuration
358      data is now via methods so that we can add support for project-level
359      customisation of the interface. (ADAMK)
360    - Completely refactored all of the config setting names (ADAMK)
361    - Added first-class configuration support for Plugins (ADAMK)
362    - Moved config data on bookmarks, plugins and historical search/replace
363      strings out of the config file and into the database. (ADAMK)
364    - The output window now understands the color and font-face
365      related ANSI control sequences (SMUELLER)
366    - The long-awaited MainWindow.pm -> Main.pm (ADAMK)
367    - Heavily modified many variables and method names to bring a greater
368      simplicity and consistency to various APIs. Only possible because
369      we were already breaking the config system and Main.pm (ADAMK)
370    - Removed some classes and other code that had (astonishingly for such a
371      young application) become useless and bit-rotten (ADAMK)
372    - Added styles for text/x-patch, text/x-makefile, text/x-yaml,
373      text/css, text/plain(apache conf) file types (KEEDI)
374    - Now style config file supports foreground, background, bold,
375      italic, eolfilled, underline properties (KEEDI)
376    - Output window now uses mono-spaced font by default (SMUELLER)
377    - The 'Crashed' button in the plugin manager dialog is now
378      clickable if an explanation for the failure is
379      available (SMUELLER)
380
3810.25 2009.01.09
382    - Added Chinese (Simplified) translation (FAYLAND)
383    - Various subtle tweaks to the look and feel of the toolbar and
384      the panels. The GUI now looks noticably "sharper" (ADAMK)
385    - Expanded the variety and depth of functionality available in the
386      bundled "Padre Developer Tools" plugin (ADAMK)
387    - Our unattributed redistribution of tango was probably illegal,
388      and made us incompatible with Debian. Switch to gnome for
389      now. They are as ugly as sin, but at least they're legal (ADAMK)
390    - All big MainWindow gui elements are now in their own classes,
391      which should help us spread out feature logic properly (ADAMK)
392    - Moved Padre::Plugin::CPAN functionality into the core so that
393      we can do various sorts of tighter CPAN integration (ADAMK)
394    - Padre::Wx::DocBrowser now uses Padre::Task::DocBrowser (let's
395      hope properly) (Andrew Bramble)
396    - Class correction Padre::Wx::Menu -> Padre::Wx::Menubar (ADAMK)
397    - Class correction Padre::Wx::Submenu -> Padre::Wx::Menu (ADAMK)
398    - Now that Padre::DocBrowser has landed, delete the Padre::Pod
399      family of modules (ADAMK)
400    - Automatic indentation style detection now the default (SMUELLER)
401    - User interface now "locked" by default (SMUELLER)
402    - Updated Italian translation (SBLANDIN)
403    - Addition of contextual (un-) commenting (CLAUDIO)
404
4050.24 2009.01.06
406    - Double-clicking an entry in the function list now faithfully
407      matches the behaviour of the Ultraedit implementation (ADAMK)
408    - Updated German translation (HJANSEN)
409    - Replace Padre::Pod::Frame with Padre::Wx::DocBrowser, hopefully
410      making help more helpful. (Andrew Bramble)
411    - Moving to the glorious RFC4646-based second-generation Padre::Locale
412      implementation. "Portugese" is no longer Brazilian :) (ADAMK)
413    - Added a friendly icon to the ToolBar that displays the status
414      (idle, running, high load) of the background tasks (SMUELLER)
415    - Created Padre::Current, which should simplify everything that needs
416      to know about the current whatever (ADAMK)
417    - Used Padre::Current to kill off the slightly out of place non-class
418      Padre::Documents (ADAMK)
419    - View Document As... (FAYLAND)
420
4210.23 2009.01.04
422    - Updated Italian transation.
423    - Refactored the plugin state hash out into a standalone
424      Padre::PluginHandle class (ADAMK)
425    - Add naive way to locate some of the annoying errors beginners
426      might make that perl does not catch. (SZABGAB)
427    - Makefile.PL tricks EU:MM into not loading every single dependency,
428      making our dependency-heavy Makefile.PL far saner (ADAMK)
429    - Portuguese (Brazilian) translation added (GARU)
430    - Spanish translation added (PacoLinux)
431    - Shutdown process now delays saving the session until after the
432      interface phase (ADAMK)
433    - Shutdown process now disables all the plugins, so they have a
434      change to shut down elegantly too (ADAMK)
435    - Plugins now reload correctly (ADAMK)
436    - Created a basic stub Padre::Manual and moved the information in
437      HACKING.txt into Padre::Manual::Hacking and
438    - Padre::Manual::Translation (ADAMK)
439    - Moved more bits of GUI code out of MainWindow and into their own
440      classes (ADAMK)
441
4420.22 2008.12.23
443    - Various Perl6 and Parrot related snippets of code and
444      functionality have been moved to the respective
445      plugins (SZABGAB and others)
446    - Extended preference dialog with tabs (HJANSEN)
447    - Syntax checker now running in the background (SMUELLER)
448    - Background Tasks can now prevent execution in the prepare
449      hook (SMUELLER)
450    - Added interface for passing events from worker threads to the
451      main thread (SMUELLER)
452    - Added simple example of a Task that sends events to the
453      main thread (SMUELLER)
454    - Tab/Space conversion only converts at the start of each
455      line now (SMUELLER)
456    - Improved comment/uncomment_lines for HTML/XML (FAYLAND)
457    - Rewrote Padre::Wx::Dialog::PluginManager to interact directly with
458      Padre::PluginManager (and not talk to Padre::Config) (ADAMK)
459    - Migrated Padre::DB to use ORLite::Migrate instead of the
460      (increasingly slow) ->setup method (ADAMK)
461    - Allow several coloring styles, add style called 'night' (SZABGAB)
462    - Right-click menu in margin column for code folding now
463      allows to fold/unfold all foldable areas (HJANSEN)
464    - Error list window for run-time errors and diagnostics (PSHANGOV)
465    - Arabic translation added (AZAWAWI)
466    - Italian translation updated (SBLANDIN)
467    - Improved Ack (FAYLAND)
468    - Allow selection of editor font and current line background
469      color (HJANSEN)
470    - Hebrew translation updated (SHLOMIF)
471    - Upped Encode requirement to 2.26, fixes some fatal errors with unicode (TEEJAY)
472    - binmode fix for File::Temp" in SyntaxChecker.pm (TEEJAY)
473
4740.21 2008.12.14
475    - Note: If you are having issues running Padre after upgrading to 0.21,
476      ("Gtk-CRITICAL **: gtk_window_set_modal: assertion `GTK_IS_WINDOW (window)' failed")
477      try moving or deleting your $HOME/.padre directory and check
478      whether that fixes the issues. YMMV and let us know about any
479      problems.
480    - Now using Module::Install for building (ADAMK, SMUELLER, SZABGAB)
481    - Fixed bookmark-related crash (#172) (SvenDowideit)
482    - Fixed syntax-checker related focus glitch (#173) (SvenDowideit)
483    - Removed JavaScript plugin from the main distribution (SZABGAB)
484    - Major menu refactoring. Each menu is now implemented in a seperate
485      class, with independant ->refresh methods and much improved
486      encapsulation as a result. (ADAMK)
487    - Rewrote the Padre bootstrap sequence. Not only does Padre start in
488      a more sane order, but with some additional tweaks using
489      ->Show, ->Freeze and ->Thaw, Padre LOOKS like it starts up
490      and shuts down much much faster (ADAMK)
491    - Reorganised the order and seperators for the View menu (ADAMK)
492    - The Plugins menu no longer shows separators that don't separate
493      anything (ADAMK)
494    - Padre's lib directory now passes all of the rules in Perl::Critic's
495      default Severity 5 policy. (ADAMK)
496    - Changed the names of a number of Padre::Wx::*** classes to more-closely
497      match the underlying Wx::*** classes that they subclass. (ADAMK)
498    - Option to always auto-detect indentation style and adapt for each
499      open document. (SMUELLER)
500    - Default to showing functions in alphabetical order. (SMUELLER)
501    - Option to show functions in alphabetical order, except private methods
502      go last. (SMUELLER)
503    - A bunch of autoindentation fixes. (SMUELLER)
504    - AUI updates to the syntax-checker/output-window GUI elements (HJANSEN)
505    - Various portability and miscellaneous fixes to the syntax checker
506      (ADAMK, HJANSEN)
507    - Add new Perl-specific feature: "Jump to variable declaration"
508      and the experimental "replace lexical variable". (SMUELLER)
509    - The Perl-specific "find unmatched brace" feature now processes
510      the document in the background. (SMUELLER)
511    - Generic Padre::Task::PPI class with tools for PPI-related
512      background tasks. (SMUELLER)
513    - Experimental implementation of the Padre::TaskManager thread pool
514      and Padre::Task background-task-interface for running blocking
515      tasks in additional threads. (SMUELLER)
516    - Italian translation (SBLANDIN)
517    - Show methods in abc order. Allow user to set preference to 'abc' or 'original'
518      ordering of methods. (#163) (SZABGAB)
519    - Open selection prompts user if nothing selected. (#143) (JQUELIN)
520    - Russian translation added (Andrew Shitov)
521    - Dutch translation added (Dirk De Nijs)
522    - Lots and lots of encoding tweaks.
523
5240.20 2008.12.02
525    - Separate tab-width from indentation-level preference (SMUELLER)
526    - Expend auto-detection of indentation style to include the
527      indentation level (SMUELLER)
528    - Apply automatic tab-compression if tab-indentation is used with
529      an indentation-width != tab-width (SMUELLER)
530    - Reworked the autoindentation: Now with auto-de-indentation on
531      closing brace (SMUELLER)
532    - Now using Class::XSAccessor for generating accessors (SMUELLER)
533    - Moved the syntax checker from Main.pm into
534      Padre::Wx::SyntaxChecker (SMUELLER)
535    - Small improvement to startup time by not refreshing the plugin
536      menu after loading each plugin (SMUELLER)
537    - French translation added (JQUELIN)
538    - Some refactoring, (SZABGAB)
539    - Display error when reload file failed. (SZABGAB)
540    - Korean updates. (KEEDI)
541    - Hungarian updates. (GYU)
542    - Fix the "cannot save new file bug". (TEEJAY)
543    - Save files under Mac. #160 (ChrisDolan)
544    - Restore inner window layout through restart. (HJANSEN)
545
5460.19 2008.11.28
547    - Korean translation added (KEEDI)
548    - Hungarian translation added (GYU)
549    - Hebrew translation added (Omer Zak)
550    - Improvement in vi Plugin (SZABGAB)
551    - Locale switching no longer needs a restart (HJANSEN)
552    - Moved syntax checking out from experimental state (HJANSEN)
553    - Prototype of printing support (HJANSEN)
554    - Adding support for document type registration (ADAMK)
555    - Adding plugin_name to the Padre::Plugin API (ADAMK)
556    - Advancing the version numbers of some prereqs (ADAMK)
557    - Save files in the same encoding as they were read.
558
5590.18 2008.11.23
560    - Added a few more directories to the no_index list in Build.PL (ADAMK)
561    - Implement a reusable Padre::Pod2HTML class so that Padre can develop
562      a specific look and feel for all HTML generated from Pod. (ADAMK)
563    - Aggresively bump the Pod::Simple dependency so that the generated
564      HTML contains support for all the latest developments. (ADAMK)
565    - Add explicit dependency on HTML::Entities because Pod::Simple
566      has now made the dependency optional. (ADAMK)
567    - Aggressivly bump the HTML::Parser dependency so that we have
568      better support for our Unicode-needing users (ADAMK)
569    - Recognize when file is changed on disk (#55) (JQUELIN)
570    - Un/Comment now filetype-dependant (#26) (JQUELIN)
571    - Moving the vi keybinding code to a Plugin (SZABGAB)
572    - Jump to the last open window using menu or Ctrl-6 (#137) (SZABGAB)
573    - Hide the margin of the syntax checker when it is not in use. (SZABGAB)
574    - Save-as updates the window menu (#145) (JQUELIN)
575    - Drag and drop file(s) open them (#42) (SZABGAB,JQUELIN)
576    - padre --index no longer crashes (#79) (JQUELIN)
577    - Incremental, non-intrusive search a-la Firefox (#60) (JQUELIN)
578    - New Plug-in system, incompatible with the previous one.
579    - Plug-in manager dialog.
580    - Rename Padre::Plugin::MY to Padre::Plugin::My.
581
5820.17 2008.11.17
583    - Optional highlighting of current line (via background color) (HJANSEN)
584    - Code folding (#61) (HJANSEN)
585    - Word Wrap and "Default word wrap on for each file" in Preferences (FAYLAND)
586    - Show/Hide Output or Functions (FAYLAND)
587    - Fix the failing plugin manager test. (SZABGAB)
588    - Add configuration option to the autoindentation (no, same_level, deep). (SZABGAB)
589    - Switch to File::ShareDir::PAR 0.03. (SZABGAB)
590    - Allow opening multiple files at once (#43) (JQUELIN)
591    - Add Padre::Plugin::MY and set it to be a prefered plugin. (SZABGAB)
592    - Join lines with Ctrl+J (#128) (JQUELIN)
593    - Full screen view (#131) (JQUELIN)
594    - Hide/show white spaces and tabs (#132) (JQUELIN)
595    - Check minimum App::Ack version (#104). (JQUELIN)
596    - Selection markers to ease selection (#133) (JQUELIN)
597    - Drag-n-drop files from Filer Explorer (CORION)
598    - Add experimantal and basic vi mode. (SZABGAB)
599    - Fix Shift-TAB (#141) (SZABGAB)
600    - Add the beginning of second generation plugin support. (ADAMK)
601    - Limit the plugin names to one deep only. Second level
602      namespaces are saved for the implementation details. (SZABGAB)
603    - Experimental perl -c based syntax checking. (HJANSEN)
604    - Clean recent files list (#126). (FAYLAND)
605    - Open all recent files (#125). (FAYLAND)
606    - Alt-1, Alt-2, etc removed. (#122) (SZABGAB)
607    - Initial Javascript support. (FAYLAND)
608    - Enable/Disable the subs window via View menu (#100).
609    - Move between the editor, the output window
610      and the subs window with some hot-key (#14) (SZABGAB)
611
6120.16 2008.11.09
613    - Fix New on the Toolbar (SZABGAB)
614    - Add Diff menu item to show changes in file. (SZABGAB)
615    - Change windowing system to AUI solving several requests: (SZABGAB)
616      Split view
617      Tab reordering
618      Tab close button
619    - Localization and German translation. (HJANSEN)
620    - Move the content of Padre::Wx::Dialog to Wx::Perl::Dialog 0.02 (SZABGAB)
621    - Change back the new-file hot-key to be Ctr-N again. (SZABGAB)
622    - Add experimental PPI based Perl5 syntax highlighting (FAYLAND, SZABGAB)
623    - Save cursor position between runs of Padre. (FAYLAND)
624    - Tab/space conversion menu items. (FAYLAND)
625    - Upper/Lower case conversion menu items. (FAYLAND)
626    - New icons on the toolbar adding undo/redo/cut/cop/paste/select all. (HJANSEN)
627    - Also put cut/copy/paste/select all in the edit menu and in the right click menu. (HJANSEN)
628    - Move Parrot plugin to separate distribution. (SZABGAB)
629    - Enable switching between German and English. (SZABGAB)
630
6310.15 2008.11.02
632    - Don't let opening file that is already open. (SZABGAB)
633    - Start UTF-8 support. (SZABGAB)
634    - Switch to File::ShareDir::PAR (SMUELLER)
635    - Start using File::Which to locate the perl interpreter
636      (if padre is running from a par archive). (SZABGAB)
637    - Fix the Split Window menu option to really work. (SZABGAB)
638    - Adding "Close All but Current" menu option. (SZABGAB)
639    - Add autoindentation. (SZABGAB)
640    - Set focus on windows. (SZABGAB)
641    - Before saving, check if file has changed on disk. (SZABGAB)
642    - New menu option: "Reload file". (SZABGAB)
643    - Move style definition to external yaml file. (SZABGAB)
644    - Separate highlighting definition for PASM files. (SZABGAB)
645    - Reorganize Menus (make the Perl menu really only perl specific). (SZABGAB)
646    - Allow the execution of PASM files using parrot if PARROT_PATH
647      is defined. (SZABGAB)
648    - Load Parrot::Embed if it is available. (SZABGAB)
649    - Add Padre::Plugin::Parrot to show how to use pir for plugin writing. (SZABGAB)
650    - Allow execution of Perl 6 code using Rakudo. (SZABGAB)
651    - Add copyright/license to all the .pm files as per Debian request. (SZABGAB)
652    - Ctrl-T is the default new file hot-key just as in Firefox. (ADAMK)
653    - Dialog cleanups. (SMUELLER, ADAMK, SZABGAB)
654    - Replace the toolbar icons with icons from the Tango project. (SZABGAB)
655
6560.14 2008.10.27
657    - Skip the Test::Compile test if the module is not installed. (SZABGAB)
658    - Make the add/remove Perl menu work without warnings. (ADAMK + SZABGAB)
659    - Make brace matching (Ctrl-1) jump to the matching brace. (SZABGAB)
660    - Allow preference to use tabs (or spaces) when pressing TAB. (SZABGAB)
661    - Add automatic brace highlighting during. (SZABGAB)
662
6630.13 2008.10.26
664    - fix warning when closing Padre with no files open (BRICAS)
665    - close lone unused document when opening a recent file (now works the same
666      as file->open) (BRICAS)
667    - SplitWindow widgets are now used properly (ADAMK)
668    - Show Output nows correctly hides away the output window when non-visible (ADAMK)
669    - Refactored out output window to Padre::Wx::Output (ADAMK)
670    - General refactoring pass over Padre::Wx (ADAMK)
671    - Padre::Wx forces all the Wx::wxCONSTANT values to be populated,
672      so that we don't need all the use Wx qw{ wxCONSTANT } imports (ADAMK)
673    - Make it clear in the main window title if running from SVN checkout (ADAMK)
674    - Add Padre::PluginBuilder for Padre plugins with extra build targets (SMUELLER)
675    - Create dialog abstraction in Padre::Wx::Dialog. (SZABGAB)
676    - Lots of refreshing related fixes. (SZABGAB)
677    - Create Padre::Documents to return the current or any other document object. (SZABGAB)
678    - Stop importing Wx directly in the Padre::Wx:: modules. (SZABGAB)
679    - Compile all modules if Test::Compile is available during tests. (SZABGAB)
680    - Save button on toolbar is working now when the current document needs saving. (SZABGAB)
681    - Use binmode :raw in order to help Windows when opening and writing files
682      fixing the bug that we used to change the newline types whem editing on Windows. (SZABGAB)
683    - Run Script did not work bug fixed #76 (SZABGAB)
684    - chdir to directory to be executed with Run Script #69 (SZABGAB)
685
6860.12 2008.10.23
687    - All changes below this point by SZABGAB unless noted.
688    - Stupid bugs left in 0.11 reported by Brian Cassidy.
689
6900.11 2008.10.23
691    - Updated ORLite dependency to 0.14 for create => 1 support (ADAMK)
692    - Rewrote Padre::DB to auto-configure directly from Padre::Config (ADAMK)
693    - All Padre.pm DBI code converted to Padre::DB calls (ADAMK)
694    - Removed minor use of Class::Accessor to reduce memory overhead,
695      namespace pollution and dependency count (ADAMK)
696    - Removed some superfluous code from the PIR/PASM/Perl6 documents (ADAMK)
697    - Cleaned up (and shrunk the code for) the bootstrap sequence (ADAMK)
698    - Moved the "recent files" internal state into the database (ADAMK)
699    - Removed index pointers unrelated to the IDE from Padre.pm (ADAMK)
700    - Transaction-wrap exiting to make it much much faster (ADAMK)
701    - Adding shortcut methods for popup messages/errors (ADAMK)
702    - Optimised away the non-Wx non-class Padre::Wx::Execute (ADAMK)
703    - Created Padre::Wx::History::TextDialog so we can have a dialog
704      box that defaults to whatever the last answer was. (ADAMK)
705    - Some clean up in the FindDialog window with abstraction.
706    - Add support to Module::Starter and make it to be a prereq.
707    - Add all the perl functions to the Calltip keyword list and move
708      it to a yaml file.
709    - Fix several bugs that were probably introduced after 0.10.
710    - Turn the color definition of the syntax highlighting into a hash
711      for easier maintenance.
712    - Lots of code refactoring.
713
7140.10 2008.09.22
715    - Improve the search tool (include backward search).
716    - Allow keeping the search window open (or close it and use F3).
717    - Shift-F3 to jump backwards.
718    - Add Search and Replace and global search and replace.
719    - Setup mapping of file extensions to mime-types and to color coding.
720    - Clean up the MainWindow module, move code to Document and Document::Perl.
721    - Implement an experimental PASM, PIR and Perl 6 highlighting.
722    - Allow experimental code to allow the user to execute code within Padre.
723    - Report if file could not be saved and keep it in unsaved state (bug #74).
724    - Separate the Padre::Install module from Build.PL.
725    - Set default mime-type of new files to be perl.
726    - Change mime-type when saving file to the appropriate new mime-type.
727
7280.09 2008.09.17
729    - Move various relevant menu items into a "Window" menu (ADAMK)
730    - Rename "Enable CallTip" to "Show Call Tips" for consistency (ADAMK)
731    - Adding more menu seperators to improve the visual look (ADAMK)
732    - Always show status bar on Win32, as removing it breaks (ADAMK)
733    - Added experimental Padre::Document::Perl (ADAMK)
734    - Added experimental PPI intergration (ADAMK)
735    - Experimental menu refresh closer to being usable (ADAMK)
736    - Split out Wx-related utility functions into Padre::Wx (ADAMK)
737    - Adding common platform-detection logic to Padre::Util (ADAMK)
738    - If we start with a new file and then open another one,
739      implicitly close the unused new file (ADAMK)
740    - Some dialog cleanups.
741    - Make sure we can build stand alon executable for Linux.
742    - Remove Ctrl-Shift-Z from redo as Ctrl-Y already works.
743
7440.08 2008.09.11
745    - Add Ctrl-Shift-O to open a file based on the selection in the current window.
746    - Enable ack integration even though it is not nice yet but it is working.
747    - Use real Wx:AboutDialogInfo for the about box.
748    - Hide method names (in the method window) when they don't start on the first column.
749    - Add menu option to close all buffers.
750    - Escape $ signs by default so they will not interpolate during search.
751    - Open file now opens in the directory where the current file is.
752    - Add Bookmarks.
753    - Add toolbar with several icons. Tested on Windows as well.
754    - Add icon for the application.
755    - Enable/disable regex in search.
756    - Add menu option to convert line endings.
757    - Replace relative path with full path on the command line.
758    - Implement basic CallTips and add menu option to enable/disable them.
759
7600.07 2008.09.04
761    - Allow the user to change the width ot TABs as they are displayed.
762    - Separate the code to show the preferences window to the Padre::Wx::Preferences module
763    - Separate code to Padre::Wx::Menu, Padre::Wx::Execute, Padre::Wx::Help
764    - Allow spliting windows to see two parts of the same document
765    - Add Zoom-in/Zoom-out/Zoom-reset menu options to change the zoom on all documents
766    - Allow the use of PAR files as plugins (SMUELLER)
767    - Stop jumping on selection movement in the list of methods frame.
768    - Remove Padre::Demo and distribute it separately as Wx::Perl::Dialog. Make Padre depend on it.
769    - Update the status when the mouse is moved
770    - Update status works on Windows now.
771    - Require threaded perl as there is experimental code in Padre to use ack.
772    - Depend on App::Ack.
773    - Depend on PAR.
774    - Clean up the par generation.
775    - Lots of code cleanup.
776
7770.06 2008.08.28
778    - Add some "new file" templates
779    - Temporarily remove the toolbar
780    - Change behavior of Padre::Demo, add wxer command line interface
781    - Remove Demo::App
782    - Padre::Demo add dir_selector() and password()
783    - Update list of methods on save as well #54 (vincent)
784    - Change the list of subs on the right hand side to be sorted
785    - Set Alt-S to jump to the subs list
786    - Deal with newlines in files
787    - Lots of refactoring (ADAMK)
788    - Remember that application was maximized (ADAMK)
789    - Better choice of default size (ADAMK)
790    - Adding a separate compilation test script (ADAMK)
791    - Adding a ORLite interface to the database Padre::DB (ADAMK)
792    - Include authors tests for Perl critic and POD in xt/ directory
793    - Make commenting out and uncommenting out atomic in the undo buffer
794    - Replace string search by regex search, change the GUI
795    - Add case insensitive search
796    - Limit the max number of recent files to 20
797
7980.05 2008.08.17
799    - First stab at autocompletition using Ctrl-P. (SZABGAB)
800    - Allow opening files without extensions (on non-ms-windows systems). (SZABGAB)
801    - Cleaning up to comply with perlcritic default settings. (ADAMK)
802    - Adding basic "project" support. (ADAMK)
803    - Adding Module::Inspector as prereq. (ADAMK)
804    - Replace YAML with YAML::Tiny (ADAMK)
805    - Moved bin/padre to script/padre. (ADAMK)
806    - Moving all globals into a unified object tree. (ADAMK)
807    - Created standalone Padre::Config (ADAMK)
808    - Show the filetpe in the status bar. (SZABGAB)
809    - remove Devel::PerlySense as prereq for now. (SZABGAB)
810    - List functions of the current file on the right panel. (SZABGAB)
811    - Syntax highlighting of more file types (PATSPAM)
812
8130.04 2008.08.08
814    - add Devel::PerlySense as prereq
815    - stop checking for wx version for now
816    - change the create_makefile_pl to passthrough as the traditional did not do the extra work done by Build.PL
817    - Mark the buffer that is unsaved with a star.
818    - stop saving the content of the loaded file and use GetModify
819      to find out if the file has been modifyed since last save
820    - replace the search_term by search_terms in the config file
821    - allow remembering of search terms
822    - replace the text dialog by a full dialog box and a Wx::ComboBox
823    - Setup http://padre.perlide.org/ using trac
824    - Move the repository to http://svn.perlide.org/padre/
825
8260.03_02 2008.08.03
827    - add experimental code for plugins
828    - add experimental version of Padre::Plugin::PAR
829    - fix the shortcuts of some of the menues in windows, thanks to Octavian Rasnita
830    - replace the AppendSubMenu calls by Append calls to support older version of wxWidgets
831
8320.03_01 2008.07.31
833    - Experimental code in Build.PL to avoid test failures when wxWidgets is too old.
834    - Added ToolBar
835    - Experimental code to install non-perl files and then use find them using File::ShareDir
836
8370.03 2008.07.28
838    - Fix many issues reported by Octavian Rasnita
839    - Rename some internal modules to get full indexing
840
8410.02 2008.07.26
842    - First public release under the name Padre
843    - Slow improvements
844    - Nothing special or ground breaking to mention
845
8460.01 2008.07.20
847    - First version
Note: See TracBrowser for help on using the browser.