root/trunk/Padre/Changes @ 7881

Revision 7881, 41.8 KB (checked in by Sewi, 11 months ago)

Changed Changes

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