| 1 | Changes for Perl Application Development and Refactoring Environment |
|---|
| 2 | NOTE: Do not "tidy" or change the indenting here, or we break svn annotate |
|---|
| 3 | |
|---|
| 4 | 0.59 To Be Released |
|---|
| 5 | - Don't crash open file list dialog on unsaved files or without |
|---|
| 6 | files (SEWI) |
|---|
| 7 | - Added a small survey for new Padre installation (SEWI) |
|---|
| 8 | - Resolved the clash between threads and SQLite by temporarily |
|---|
| 9 | disconnecting from SQLite during a thread spawn (ADAMK) |
|---|
| 10 | - Slave master quick-spawning in Padre::Startup, so that |
|---|
| 11 | we get smaller thread spawn memory penalty from the |
|---|
| 12 | interpreter copy. On Win32 the per-thread cost drops from |
|---|
| 13 | 34.1meg to 20meg with a reduction in total memory use for a |
|---|
| 14 | typical user of about 20% (ADAMK) |
|---|
| 15 | - Add language names/translated texts to select_language list (SEWI) |
|---|
| 16 | - Fixed ticket #865 Wrong document type in View Document As (PLAVEN) |
|---|
| 17 | - New Padre::Wx::Display screen geometry library for handling multiple |
|---|
| 18 | screens, weird geometry setups and other weird stuff that coders |
|---|
| 19 | have on their development setups. Padre's main window uses this to |
|---|
| 20 | calculate an elegant golden-ratio uniform-margin default position |
|---|
| 21 | and size (ADAMK) |
|---|
| 22 | - When showing a toolbar panel for the first time, make sure it's lock |
|---|
| 23 | state is consistent with the main_lockinterface config setting (ADAMK) |
|---|
| 24 | - Local file and remote file installation switched from pip to |
|---|
| 25 | cpanm (ADAMK) |
|---|
| 26 | - Completed the 'Insert Special Value' functionality (Zeno Gantner) |
|---|
| 27 | - updated German translation (Zeno Gantner) |
|---|
| 28 | |
|---|
| 29 | 0.58 2010.03.08 **WARNING Still not stable** |
|---|
| 30 | - Fixed "Open File In Existing Padre" for non-win32 (PDONELAN) |
|---|
| 31 | - In advanced preferences, display the storage backend name when it is |
|---|
| 32 | default and 'User' is now called 'Overriden' (AZAWAWI) |
|---|
| 33 | - In advanced preferences, display preferences options for non-boolean |
|---|
| 34 | settings (AZAWAWI) |
|---|
| 35 | - In advanced preferences, display a True/False radio button for boolean |
|---|
| 36 | settings (AZAWAWI) |
|---|
| 37 | - Fixed an incorrect default value display bug in advanced preferences |
|---|
| 38 | when it is toggled (AZAWAWI) |
|---|
| 39 | - In advanced preferences, hide bottom controls at startup (AZAWAWI) |
|---|
| 40 | - In advanced preferences, Set button is hidden when it is a boolean. |
|---|
| 41 | True/false radio buttons handle the switch instead (AZAWAWI) |
|---|
| 42 | - Fixed ticket #858 Recent files does not display anything on Padre startup |
|---|
| 43 | (AZAWAWI) |
|---|
| 44 | - Refresh all menus at startup. This prevents "nothing" open mode (i.e. no |
|---|
| 45 | document) from incorrectly showing an enabled menubar (AZAWAWI) |
|---|
| 46 | - Padre::Util::share() can now get the name of a plugin (e.g. 'Perl6') and |
|---|
| 47 | return the share directory of that plugin (SZABGAB) |
|---|
| 48 | - Removed the unused concept of user-configurable menus, which was slowing |
|---|
| 49 | down a ton of different operations that needed a menu refresh (ADAMK) |
|---|
| 50 | - Removed ->refresh calls during the initial menu construction, as we |
|---|
| 51 | will be refresh'ing again anyway at the end of the startup, and thus |
|---|
| 52 | any work done in the menus is completely wasted CPU (ADAMK) |
|---|
| 53 | - Removed the very expensive window list refresh code from the main menu |
|---|
| 54 | refresh method into it's own dedicated refresh method. We can fire |
|---|
| 55 | this directly in the limited number of situations that the notebook |
|---|
| 56 | adds, removed, or renamed documents (ADAMK) |
|---|
| 57 | - Speed up status bar updates (ADAMK, SEWI) |
|---|
| 58 | - Warning editor markers are now actually orange on win32 (AZAWAWI) |
|---|
| 59 | - Landed new and much much faster refresh_windowlist (ADAMK) |
|---|
| 60 | - Fixed ticket #860: Configurable key bindings dialog (AZAWAWI) |
|---|
| 61 | - Added Browse Buttons to External Tools Preference Dialog (PLAVEN) |
|---|
| 62 | - Fixed ticket #863: Continous warnings or prints kill Padre |
|---|
| 63 | (AZAWAWI, KTHAKORE) |
|---|
| 64 | - Bumped Wx::Perl::ProcessStream version requirement to 0.25 (AZAWAWI) |
|---|
| 65 | - Added promised PPI lexer configurable max-length limit for azawawi (ADAMK) |
|---|
| 66 | - Fixed ticket #867: Padre dies when hitting Ctrl-. (AZAWAWI) |
|---|
| 67 | - Fixed ticket #807: F2 is broken (AZAWAWI) |
|---|
| 68 | - Fixed ticket #835: Function list not populated on initial panel showing |
|---|
| 69 | (karl.forner) |
|---|
| 70 | - Added Turkish translation. |
|---|
| 71 | |
|---|
| 72 | 0.57 2010.02.18 - **WARNING Contains new threading code** |
|---|
| 73 | - Spawn a master thread very early in the startup process. Use that |
|---|
| 74 | master to create worker threads as necessary. Cuts down on memory |
|---|
| 75 | usage and fixes the "Leaked Scalars" warning (BRAMBLE, SMUELLER) |
|---|
| 76 | - Fix pluginmanager error dialog for plugin-event failure (BRAMBLE) |
|---|
| 77 | - Add status messages for Padre::File operations (SEWI) |
|---|
| 78 | - Select some files to close (SEWI) |
|---|
| 79 | - Select some files to reload (SEWI) |
|---|
| 80 | - GotoLine is now called Goto dialog (AZAWAWI) |
|---|
| 81 | - Goto dialog is now non-modal lazy single instance dialog (AZAWAWI) |
|---|
| 82 | - Goto dialog has a current positon/line number field (AZAWAWI) |
|---|
| 83 | - Regex editor dialog is now more compact and it includes regex helper |
|---|
| 84 | buttons (AZAWAWI) |
|---|
| 85 | - Regex editor dialog can now highlight matched text (AZAWAWI) |
|---|
| 86 | - Regex editor dialog can now display regex description (AZAWAWI) |
|---|
| 87 | - Implemented Replace (aka substitution) in Regex editor (AZAWAWI) |
|---|
| 88 | - Right click "Edit with Regex Editor" now works on user-selected |
|---|
| 89 | text (AZAWAWI) |
|---|
| 90 | - Added "headline" method to Padre::Project, which allows a project |
|---|
| 91 | to try and intuit the "primary" file in the project (for a CPAN |
|---|
| 92 | distribution of Foo::Bar this will be lib/Foo/Bar.pm) (ADAMK) |
|---|
| 93 | - Removed the final usage of the "Provider" phrasing, and made more |
|---|
| 94 | of the modules used by the Perl help provider run-time loaded (ADAMK) |
|---|
| 95 | - Moved padre.exe build from bin to win32-loader folder since bin is a |
|---|
| 96 | bad path for putting the Padre win32 launcher code (SMUELLER, AZAWAWI) |
|---|
| 97 | - Added "Open in File Browser" in the File and right-click menu (AZAWAWI) |
|---|
| 98 | - Added "Find in Files" to right-click menu (AZAWAWI) |
|---|
| 99 | - No need to launch a command shell to execute explorer.exe on |
|---|
| 100 | win32 (AZAWAWI) |
|---|
| 101 | - Added "Open with Default System Editor" in "File -> Open..." (AZAWAWI) |
|---|
| 102 | - Implemented padre --reset to flush and reset the current Padre |
|---|
| 103 | configuration in otherwise unrecoverable situations, such as now |
|---|
| 104 | when the Swarm plugin causes the slave-driver code to instantly |
|---|
| 105 | segfault at startup (ADAMK) |
|---|
| 106 | - Add mimetype detection for Template::Toolkit and CSS files (SEWI) |
|---|
| 107 | - Added plugin menu refreshing to the resource locking system (ADAMK) |
|---|
| 108 | - Fixed three cases where code was still manually calling ->Freeze |
|---|
| 109 | and ->Thaw on the main window, breaking the resource locked (ADAMK) |
|---|
| 110 | - Fixed ticket #847: "Implement Mozilla-style about:config for Padre" |
|---|
| 111 | (AZAWAWI) |
|---|
| 112 | - Fixed ticket #845: Fix relative filenames from commandline (SEWI) |
|---|
| 113 | - Added "Open In Command Line" to File menu (AZAWAWI) |
|---|
| 114 | - Renamed Plugins menus to Tools and moved Preferences into it (ADAMK) |
|---|
| 115 | - Re-implemented the mechanism for generating a human-oriented list of |
|---|
| 116 | window names (ADAMK) |
|---|
| 117 | |
|---|
| 118 | 0.56 2010.02.01 |
|---|
| 119 | - Plugins may now add their GUI elements to the view menu (SEWI) |
|---|
| 120 | - Padre now displays a dynamic to-do list generated from comments |
|---|
| 121 | in your source code (CORION) |
|---|
| 122 | - Landed new Padre::Startup module which is dramatically faster |
|---|
| 123 | when loading files into an existing Padre via the single instance |
|---|
| 124 | server, and finally provides a mechanism for allowing configuration |
|---|
| 125 | to disable the startup splash image (ADAMK) |
|---|
| 126 | - Changed a few configuration settings to create a more consistent |
|---|
| 127 | naming pattern for them (ADAMK) |
|---|
| 128 | - Audited dependencies and updated a variety of them (ADAMK) |
|---|
| 129 | - Ctrl-Shift-W is now bound to "Close This Project" (ADAMK) |
|---|
| 130 | - Added an option for traceing Padre subroutine calls to the |
|---|
| 131 | developer plugin (SEWI) |
|---|
| 132 | - Uses correct make from Config.pm for the run menu item -> Build and |
|---|
| 133 | run tests (KTHAKORE) |
|---|
| 134 | - Speedup and less false-shows for autocomplete (SEWI) |
|---|
| 135 | - Speedup while changing tabs (use the correct project dir) (SEWI) |
|---|
| 136 | - Simple refocus on document after command run (KTHAKORE) |
|---|
| 137 | - Fixed ticket #822: main window could be off screen on start (BLAKEW) |
|---|
| 138 | - padre-client allows you to use Padre for commit messages and other |
|---|
| 139 | synchronous edit events (CORION) |
|---|
| 140 | - WIN32, Converted the --desktop registry code to Win32::TieRegistry |
|---|
| 141 | and removed hardcoded strawberry paths (AZAWAWI) |
|---|
| 142 | - WIN32, padre.exe will run with the same UAC privileges as same as |
|---|
| 143 | the invoker (AZAWAWI) |
|---|
| 144 | - Disable debugger menu items when there is no document (AZAWAWI) |
|---|
| 145 | - Fixed a Padre debugger crash when unsaved document is debugged (AZAWAWI) |
|---|
| 146 | - Fixed Padre no-document crash with Find Next/Find Previous functionality |
|---|
| 147 | (AZAWAWI) |
|---|
| 148 | - Make sure that windows context key shows the refactor menu |
|---|
| 149 | items in the right-click pop-up menu (AZAWAWI) |
|---|
| 150 | - Used Module::CoreList::is_deprecated to display deprecated CORE modules |
|---|
| 151 | in help search title (AZAWAWI) |
|---|
| 152 | - Padre::Util::Win32::ExecuteProcessAndWait doesn't automatically inherit |
|---|
| 153 | the same Cwd as the parent process. Added support for explicit cwd |
|---|
| 154 | parameter and make the syntax checker pass the cwd to it. Syntax checking |
|---|
| 155 | of test scripts and such should now work as intended on Win32(ADAMK) |
|---|
| 156 | - Audit uses of Padre::Util::Win32 to only load it via require. Added a |
|---|
| 157 | TRACE warning to verify it never gets loaded on non-Win32 (ADAMK) |
|---|
| 158 | - Tuned the locking for ->close_where, which should make a variety of |
|---|
| 159 | functions like "Close This Project" and "Close Other Projects" |
|---|
| 160 | noticably faster (ADAMK) |
|---|
| 161 | - Changed func_foo config variables to feature_foo, in anticipation of |
|---|
| 162 | of a future equivalent to the Mozilla "about:config" control (ADAMK) |
|---|
| 163 | - Added feature_cursormemory to allow disabling of Padre's feature to |
|---|
| 164 | remember the location in the file you were scrolled to (ADAMK) |
|---|
| 165 | - Added a fast ascii shortcut to the very slow encode detector. Opening |
|---|
| 166 | files all of a sudden gets much faster if you have ascii files (ADAMK) |
|---|
| 167 | - Bumped ORLite to 1.38 to get faster ARRAY object support and |
|---|
| 168 | Class::XSAccessor acceleration support. If they cause problems, |
|---|
| 169 | these changes can be safely backed out. (ADAMK) |
|---|
| 170 | - Fixed the mass-error-popups on mimetypes without help provider (SEWI) |
|---|
| 171 | - During DB locks (which are the most likely place for things to make |
|---|
| 172 | changes to the database) disable synchronous SQLite writes. This will |
|---|
| 173 | reduce the time that Padre blocks, at the risk of config.db corruption |
|---|
| 174 | if there is a hardware failure or operating system crash. (ADAMK) |
|---|
| 175 | - Fixed ticket #837: padre.exe should be able to be placed in |
|---|
| 176 | c:\strawberry\perl\site\bin (AZAWAWI) |
|---|
| 177 | - Improved "Goto Line" dialog to be smarter with better validation/error |
|---|
| 178 | messages (AZAWAWI) |
|---|
| 179 | - Open Resource can now display Perl package names for matching resources |
|---|
| 180 | (AZAWAWI) |
|---|
| 181 | - Fixed #838: Author tests should all check RELEASE_TESTING and/or |
|---|
| 182 | AUTOMATED_TESTING (RHEBUS, AZAWAWI) |
|---|
| 183 | - Fixed Regex Editor dialog destruction bug where multiple ->Show and |
|---|
| 184 | ->Destroy could lead to a Padre crash on WIN32 (AZAWAWI) |
|---|
| 185 | - Project detection differentiates between four different subclasses |
|---|
| 186 | of Perl build systems (three of those correctly) (ADAMK) |
|---|
| 187 | - Function List has resource locking around it and properly triggers a |
|---|
| 188 | refresh when we show it for an already open document (ADAMK) |
|---|
| 189 | - "Goto Line" dialog now supports going to lines and positions (AZAWAWI) |
|---|
| 190 | - Fixed perl to refactor action prefix for refactor menu for |
|---|
| 191 | consistency (AZAWAWI) |
|---|
| 192 | - Fixed ticket #841: Quick Menu Access should show the location of the |
|---|
| 193 | menu item on the menu system (AZAWAWI) |
|---|
| 194 | |
|---|
| 195 | 0.55 2010.01.21 |
|---|
| 196 | - Add full list of file types to the View Document As menu (SZABGAB) |
|---|
| 197 | - dist-zilla projects detection finally fixed (#489) (JQUELIN) |
|---|
| 198 | - The directory tree refresh method will shortcut if nothing has |
|---|
| 199 | changed, which should fix a number of bugs relating to the |
|---|
| 200 | directory tree "doing things" when it shouldn't be (ADAMK) |
|---|
| 201 | - Saving files to somewhere other than the current project will now |
|---|
| 202 | correctly flush the document project state, and triggers a directory |
|---|
| 203 | tree flush so that we communicate the change in project (ADAMK) |
|---|
| 204 | - Cloned ORLite::Migrate to a private version as Padre::DB::Migrate |
|---|
| 205 | so we have a better chance of fixing bug #796 (ADAMK) |
|---|
| 206 | - Tentatively fixed #796 by spawning migration scripts in a manner which |
|---|
| 207 | does NOT assume the pre-existance of STDOUT. This is at best a |
|---|
| 208 | short-term hack, because this STDOUT problem is going to come back and |
|---|
| 209 | bite us in other ways in the future, for sure (ADAMK) |
|---|
| 210 | - Tuned the directory tree refresh logic to improve startup speed when |
|---|
| 211 | launching Padre with specific named files to open (ADAMK) |
|---|
| 212 | - Tuned the creation and management of tool widgets to remove the need |
|---|
| 213 | to load or construct tools at startup time that are turned off in the |
|---|
| 214 | user's configuration. |
|---|
| 215 | - Tuned lock-release refresh execution to remove low-level refresh |
|---|
| 216 | methods that are also contained in higher level refresh methods. |
|---|
| 217 | - Removed a superfluous AUI Update from the refresh method (ADAMK) |
|---|
| 218 | - Delay loading some additional GUI classes and objects until they |
|---|
| 219 | definitely needed (ADAMK) |
|---|
| 220 | - Suppress warnings that occur during plugin loading (ADAMK) |
|---|
| 221 | - 'Simple' possible fix for #331 to update the tabs when 'save all' is |
|---|
| 222 | run in Padre. (PLAVEN) |
|---|
| 223 | - Fixed #819: Don't crash on missing project dir (SEWI) |
|---|
| 224 | - Upgrading --desktop option from VBScript to a new Win32::Shortcut-based |
|---|
| 225 | Padre::Desktop. Desktop link creation works on Vista and newer |
|---|
| 226 | operating systems again (ADAMK) |
|---|
| 227 | - Tuned menubar refresh to only fire if we change document mimetype, |
|---|
| 228 | which saves a ton of CPU and seems to reduce flicker (ADAMK) |
|---|
| 229 | |
|---|
| 230 | 0.54 2010.01.07 |
|---|
| 231 | - Added experimental support for clickable filenames in Output panel. |
|---|
| 232 | Currently only matches: <error> at <file> line 5. (PDONELAN) |
|---|
| 233 | - If all files are closed, the function list would ->Hide itself |
|---|
| 234 | permanently and never come back. Resolved (ADAMK) |
|---|
| 235 | - Fix perl interpreter selection (SZABGAB) |
|---|
| 236 | - Updated DBD::SQLite dependency to 1.27 and ORLite dependency to 1.30. |
|---|
| 237 | This should now correctly throw an exception on a corrupt padre.db file |
|---|
| 238 | which will cause an immediate crash at startup with a SQLite-related |
|---|
| 239 | error message instead of a secondary error message complaining about |
|---|
| 240 | missing Padre::DB classes (ADAMK) |
|---|
| 241 | - Moved Padre::HelpProvider::Perl to Padre::Document::Perl::Help to |
|---|
| 242 | prevent plugin classes from being scattered all over the namespace |
|---|
| 243 | tree (ADAMK) |
|---|
| 244 | - Moved Padre::QuickFixProvider::Perl to Padre::Document::Perl::QuickFix |
|---|
| 245 | to prevent plugin classes from being scattered all over the namespace |
|---|
| 246 | tree (ADAMK) |
|---|
| 247 | - During shutdown, be more precise about the order in which we clean up |
|---|
| 248 | and be more careful to ensure that ->Update is NOT disabled, to prevent |
|---|
| 249 | segfaults on Windows from the "disabled update at exit" bug (ADAMK) |
|---|
| 250 | - Added the first PROJECT-backend config_perltidy setting, so that |
|---|
| 251 | projects can for the first time define a project tidy policy. This |
|---|
| 252 | project-specific policy isn't being used by the plugin itself yet, |
|---|
| 253 | but this change clears the way for that kind of functionality (ADAMK) |
|---|
| 254 | - Added config_perlcritic configuration setting, so that projects can |
|---|
| 255 | define perlcritic policies (ADAMK) |
|---|
| 256 | - All tests now run without the need for a visible Padre window (ADAMK) |
|---|
| 257 | - Ticket #756: Wx::Perl::ProcessStream 0.24 solved this issue |
|---|
| 258 | Changed the dependency to 0.24 (SEWI) |
|---|
| 259 | |
|---|
| 260 | 0.53 2009.12.23 |
|---|
| 261 | - Add initial version of a debugger using Debug::Client (SZABGAB) |
|---|
| 262 | - Fix crashes when running refactor actions when there |
|---|
| 263 | is no document (AZAWAWI) |
|---|
| 264 | - Open resource searches now for user selections (AZAWAWI) |
|---|
| 265 | - The Open resource's OK button is disabled when the |
|---|
| 266 | search results list is empty (AZAWAWI) |
|---|
| 267 | - Help search (F2) now supports *ALL* installed CPAN modules (AZAWAWI) |
|---|
| 268 | - Fixed "Syntax Check" focus loss bug while switching tabs quickly |
|---|
| 269 | and a syntax error is in one of them (AZAWAWI) |
|---|
| 270 | - Help search does not block when loading a long help topics |
|---|
| 271 | list (AZAWAWI) |
|---|
| 272 | - Ticket #787: Add a test for breakpoints to testsuite (SEWI) |
|---|
| 273 | - Fixed missing mime type guessing that caused new Padre documents to |
|---|
| 274 | default always to Scintilla (AZAWAWI) |
|---|
| 275 | - Landed new multi-resource locking subsystem. Many operations are now |
|---|
| 276 | prevented from refreshing the GUI multiple times. Startup, shutdown, |
|---|
| 277 | open and close multiple files, session changing all much faster (ADAMK) |
|---|
| 278 | - In Open resource, path is now cleaned from slashes on win32 (AZAWAWI) |
|---|
| 279 | - Fixed Padre crash when closing a Perl 5 script tab quickly while syntax |
|---|
| 280 | check is on (AZAWAWI) |
|---|
| 281 | - Added "No errors/warnings to $project-relative-filename" to syntax |
|---|
| 282 | checker. (AZAWAWI) |
|---|
| 283 | - Quick Menu access now displays Padre action label, name and comments |
|---|
| 284 | in an HTML window instead of a static label (AZAWAWI) |
|---|
| 285 | - Make the focus on "Find in files" work when called from Quick menu |
|---|
| 286 | access dialog (AZAWAWI) |
|---|
| 287 | - Help Search dialog is now bigger in size and fonts. (AZAWAWI) |
|---|
| 288 | - HTML output in help search dialog for Perl variables and functions has now |
|---|
| 289 | bigger bold fonts for title (AZAWAWI) |
|---|
| 290 | - Fixed #758: Autocomplete now also works with backspace (SEWI) |
|---|
| 291 | - Ctrl-Tab behaviour is now configurable (SEWI) |
|---|
| 292 | - Rename Padre::Debug to Padre::Logger (SZABGAB) |
|---|
| 293 | - Reuse the comment field of the menu actions and show them in |
|---|
| 294 | the toolbar (SZABGAB) |
|---|
| 295 | - Add comment field to all the menu items that did not have yet (SZABGAB) |
|---|
| 296 | - Integrated Padre::DB into the Padre::Locker API, so that we can do |
|---|
| 297 | (very basic) nested transactions (ADAMK) |
|---|
| 298 | - Audited the startup process for database operations that either weren't |
|---|
| 299 | being done in a transaction, or were doing crazy bizarre things. Startup |
|---|
| 300 | is now noticably faster (ADAMK) |
|---|
| 301 | - Added Preference setting to control autocomplete when editting a |
|---|
| 302 | script rather than a Module. (PLAVEN) |
|---|
| 303 | |
|---|
| 304 | 0.52 2009.12.14 |
|---|
| 305 | - Add a plugin hook on change of current editor tab (SEWI) |
|---|
| 306 | - Show the svn revision of Padre's start time at the title bar&about dialog, |
|---|
| 307 | not the current one (SEWI) |
|---|
| 308 | - Fixed: Padre command line arguments work again when using dev.pl (SEWI) |
|---|
| 309 | - Fixed: Menu options get disabled/enabled as needed again, this also |
|---|
| 310 | fixed ticket #742, #762, #764 and #771 (SEWI) |
|---|
| 311 | - Alt-Left and Alt-Right switch to the neighbor panels which Ctrl-Tab |
|---|
| 312 | uses the last-used order (SEWI) |
|---|
| 313 | - Fix: Double click on the function list jumps to the sub (again) now (SEWI) |
|---|
| 314 | - Added "Save Intution" to the File menu, to automatically save a new |
|---|
| 315 | file wherever Padre is confident it is appropriate (ADAMK) |
|---|
| 316 | - New file creation is now driven by Template Toolkit templates (using |
|---|
| 317 | Template::Tiny). This should allow even basic new file creation to be |
|---|
| 318 | somewhat adaptive to the user or project context (ADAMK) |
|---|
| 319 | - Padre speedup: Limit number of menu bar refreshs (SEWI) |
|---|
| 320 | - Fixed ticket #790: Ctrl + Caps Lock reduces font size (AZAWAWI) |
|---|
| 321 | - Re-enabled toggle status bar on win32 (AZAWAWI) |
|---|
| 322 | - Fixed ticket #750: Ctrl-Tab works again (PLAVEN, SEWI) |
|---|
| 323 | - Fixed Padre crash in Module Tools/Install Locale/Module/CPAN config (AZAWAWI) |
|---|
| 324 | - Open Resource restarts search now when project directory or Padre's |
|---|
| 325 | current directory changes (AZAWAWI) |
|---|
| 326 | |
|---|
| 327 | 0.51 2009.12.06 |
|---|
| 328 | - Find all option showing all matches in bottom tab (CODE4PAY) |
|---|
| 329 | - Improved FTP error handling (SEWI) |
|---|
| 330 | - Open URLs from command line (SEWI) |
|---|
| 331 | - Configurable location of the 'perltags' file for autocompletion (SEWI) |
|---|
| 332 | - Fixed ticket #419: find variable declaration does not work at the end of |
|---|
| 333 | a variable (PATRICKAS) |
|---|
| 334 | - Fixed ticket #654: Lexical Rename of Variable - Can't highlight the |
|---|
| 335 | whole variable (PATRICKAS) |
|---|
| 336 | - Improved "Find Method Declaration" based on perltags (SMUELLER) |
|---|
| 337 | - Basic XS-Document support as needed for the full monty in a plugin (SMUELLER) |
|---|
| 338 | - XS (perlapi) calltips based on the perlapi of 5.10.1 |
|---|
| 339 | by default. Can be configured to show the perlapi of any release of |
|---|
| 340 | perl back to 5.6.0 if Padre::Plugin::XS is installed. (SMUELLER) |
|---|
| 341 | - Padre::Action::Queue for auto-processing of Padre actions (SEWI) |
|---|
| 342 | - Perl autocompletion is much more configurable now (SEWI) |
|---|
| 343 | - Indentation auto-detection now skips POD for ::Perl documents (SMUELLER) |
|---|
| 344 | - Find in Files now has a checkbox that shows files that do not match (GARU) |
|---|
| 345 | - Tests which are not needed for end-user installation now in xt (ADAMK) |
|---|
| 346 | - Added a test for actions (SEWI) |
|---|
| 347 | - Re-enabled the beginner error check tests (SEWI) |
|---|
| 348 | - Better focus transitions during search/replace, which should make |
|---|
| 349 | them easier to work with quickly (ADAMK) |
|---|
| 350 | - Rolled back function list improvements that were causing regressions (ADAMK) |
|---|
| 351 | - Added project sub-path intuition when saving new files (ADAMK) |
|---|
| 352 | - Fixed a number of search/replace related bugs (ADAMK) |
|---|
| 353 | - Fixed ticket #421: crash: no documents, F3/F4 (AZAWAWI) |
|---|
| 354 | - Fixed ticket #678: VACUUM the configuration database at shutdown |
|---|
| 355 | to keep it small and fast (AZAWAWI) |
|---|
| 356 | - Fixed ticket #714: [Windows] Have a script to make binary. (AZAWAWI) |
|---|
| 357 | - Styles now allow configuring of the selected text (ADAMK) |
|---|
| 358 | - Upgraded tracing to new Padre::Debug that compiles out when not |
|---|
| 359 | being used. (ADAMK) |
|---|
| 360 | - Make Capture::Tiny a test prereq in order to eliminate a strange |
|---|
| 361 | test failure (SZABGAB). |
|---|
| 362 | - Added an initial simplistic mime-type + detector for Template Toolkit (ADAMK) |
|---|
| 363 | - Change Directory label to Project to hint to the user that Padre does |
|---|
| 364 | actually understand the concept of a project, it's just subtle (ADAMK) |
|---|
| 365 | |
|---|
| 366 | 0.50 2009.11.08 |
|---|
| 367 | - Fixed #686 DocBrowser launching Padre help (BRAMBLE) |
|---|
| 368 | - Add initial version of a regex editor. (SZABGAB) |
|---|
| 369 | - Fixed ticket #728: Changing locale crashes Padre (AZAWAWI) |
|---|
| 370 | - Menubar is now configurable but still lacks a dialog for this (SEWI) |
|---|
| 371 | - Beginner error checks are now configurable (turn each single one on |
|---|
| 372 | or off) (SEWI) |
|---|
| 373 | - Fixed ticket #710: share/doc/perlopref.pod missing author/license (AZAWAWI) |
|---|
| 374 | - Added basic FTP-remote-editing capability (SEWI) |
|---|
| 375 | - Initial version of "Find Method Declaration" (SZABGAB) |
|---|
| 376 | - Timeouts an other options for Padre::File::HTTP and ::FTP are now |
|---|
| 377 | configurable (SEWI) |
|---|
| 378 | |
|---|
| 379 | 0.49 2009.11.02 |
|---|
| 380 | - Fixed #691: Extract subroutine does not work for a script without |
|---|
| 381 | subroutines (PLAVEN) |
|---|
| 382 | - Bugfix: The split-beginner-error check got false positives (SEWI) |
|---|
| 383 | - Moved more menu actions to independent actions (SEWI) |
|---|
| 384 | - Added a readonly flag to the taskbar (AGN) |
|---|
| 385 | - Fixed #698: Syntax checker leaks files in tmpdir (SEWI) |
|---|
| 386 | - Syntax checker now also shows a successful check (SEWI) |
|---|
| 387 | - Added menu option to reload all open files (SEWI) |
|---|
| 388 | - The current selection or document may be filtered through an external |
|---|
| 389 | command now (SEWI) |
|---|
| 390 | - Low-priority popup messages could be moved to the status bar by setting |
|---|
| 391 | a preferences option (SEWI) |
|---|
| 392 | - require IPC::Open2 and IPC::Open3 as they are both used in the code (SZABGAB) |
|---|
| 393 | - Improved autocomplete (always) results (SEWI) |
|---|
| 394 | - Run make and TDD-tests in one step (KTHAKORE) |
|---|
| 395 | - Padre is now an XP-themed win32 application (AZAWAWI) |
|---|
| 396 | - Auto-save session state is now possible (SEWI) |
|---|
| 397 | - Auto completion usability fixes (AZAWAWI) |
|---|
| 398 | - Padre syntax images are now 16x16 transparent PNG images instead of 14x7 |
|---|
| 399 | (AZAWAWI) |
|---|
| 400 | - Fixed ticket:372 "window list should be sorted alphabetically" (AZAWAWI) |
|---|
| 401 | - Added "shorten common path in window list" to preferences (AZAWAWI) |
|---|
| 402 | - Fixed ticket:709 "Show editor window listed by project, then project- |
|---|
| 403 | relative path" (AZAWAWI) |
|---|
| 404 | - Added a test to run Padre's beginner error checks on the Padre source (SEWI) |
|---|
| 405 | - Config option for auto-cleanup of files during save for supported |
|---|
| 406 | document types (SEWI) |
|---|
| 407 | - Modules/Plugins could now add their panels to the global preferences (SEWI) |
|---|
| 408 | - Workaround for Test::NoWarnings hiding issue which lead to missing |
|---|
| 409 | prerequisites or upgrades (#646 SZABGAB) |
|---|
| 410 | |
|---|
| 411 | 0.48 2009.10.12 |
|---|
| 412 | - "Last session" now restores the last state even if Padre crashed and not |
|---|
| 413 | the last stated saved by a planned exit (SEWI) |
|---|
| 414 | - Fixed Wx::Perl::ProcessStream installation failure on vista/win7 by |
|---|
| 415 | upgrading to 0.16 (AZAWAWI, Mark Dootson - mdootson) |
|---|
| 416 | - Fixed the error dialog so that it displays the error icon (AZAWAWI) |
|---|
| 417 | - Fixed ticket #292: "Split window" command does not work by removing |
|---|
| 418 | the non-working feature (AZAWAWI) |
|---|
| 419 | - Added examples for Perl newbies (SEWI) |
|---|
| 420 | - Added a search field for functions list accessible via ALT-N (AZAWAWI) |
|---|
| 421 | - Added random instance ID (SEWI) |
|---|
| 422 | - Added multiple events per action (SEWI) |
|---|
| 423 | - Fixed win32's context menu key to work exactly as the right click behavior |
|---|
| 424 | or ALT-/ (AZAWAWI) |
|---|
| 425 | - Fixed ticket #598: CTRL-L kills clipboard (AZAWAWI) |
|---|
| 426 | - Case sensitive was labeled case insensitive in replace, fixed. (SEWI) |
|---|
| 427 | - Windows filename test doesn't run on darwin (Mac) any longer and runs as TODO |
|---|
| 428 | because a failure must not stop the Padre installation. (SEWI) |
|---|
| 429 | - Padre::File::HTTP uses environment settings for proxy (SEWI) |
|---|
| 430 | - First real working version of the PopularityContest - module (SEWI) |
|---|
| 431 | - Smart highlighting works now in realtime as you select text (AZAWAWI) |
|---|
| 432 | - Fixed ticket #611: File | Open does not support UNC path (AZAWAWI) |
|---|
| 433 | - Save session now suggest the name of the last opened session for saving (SEWI) |
|---|
| 434 | - Fixed ticket #627: Suggestion: Make it possible to copy 'Syntax Check' |
|---|
| 435 | messages (AZAWAWI) |
|---|
| 436 | - Require version 0.20 of Wx::Perl::ProcessStream to fix #628 (AZAWAWI, SZABGAB) |
|---|
| 437 | - Fixed ticket #493: splash image license not suitable for Debian (AZAWAWI) |
|---|
| 438 | - Fixed t/86-service.t to work again on win32 (AZAWAWI) |
|---|
| 439 | - Fixed ticket #314: Padre broken on MS Vista when starting with no file |
|---|
| 440 | to be opened (AZAWAWI) |
|---|
| 441 | - Added a 'padre --desktop' option that improves Padre-Windows integration. |
|---|
| 442 | This creates a desktop shortcut and an "Edit with Padre" in the shell |
|---|
| 443 | context menu (AZAWAWI) |
|---|
| 444 | - Made beginner error checks report the line where an error was located (SEWI) |
|---|
| 445 | - Fixed: Syntax checker now only shows errors from current file (SEWI) |
|---|
| 446 | - padre --version displays a MessageBox under wperl.exe (AZAWAWI) |
|---|
| 447 | - Option to continue on beginner errors (SEWI) |
|---|
| 448 | - Made title bar configurable (SEWI) |
|---|
| 449 | - Autocomplete on every char (enable it in the preferences) (SEWI) |
|---|
| 450 | - Add logfile so the developer debugger of padre will print there |
|---|
| 451 | and not on STDERR. (SZABGAB) |
|---|
| 452 | - Show file size on disk in statistics (SEWI) |
|---|
| 453 | - Under Linux and BSD, 'padre --desktop' adds a Padre.desktop inside |
|---|
| 454 | /usr/share/applications (AZAWAWI) |
|---|
| 455 | - When saving a module for the first time, Padre will attempt to guess the |
|---|
| 456 | name of the file so you don't need to type it (ADAMK) |
|---|
| 457 | - Added "Dump Expression" to Developer Plugin to evaluate and dump a single |
|---|
| 458 | expression within the Padre context (ADAMK) |
|---|
| 459 | - Perl interpreter for running scripts is now configurable (SEWI) |
|---|
| 460 | - Added MIME type count to PopularityContest, but it's still not sending |
|---|
| 461 | anything (SEWI) |
|---|
| 462 | - Added a runnable-flag to Padre::File and it's current modules (SEWI) |
|---|
| 463 | - Syntax check now doesn't slow down typing (SEWI) |
|---|
| 464 | - Add autocomplete feature for new methods (SEWI) |
|---|
| 465 | - Update directory tree on load session (SEWI) |
|---|
| 466 | - New Padre launcher for Windows (DOLMEN) |
|---|
| 467 | - Fixed Open Resource status text display on Linux (AZAWAWI) |
|---|
| 468 | - Added configuration version checking and prepared auto-config-upgrades (SEWI) |
|---|
| 469 | - The Perl help search (F2) destroyed the code refernce calling it, so F2 |
|---|
| 470 | was usable only once per Padre start, may also apply to other actions. |
|---|
| 471 | Fixed. (SEWI) |
|---|
| 472 | - Ticket #660 - Moved Perl Refactoring tools to it's own Refactor Menu (PLAVEN) |
|---|
| 473 | - Added the ability to select where to place the "extracted subroutine" in the current |
|---|
| 474 | document (PLAVEN) |
|---|
| 475 | |
|---|
| 476 | 0.47 2009.09.25 |
|---|
| 477 | - Bundled more Perl Operators documentation [perlopref.pod] (AZAWAWI, COWENS) |
|---|
| 478 | - Fixed crash when inserting a special value without any document (AZAWAWI) |
|---|
| 479 | - Improved StatusBar - speed (SEWI) |
|---|
| 480 | - Fixed ticket #573 ESC does not close About window (AZAWAWI) |
|---|
| 481 | - Fixed ticket #578 Padre's Splash screen should not get in the way (AZAWAWI) |
|---|
| 482 | - Fixed ticket #579 Commenting/uncommenting comments the last unselected |
|---|
| 483 | line (AZAWAWI) |
|---|
| 484 | - Fixed ticket #576 common (beginner) error check has no feedback if no |
|---|
| 485 | errors found (AZAWAWI) |
|---|
| 486 | - Added Padre::File as a API for all operations on edited files (SEWI) |
|---|
| 487 | - Added 13-eol.t to detect non-UNIX EOL-ed files in Padre (AZAWAWI) |
|---|
| 488 | - Added "Open URL" menu option (SEWI) |
|---|
| 489 | - Added Padre::File::HTTP (SEWI) |
|---|
| 490 | - No more "WIN32" as a line ending indicator only "WIN" (AZAWAWI) |
|---|
| 491 | - The status bar provides more space to display longer mime-type names (AZAWAWI) |
|---|
| 492 | - The status bar reflects now the current document's line endings as |
|---|
| 493 | follows (AZAWAWI): |
|---|
| 494 | - WIN (CR/LF), MAC (CR), UNIX (LF) |
|---|
| 495 | - Mixed, a mixture of the above which is usually an error |
|---|
| 496 | - None which is a one-liner/empty script |
|---|
| 497 | - Beautified the about dialog so that it is includes the splash image. (AZAWAWI) |
|---|
| 498 | - Fixed ticket #589 Pasting in a UNIX document in win32 corrupts it to |
|---|
| 499 | MIXEd (AZAWAWI) |
|---|
| 500 | - Added more beginner-error-checks (SEWI) |
|---|
| 501 | - Improved Perl menu to be more consistent (AZAWAWI) |
|---|
| 502 | - Fixed ticket #504 and ticket #586 which are basically about being able to |
|---|
| 503 | lexically rename a variable when the cursor is over its declaration (AZAWAWI) |
|---|
| 504 | - Added "Dump PPI Document" to "Padre Developer Tools" core plugin (AZAWAWI) |
|---|
| 505 | - Added Run/Stop icons to the toolbar per ticket #529 (AZAWAWI) |
|---|
| 506 | - Fixed ticket #595 F6 (Stop Executing of script) doesnt work with Output |
|---|
| 507 | window in Windows (AZAWAWI) |
|---|
| 508 | - Fixed ticket #597: Merged OS detection in Padre::Constant (SEWI) |
|---|
| 509 | - Fixed ticket #594: F1 key doesn't work (SEWI) |
|---|
| 510 | - Fixed ticket #593: On Windows, files with / and \ are now the same |
|---|
| 511 | and files are treated case-insensitive (AZAWAWI, SEWI) |
|---|
| 512 | - Fixed ticket #591: Save/Save as decision was corrupt (SEWI) |
|---|
| 513 | - Fixed ticket #582: Run this test/Run Tests are broken on win32 when there |
|---|
| 514 | is a space in the test file (AZAWAWI) |
|---|
| 515 | - Fixed ticket #553: Directory browser's "Move to trash" feature is not |
|---|
| 516 | working on Vista/win32 (AZAWAWI) |
|---|
| 517 | - Massive refactoring of Plugin Manager. Looks almost exactly the same |
|---|
| 518 | but now the status information actually updates properly (ADAMK) |
|---|
| 519 | - Added a padre.exe launcher on win32 (SEWI, GETTY, AZAWAWI) |
|---|
| 520 | - Reformat filenames to correct OS-dependend syntax (AZAWAWI, SEWI) |
|---|
| 521 | - Moved add Win32 API functions to one module (AZAWAWI, SEWI) |
|---|
| 522 | - Fixed ticket #488: allow script to recognize when executed by Padre (AZAWAWI) |
|---|
| 523 | - Padre now uses cperl() console instead perl() for compatiblity with |
|---|
| 524 | wperl (AZAWAWI) |
|---|
| 525 | - Added Perl version, uptime and process information to about box (SEWI) |
|---|
| 526 | - Fixed ticket #603: Background tasks fail to work under wperl win32 (AZAWAWI) |
|---|
| 527 | - Added option to open a saved session on startup (SEWI) |
|---|
| 528 | - Fixed ticket #580: On win32, Perl 5 syntax checker is invoked in strange |
|---|
| 529 | situations (AZAWAWI) |
|---|
| 530 | - Padre now warns about the running process at exit and asks whether to kill |
|---|
| 531 | it and exit or cancel the shutdown (AZAWAWI) |
|---|
| 532 | - Removed false warnings about duplicated actions/shortcuts when changing |
|---|
| 533 | Padre's language (AZAWAWI) |
|---|
| 534 | - Fixed ticket #394: Close DocBrowser with Escape key (AZAWAWI) |
|---|
| 535 | |
|---|
| 536 | 0.46 2009.09.13 |
|---|
| 537 | - Fixed Smart highlighting to show a pale green round box instead of an |
|---|
| 538 | ugly squiggle (AZAWAWI) |
|---|
| 539 | - Run script waits now after completion for key to continue when run in an |
|---|
| 540 | external win32 window (AZAWAWI). |
|---|
| 541 | - Padre now supports the following extensions: |
|---|
| 542 | - For Perl 5, .pmc and .plx (AZAWAWI, SZABGAB) |
|---|
| 543 | - For Perl 6, .pl6, .pm6, .p6l and .p6m (AZAWAWI) |
|---|
| 544 | - Help search handles now http:// and perldoc:// links (AZAWAWI) |
|---|
| 545 | - Enabled "Syntax Check" tab is now shown when there is a problem without |
|---|
| 546 | losing editor focus (AZAWAWI) |
|---|
| 547 | - Handle "Recent files" Padre crash when it is called with a file that no |
|---|
| 548 | longer exists. The entry is deleted and a message box is shown (AZAWAWI) |
|---|
| 549 | - Added a "extract subroutine" function (RHEBUS) |
|---|
| 550 | - Handle "Open all Recent Files" Padre crash when setup_editor is called |
|---|
| 551 | with a file that no longer exists (AZAWAWI) |
|---|
| 552 | - Fixed ticket #536 Padre auto converts EOLs automatically (AZAWAWI) |
|---|
| 553 | - Pod::Perldoc 3.15 is required now. Allowing help on $. and similar. (AZAWAWI) |
|---|
| 554 | - Fixed Arabic/Hebrew developer/translator names in Padre's about box (AZAWAWI) |
|---|
| 555 | - Bundled more Perl Operators documentation [perlopref.pod] (AZAWAWI, COWENS) |
|---|
| 556 | - Made beginner-error-checks work (SEWI) |
|---|
| 557 | |
|---|
| 558 | 0.45 2009.09.02 |
|---|
| 559 | - Disabled 'Test Plugin From Local Dir' menu option until it's properly fixed (GARU) |
|---|
| 560 | - Fixed PluginManager Pod glitch for deprecated Perl5 plugin (ADAMK) |
|---|
| 561 | - Fixed various open bugs which exist on Gnome but not on Windows (SEWI) |
|---|
| 562 | - Several translation updates (thanks to all translators!) |
|---|
| 563 | |
|---|
| 564 | 0.44 2009.08.24 |
|---|
| 565 | - Help Search now supports perlopref.pod parsing - Perl operator reference |
|---|
| 566 | (AZAWAWI) |
|---|
| 567 | - Fixed various "Help Search" dialog bugs for perlvars and CORE modules |
|---|
| 568 | (AZAWAWI) |
|---|
| 569 | - "Directory Browser" stability fixes (AZAWAWI) |
|---|
| 570 | - Refactored "Help Search" to use document help providers. This will make it |
|---|
| 571 | faster (AZAWAWI) |
|---|
| 572 | - Help Search looks up words selected or under the cursor (AZAWAWI) |
|---|
| 573 | - allow the use of $main->open_file_dialog($dir) (SZABGAB) |
|---|
| 574 | - Moved Ecliptic's Quick Fix to Padre core under the Edit menu (AZAWAWI) |
|---|
| 575 | - Enable the F12 Save as shortcut again (SZBAGAB) |
|---|
| 576 | - Added Perl 5 Quick Fix for 'use strict; use warnings;' (AZAWAWI) |
|---|
| 577 | - Added Insert submenu and dialog, moved snippets into insert submenu (TEEJAY) |
|---|
| 578 | |
|---|
| 579 | 0.43 2009.08.16 |
|---|
| 580 | - Revised nice splash screen slightly. Move original artwork |
|---|
| 581 | to Padre-Artwork (BRAMBLE) |
|---|
| 582 | - Added a (hopefully) nice splash screen for Padre (GARU) |
|---|
| 583 | - Added a Padre::Perl API for discovering the location of the system |
|---|
| 584 | Perl in a way smart enough to handle people that specifically need a |
|---|
| 585 | command line Perl, or specifically need a windowing Perl (ADAMK) |
|---|
| 586 | - Temporarily remove PAR support (ADAMK) |
|---|
| 587 | - Upgrade the plugin internals to support arbitrary class names, |
|---|
| 588 | simplifying the implementation and clearing the way for |
|---|
| 589 | Acme::Padre::Plugin::* modules. (ADAMK) |
|---|
| 590 | - Updated PPI dependencies. Padre now supports 5.10 syntax in PPI-based |
|---|
| 591 | features (ADAMK) |
|---|
| 592 | - Find dialog now uses the Padre::Search API. (ADAMK) |
|---|
| 593 | - New multiple-tabbed About box (ADAMK) |
|---|
| 594 | - F3 with sub-line selected text converts it directly into an active |
|---|
| 595 | search without needing to invoke the Find dialog (ADAMK) |
|---|
| 596 | - Moved Perl 6 Help dialog to Padre core as "Help/Help Search" (AZAWAWI) |
|---|
| 597 | - Help/Help Search now supports Perl 5 (AZAWAWI) |
|---|
| 598 | - Moved Ecliptic's Open Resource to Padre core as "Search/Open Resource" |
|---|
| 599 | (AZAWAWI) |
|---|
| 600 | - Moved Ecliptic's Quick Menu Access to Padre core as "Search/Quick Menu |
|---|
| 601 | Access" (AZAWAWI) |
|---|
| 602 | - Fixed run command in a separate window bug on win32 (AZAWAWI) |
|---|
| 603 | - Moved Ecliptic's "Open in file browser" to Padre core as "File/Open in |
|---|
| 604 | File Browser" and integrated it with Directory browser (AZAWAWI) |
|---|
| 605 | - Moved functionality in Perl 5 plugin to Plugins -> Module Tools (ADAMK) |
|---|
| 606 | - Implemented "Edit / Next Problem" (AZAWAWI) |
|---|
| 607 | - Force setting of document (MIME) type when using New->Perl 5 test |
|---|
| 608 | (#476) (KARL.FORNER) (SZABGAB) |
|---|
| 609 | - Make sure coloring is update when save-as file or when opening a new |
|---|
| 610 | file from template. (SZABGAB) |
|---|
| 611 | |
|---|
| 612 | 0.42 2009.07.31 |
|---|
| 613 | - Fixed a bug that crashed Padre while moving panels with outline |
|---|
| 614 | enabled (GARU) |
|---|
| 615 | - The Directory browser hidden files support now automatically |
|---|
| 616 | recognises intermediate directories (blib etc) in Perl distributions, |
|---|
| 617 | and correctly ignores them (ADAMK) |
|---|
| 618 | - Various performance improvements to directory tree (ADAMK) |
|---|
| 619 | - New search engine coupled to directory tree with some regex |
|---|
| 620 | characters support (GABRIELMAD) |
|---|
| 621 | - Initial Padre actions support which means an action can be re-used |
|---|
| 622 | by anything running on Padre. Keyboard shortcut conflict warnings are |
|---|
| 623 | implemented (AZAWAWI) |
|---|
| 624 | - Added the "Artistic" and "COPYING" (GPLv1) files as well a note to the |
|---|
| 625 | "README" about licensing per the request of the |
|---|
| 626 | http://directory.fsf.org/ maintainers. (SHLOMIF) |
|---|
| 627 | - Added a "right margin" option which will show a line at the specified |
|---|
| 628 | column (BRICAS) |
|---|
| 629 | - Now new files belong to the project from where they were created till |
|---|
| 630 | they are saved (GABRIELMAD) |
|---|
| 631 | - Directory Tree shows the project directory or if none file is opened |
|---|
| 632 | the default projects directory (configurable in Preferences > Behavior |
|---|
| 633 | - none configured, default is user's documents directory) (GABRIELMAD) |
|---|
| 634 | - Install some of the examples in the share directory and add an |
|---|
| 635 | Open Example menu option (SZABGAB) |
|---|
| 636 | - Adding Padre::Wx->add_pane_info convenience method to prevent the need |
|---|
| 637 | for the stupid ugly Wx::AuiPaneInfo method chaining (ADAMK) |
|---|
| 638 | - Create the Left panel and moved the Directory tool into it (ADAMK) |
|---|
| 639 | - Upgrade Wx tree navigation to handle detached floating panels (ADAMK) |
|---|
| 640 | - Implemented Smart Highlighting. Double click on a word to select it |
|---|
| 641 | and a green squiggle will be shown for each matching word (AZAWAWI) |
|---|
| 642 | - Now users can choose which is the project directory that Directory |
|---|
| 643 | Tree must show (GABRIELMAD) |
|---|
| 644 | - Moved close operations into Close... submenu (ADAMK) |
|---|
| 645 | - Added "Close This Project" to close all open files in the same project |
|---|
| 646 | as the current file (ADAMK) |
|---|
| 647 | - Added "Close Other Projects" to close all open files in projects other |
|---|
| 648 | than the project of the current file (ADAMK) |
|---|
| 649 | - Changed a bunch of documentation from using items or comma-separation |
|---|
| 650 | to using =head3 pod entries (ADAMK) |
|---|
| 651 | - Adding new Blue Morpho logo (ADAMK) |
|---|
| 652 | - Removed dependency on prefork.pm, it was only there to shut up the dev.pl |
|---|
| 653 | DIE: warnings (ADAMK) |
|---|
| 654 | - Removed dependency on Test::Most, and with it about 5-10 other excessive |
|---|
| 655 | test-related dependencies (ADAMK) |
|---|
| 656 | |
|---|
| 657 | 0.41 2009.07.23 |
|---|
| 658 | - Remove Experimental mode. |
|---|
| 659 | - Fixed a bug in Plugin config_write where ->selectrow_array was used |
|---|
| 660 | instead of ->do to SQL update (Thanks to tlbdk++). (AZAWAWI) |
|---|
| 661 | - run_command in a separate window now works in win32 to support |
|---|
| 662 | prompt('...') in Perl 6 and <STDIN> in Perl 5. (AZAWAWI) |
|---|
| 663 | - Now Padre can find/replace inside selections (GARU) |
|---|
| 664 | - New Syntax highlighter configuration system. Plugins now can add more |
|---|
| 665 | syntax highlighters and users can pick one per mime-type. (SZABGAB) |
|---|
| 666 | - Directory browser new artwork and drag and drop support (GABRIELMAD) |
|---|
| 667 | |
|---|
| 668 | 0.40 2009.07.17 |
|---|
| 669 | - Removed about 10 dependencies, including several with lots of FAIL |
|---|
| 670 | reports in CPAN Testers (ADAMK) |
|---|
| 671 | - Complete refactoring of the Directory Browser, gaining a lot of |
|---|
| 672 | performance improvements and new features such as sorted output |
|---|
| 673 | and context menu options (GABRIELMAD) |
|---|
| 674 | |
|---|
| 675 | 0.39 2009.07.09 |
|---|
| 676 | - Some of the refactoring code was moved to PPIx-EditorTools (MGRIMES) |
|---|
| 677 | - Detection of Moose attributes in Outline view (JQUELIN) |
|---|
| 678 | - Detection of MooseX::POE events in Outline view (JQUELIN) |
|---|
| 679 | - Added keywords to META.yml (via Makefile.PL.) (SHLOMIF) |
|---|
| 680 | - Bumped the required Test::More version to 0.88 - needed for note(). |
|---|
| 681 | (SHLOMIF) |
|---|
| 682 | - Open Selection (ctrl-Shift-O) now displays all the files it finds |
|---|
| 683 | and lets the user select (SZABGAB) |
|---|
| 684 | - Eliminate crash when pressing F3/F4 while there are no open |
|---|
| 685 | files (#421) (SZABGAB) |
|---|
| 686 | - Enable/Disable Window menu options when there are (no) open |
|---|
| 687 | files. (#417) (SZABGAB) |
|---|
| 688 | - For Cut/Copy/Paste/Select All, use the focused textctrl instead |
|---|
| 689 | of the editor textctrl (RSN) |
|---|
| 690 | - Autoupgrade ascii files to be utf-8 on save if user types in wide |
|---|
| 691 | characters (#304) (SZABGAB) |
|---|
| 692 | - Allow the user to use external (xterm) to run the scrips. (SZABGAB) |
|---|
| 693 | - Add menu option to show selection as hexa or as |
|---|
| 694 | decimal. (#36) (SZABGAB) |
|---|
| 695 | - Switch to Locale::Msgfmt and generate the .mo files at install |
|---|
| 696 | time (RSN) |
|---|
| 697 | - Add number of lines to GoTo line dialog (#439) (SZABGAB) |
|---|
| 698 | |
|---|
| 699 | 0.38 2009.06.27 |
|---|
| 700 | |
|---|
| 701 | - Replace regex that needs 5.10 by a split (SZABGAB) |
|---|
| 702 | |
|---|
| 703 | 0.37 2009.06.25 |
|---|
| 704 | - "Introduce Temporary Variable" refactoring tool (SMUELLER) |
|---|
| 705 | - Added a friendly icon on the toolbar to toggle comments (GARU) |
|---|
| 706 | - Crazy Win32::API AllowSetForegroundWindow hack to allow the |
|---|
| 707 | Single Instance Server to correctly foreground itself (ADAMK) |
|---|
| 708 | - Added Padre::Search search and replace API (ADAMK) |
|---|
| 709 | - Switching to last edited file is now Ctrl-Shift-p (SZABGAB) |
|---|
| 710 | - Be compatible with older version of File::Path (RYAN52) |
|---|
| 711 | - Links to Mibbit were replaced by links to our irc.html (SZABGAB) |
|---|
| 712 | - Merged the code of Padre::Plugin::Encode into Padre (SZABGAB) |
|---|
| 713 | - Update directory only when switching to new editor (SZABGAB) |
|---|
| 714 | |
|---|
| 715 | 0.36 2009.05.30 |
|---|
| 716 | - DocBrowser::POD resolver is now Pod::PerlDoc with benefits |
|---|
| 717 | DocBrowser attempts to use current padre locale as language hint |
|---|
| 718 | DocBrowser reuses tabs for same/similar documents (#323) (Andrew Bramble) |
|---|
| 719 | - Make DocBrowser suck less. Quieter and faster (#322) (Andrew Bramble) |
|---|
| 720 | - Output should be blank by default at startup (#351) (JQUELIN) |
|---|
| 721 | - No padre version in window title (#349) (JQUELIN) |
|---|
| 722 | - Added generic HTTP task support with Padre::Task::LWP (ADAMK) |
|---|
| 723 | - Implemented first-generation Popularity Contest task (ADAMK) |
|---|
| 724 | - Reorganized and differentiated Find and Replace dialogs (#348) (THEREK) |
|---|
| 725 | - Add a set of filename wildcards to filter directory listing in Open File dialog (#343) (THEREK) |
|---|
| 726 | - Add Chinese (Traditional) translation (BLUET) |
|---|
| 727 | - Show Perl menu on a Project as well as Document basis (ADAMK) |
|---|
| 728 | - Disable all Perl 6 code unless the Perl 6 plugin is enabled (ADAMK) |
|---|
| 729 | - Reshuffle and relabel of some menus to improve asthetics (ADAMK) |
|---|
| 730 | - Fix no_refresh during multi-file operations (ADAMK) |
|---|
| 731 | - Added mibbit.com "Live Support" entries to the Help menu (ADAMK) |
|---|
| 732 | - Removed the use of Class::Autouse, it was slowing down PPI (ADAMK) |
|---|
| 733 | - Various performance improvements, load cost down by 12Mb (ADAMK) |
|---|
| 734 | - Fixed the cut/copy/paste problem (#332) (ADAMK) |
|---|
| 735 | |
|---|
| 736 | 0.35 2009.05.08 |
|---|
| 737 | - Add Japanese translation (ISHIGAKI) |
|---|
| 738 | - Implemented experimental Single Instance support (#117) (ADAMK) |
|---|
| 739 | - Implemented context-sensitive right-click menu for Perl documents (SMUELLER) |
|---|
| 740 | - Ctrl-left-click on a Perl variable will jump to its definition (SMUELLER) |
|---|
| 741 | - Ctrl-left-click on a Perl function callwill jump to its definition (SMUELLER) |
|---|
| 742 | - Left-clicks into documents can now be hooked by the document class (SMUELLER) |
|---|
| 743 | - Fix to the thread-status display (SMUELLER) |
|---|
| 744 | - Fixed ticket #300: disabled EVT_SET_FOCUS in preview (THEREK) |
|---|
| 745 | - Fixed ticket #289: Scrolling in preference window (PZSCHMIDT) |
|---|
| 746 | - Fixed ticket #301: Fix wx assertion failures (JQUELIN, SMUELLER) |
|---|
| 747 | - Launching a browser now happens in the background (ADAMK) |
|---|
| 748 | - Add Czech translation |
|---|
| 749 | |
|---|
| 750 | 0.34 2009.04.28 |
|---|
| 751 | - Fix crash in plugin manager when changing locale while window opened (#298) (JQUELIN) |
|---|
| 752 | - Support for plugin l10n in place (JQUELIN) |
|---|
| 753 | - Added Preferences->Run Parameters panel instead of Perl->Run Parameters menu option. (THEREK) |
|---|
| 754 | - Stop refreshing the menues on every keystroke. Instead when the menu is being accessed. (SZABGAB) |
|---|
| 755 | - Sessions support (#123) (JQUELIN) |
|---|
| 756 | - Enable tooltips on the toolbar on Windows as well (SZABGAB) |
|---|
| 757 | - Fix localization change in the Syntax window (#198) (SZABGAB) |
|---|
| 758 | - Plugin manager correctly localized at startup (JQUELIN) |
|---|
| 759 | - Plugin manager displaying full plugin names (JQUELIN) |
|---|
| 760 | - Set file size limit to 500_000 to avoid loading too big files. (#186) (SZABGAB) |
|---|
| 761 | - Double-clicking on an error now selects the line (#214) (JQUELIN) |
|---|
| 762 | |
|---|
| 763 | 0.33 2009.04.04 |
|---|
| 764 | - Fix bug in relative path showing in the Windows menu. (GARU) |
|---|
| 765 | - Fix the swicthing between ppi mode and none-ppi mode (SZABGAB) |
|---|
| 766 | - Stop forking at startup. (SZABGAB) |
|---|
| 767 | - Skip the win32 subtests if the locale is not English. (SZABGAB) |
|---|
| 768 | - Added debug logging that can be turned on/off via the Developer plugin. (SZABGAB) |
|---|
| 769 | - Simplified Chinese translation turned on. (FAYLAND, SZABGAB) |
|---|
| 770 | - Added Polish translation. (THEREK) |
|---|
| 771 | - Revamped plugin manager. (JQUELIN) |
|---|
| 772 | |
|---|
| 773 | 0.32 2009.03.29 |
|---|
| 774 | - Trying to fix again the skipping of Padre::CPAN under the CPAN shell. |
|---|
| 775 | |
|---|
| 776 | 0.31 2009.03.29 |
|---|
| 777 | - Avoid creating the ~/.padre during testing by two more tests. (SZABGAB, thanks to AYILMAZ) |
|---|
| 778 | - Skip testing Padre::CPAN as it cannot be loaded under CPAN. (SZABGAB, thanks to AYILMAZ) |
|---|
| 779 | - Fix the Directory browser to switch between projects. (SZABGAB) |
|---|
| 780 | - Add "Run Tests" menu options to, err run tests. (SZABGAB) |
|---|
| 781 | - Work around painful segmentation faults from multiply freeing |
|---|
| 782 | AuiManagers (SMUELLER) |
|---|
| 783 | - Lexical variable replace works for arrays and hashes in all their |
|---|
| 784 | ugly incantations now (SMUELLER) |
|---|
| 785 | - Re-enable the taskmanager tests after fixing them. (SMUELLER) |
|---|
| 786 | |
|---|
| 787 | 0.30 2009.03.27 |
|---|
| 788 | - Remove Test::Compile from the prereqs as well as it is not in use. (SZABGAB) |
|---|
| 789 | - New GUI for selecting and installing CPAN modules. (SZABGAB) |
|---|
| 790 | - CPAN related menu items moved to new Perl5 plugin (SZABGAB) |
|---|
| 791 | - (Re-)Storing cursor position in file (#206) (JQUELIN) |
|---|
| 792 | - Reload file keeps cursor position (#220) (JQUELIN) |
|---|
| 793 | - Preferences windows title should match its menu invocation (#270) (JQUELIN) |
|---|
| 794 | - Fix error if passed a non-existent filename on command-line (#155) (JQUELIN) |
|---|
| 795 | - New task_warn/task_print methods in background tasks to easily |
|---|
| 796 | print to the output pane (SMUELLER) |
|---|
| 797 | - Fix bug in lexical variable declaration search that would prevent |
|---|
| 798 | it from finding variables declared in the main doc scope (SMUELLER) |
|---|
| 799 | - Lexical variable replace works for foreach my $foo too. (SMUELLER) |
|---|
| 800 | |
|---|
| 801 | 0.29 2009.03.13 |
|---|
| 802 | - Initial support for directory browser based on the Outline code (SZABGAB) |
|---|
| 803 | - Improving Padre::Util::get_project_dir (SZABGAB) |
|---|
| 804 | - Eliminate a test failure on non-English locale. (SZABGAB) |
|---|
| 805 | - Internal cleanups & documentation for configuration subsystem (JQUELIN) |
|---|
| 806 | - Require Test::Most for the testing and bail_on compilation errors. (SZABGAB) |
|---|
| 807 | - Eliminated a huge memory leak by not updating the plugin menu on every keystroke. (SZABGAB) |
|---|
| 808 | |
|---|
| 809 | 0.28 2009.03.04 |
|---|
| 810 | - Move Wx::Perl::Dialog back to the Padre tree. (SZABGAB) |
|---|
| 811 | - Allow the shortening of the the file list in the Window menu. (SZABGAB) |
|---|
| 812 | - Fix Ctrl-TAB and Ctrl-Shift-TAB. (SZABGAB) |
|---|
| 813 | - List the available perldiag translations and allow the user to change. (SZABGAB) |
|---|
| 814 | - Fix a few missed cases of the API change. (SZABGAB) |
|---|
| 815 | - Some sharedir improvement. (SMUELLER) |
|---|
| 816 | - List of available perldiag translations. (SZABGAB) |
|---|
| 817 | - Add prompt method to be used by plugins as well. (SZABGAB) |
|---|
| 818 | |
|---|
| 819 | 0.27 2009.02.10 |
|---|
| 820 | - Copyright changed to "The Padre development team as listed in Padre.pm." (SZABGAB) |
|---|
| 821 | - Some fixes in the search menu. |
|---|
| 822 | - Improve file type (Perl 5 / Perl 6 ) recognition. (SZABGAB) |
|---|
| 823 | - Fix the Windows menu to be able to jump to files. (SZABGAB) |
|---|
| 824 | - Statusbar visibility kept accross startup (#200). (JQUELIN) |
|---|
| 825 | |
|---|
| 826 | 0.26 2009.02.01 |
|---|
| 827 | - On X11 based platforms, selecting text using the mouse and pasting it |
|---|
| 828 | via middle mouse button now works (HJANSEN) |
|---|
| 829 | - Unifying Padre->inst and Padre->ide (ADAMK) |
|---|
| 830 | - Complete rewrite of the configuration layer. All access to configuration |
|---|
| 831 | data is now via methods so that we can add support for project-level |
|---|
| 832 | customisation of the interface. (ADAMK) |
|---|
| 833 | - Completely refactored all of the config setting names (ADAMK) |
|---|
| 834 | - Added first-class configuration support for Plugins (ADAMK) |
|---|
| 835 | - Moved config data on bookmarks, plugins and historical search/replace |
|---|
| 836 | strings out of the config file and into the database. (ADAMK) |
|---|
| 837 | - The output window now understands the color and font-face |
|---|
| 838 | related ANSI control sequences (SMUELLER) |
|---|
| 839 | - The long-awaited MainWindow.pm -> Main.pm (ADAMK) |
|---|
| 840 | - Heavily modified many variables and method names to bring a greater |
|---|
| 841 | simplicity and consistency to various APIs. Only possible because |
|---|
| 842 | we were already breaking the config system and Main.pm (ADAMK) |
|---|
| 843 | - Removed some classes and other code that had (astonishingly for such a |
|---|
| 844 | young application) become useless and bit-rotten (ADAMK) |
|---|
| 845 | - Added styles for text/x-patch, text/x-makefile, text/x-yaml, |
|---|
| 846 | text/css, text/plain(apache conf) file types (KEEDI) |
|---|
| 847 | - Now style config file supports foreground, background, bold, |
|---|
| 848 | italic, eolfilled, underline properties (KEEDI) |
|---|
| 849 | - Output window now uses mono-spaced font by default (SMUELLER) |
|---|
| 850 | - The 'Crashed' button in the plugin manager dialog is now |
|---|
| 851 | clickable if an explanation for the failure is |
|---|
| 852 | available (SMUELLER) |
|---|
| 853 | |
|---|
| 854 | 0.25 2009.01.09 |
|---|
| 855 | - Added Chinese (Simplified) translation (FAYLAND) |
|---|
| 856 | - Various subtle tweaks to the look and feel of the toolbar and |
|---|
| 857 | the panels. The GUI now looks noticably "sharper" (ADAMK) |
|---|
| 858 | - Expanded the variety and depth of functionality available in the |
|---|
| 859 | bundled "Padre Developer Tools" plugin (ADAMK) |
|---|
| 860 | - Our unattributed redistribution of tango was probably illegal, |
|---|
| 861 | and made us incompatible with Debian. Switch to gnome for |
|---|
| 862 | now. They are as ugly as sin, but at least they're legal (ADAMK) |
|---|
| 863 | - All big MainWindow gui elements are now in their own classes, |
|---|
| 864 | which should help us spread out feature logic properly (ADAMK) |
|---|
| 865 | - Moved Padre::Plugin::CPAN functionality into the core so that |
|---|
| 866 | we can do various sorts of tighter CPAN integration (ADAMK) |
|---|
| 867 | - Padre::Wx::DocBrowser now uses Padre::Task::DocBrowser (let's |
|---|
| 868 | hope properly) (Andrew Bramble) |
|---|
| 869 | - Class correction Padre::Wx::Menu -> Padre::Wx::Menubar (ADAMK) |
|---|
| 870 | - Class correction Padre::Wx::Submenu -> Padre::Wx::Menu (ADAMK) |
|---|
| 871 | - Now that Padre::DocBrowser has landed, delete the Padre::Pod |
|---|
| 872 | family of modules (ADAMK) |
|---|
| 873 | - Automatic indentation style detection now the default (SMUELLER) |
|---|
| 874 | - User interface now "locked" by default (SMUELLER) |
|---|
| 875 | - Updated Italian translation (SBLANDIN) |
|---|
| 876 | - Addition of contextual (un-) commenting (CLAUDIO) |
|---|
| 877 | |
|---|
| 878 | 0.24 2009.01.06 |
|---|
| 879 | - Double-clicking an entry in the function list now faithfully |
|---|
| 880 | matches the behaviour of the Ultraedit implementation (ADAMK) |
|---|
| 881 | - Updated German translation (HJANSEN) |
|---|
| 882 | - Replace Padre::Pod::Frame with Padre::Wx::DocBrowser, hopefully |
|---|
| 883 | making help more helpful. (Andrew Bramble) |
|---|
| 884 | - Moving to the glorious RFC4646-based second-generation Padre::Locale |
|---|
| 885 | implementation. "Portugese" is no longer Brazilian :) (ADAMK) |
|---|
| 886 | - Added a friendly icon to the ToolBar that displays the status |
|---|
| 887 | (idle, running, high load) of the background tasks (SMUELLER) |
|---|
| 888 | - Created Padre::Current, which should simplify everything that needs |
|---|
| 889 | to know about the current whatever (ADAMK) |
|---|
| 890 | - Used Padre::Current to kill off the slightly out of place non-class |
|---|
| 891 | Padre::Documents (ADAMK) |
|---|
| 892 | - View Document As... (FAYLAND) |
|---|
| 893 | |
|---|
| 894 | 0.23 2009.01.04 |
|---|
| 895 | - Updated Italian transation. |
|---|
| 896 | - Refactored the plugin state hash out into a standalone |
|---|
| 897 | Padre::PluginHandle class (ADAMK) |
|---|
| 898 | - Add naive way to locate some of the annoying errors beginners |
|---|
| 899 | might make that perl does not catch. (SZABGAB) |
|---|
| 900 | - Makefile.PL tricks EU:MM into not loading every single dependency, |
|---|
| 901 | making our dependency-heavy Makefile.PL far saner (ADAMK) |
|---|
| 902 | - Portuguese (Brazilian) translation added (GARU) |
|---|
| 903 | - Spanish translation added (PacoLinux) |
|---|
| 904 | - Shutdown process now delays saving the session until after the |
|---|
| 905 | interface phase (ADAMK) |
|---|
| 906 | - Shutdown process now disables all the plugins, so they have a |
|---|
| 907 | change to shut down elegantly too (ADAMK) |
|---|
| 908 | - Plugins now reload correctly (ADAMK) |
|---|
| 909 | - Created a basic stub Padre::Manual and moved the information in |
|---|
| 910 | HACKING.txt into Padre::Manual::Hacking and |
|---|
| 911 | - Padre::Manual::Translation (ADAMK) |
|---|
| 912 | - Moved more bits of GUI code out of MainWindow and into their own |
|---|
| 913 | classes (ADAMK) |
|---|
| 914 | |
|---|
| 915 | 0.22 2008.12.23 |
|---|
| 916 | - Various Perl6 and Parrot related snippets of code and |
|---|
| 917 | functionality have been moved to the respective |
|---|
| 918 | plugins (SZABGAB and others) |
|---|
| 919 | - Extended preference dialog with tabs (HJANSEN) |
|---|
| 920 | - Syntax checker now running in the background (SMUELLER) |
|---|
| 921 | - Background Tasks can now prevent execution in the prepare |
|---|
| 922 | hook (SMUELLER) |
|---|
| 923 | - Added interface for passing events from worker threads to the |
|---|
| 924 | main thread (SMUELLER) |
|---|
| 925 | - Added simple example of a Task that sends events to the |
|---|
| 926 | main thread (SMUELLER) |
|---|
| 927 | - Tab/Space conversion only converts at the start of each |
|---|
| 928 | line now (SMUELLER) |
|---|
| 929 | - Improved comment/uncomment_lines for HTML/XML (FAYLAND) |
|---|
| 930 | - Rewrote Padre::Wx::Dialog::PluginManager to interact directly with |
|---|
| 931 | Padre::PluginManager (and not talk to Padre::Config) (ADAMK) |
|---|
| 932 | - Migrated Padre::DB to use ORLite::Migrate instead of the |
|---|
| 933 | (increasingly slow) ->setup method (ADAMK) |
|---|
| 934 | - Allow several coloring styles, add style called 'night' (SZABGAB) |
|---|
| 935 | - Right-click menu in margin column for code folding now |
|---|
| 936 | allows to fold/unfold all foldable areas (HJANSEN) |
|---|
| 937 | - Error list window for run-time errors and diagnostics (PSHANGOV) |
|---|
| 938 | - Arabic translation added (AZAWAWI) |
|---|
| 939 | - Italian translation updated (SBLANDIN) |
|---|
| 940 | - Improved Ack (FAYLAND) |
|---|
| 941 | - Allow selection of editor font and current line background |
|---|
| 942 | color (HJANSEN) |
|---|
| 943 | - Hebrew translation updated (SHLOMIF) |
|---|
| 944 | - Upped Encode requirement to 2.26, fixes some fatal errors with unicode (TEEJAY) |
|---|
| 945 | - binmode fix for File::Temp" in SyntaxChecker.pm (TEEJAY) |
|---|
| 946 | |
|---|
| 947 | 0.21 2008.12.14 |
|---|
| 948 | - Note: If you are having issues running Padre after upgrading to 0.21, |
|---|
| 949 | ("Gtk-CRITICAL **: gtk_window_set_modal: assertion `GTK_IS_WINDOW (window)' failed") |
|---|
| 950 | try moving or deleting your $HOME/.padre directory and check |
|---|
| 951 | whether that fixes the issues. YMMV and let us know about any |
|---|
| 952 | problems. |
|---|
| 953 | - Now using Module::Install for building (ADAMK, SMUELLER, SZABGAB) |
|---|
| 954 | - Fixed bookmark-related crash (#172) (SvenDowideit) |
|---|
| 955 | - Fixed syntax-checker related focus glitch (#173) (SvenDowideit) |
|---|
| 956 | - Removed JavaScript plugin from the main distribution (SZABGAB) |
|---|
| 957 | - Major menu refactoring. Each menu is now implemented in a seperate |
|---|
| 958 | class, with independant ->refresh methods and much improved |
|---|
| 959 | encapsulation as a result. (ADAMK) |
|---|
| 960 | - Rewrote the Padre bootstrap sequence. Not only does Padre start in |
|---|
| 961 | a more sane order, but with some additional tweaks using |
|---|
| 962 | ->Show, ->Freeze and ->Thaw, Padre LOOKS like it starts up |
|---|
| 963 | and shuts down much much faster (ADAMK) |
|---|
| 964 | - Reorganised the order and seperators for the View menu (ADAMK) |
|---|
| 965 | - The Plugins menu no longer shows separators that don't separate |
|---|
| 966 | anything (ADAMK) |
|---|
| 967 | - Padre's lib directory now passes all of the rules in Perl::Critic's |
|---|
| 968 | default Severity 5 policy. (ADAMK) |
|---|
| 969 | - Changed the names of a number of Padre::Wx::*** classes to more-closely |
|---|
| 970 | match the underlying Wx::*** classes that they subclass. (ADAMK) |
|---|
| 971 | - Option to always auto-detect indentation style and adapt for each |
|---|
| 972 | open document. (SMUELLER) |
|---|
| 973 | - Default to showing functions in alphabetical order. (SMUELLER) |
|---|
| 974 | - Option to show functions in alphabetical order, except private methods |
|---|
| 975 | go last. (SMUELLER) |
|---|
| 976 | - A bunch of autoindentation fixes. (SMUELLER) |
|---|
| 977 | - AUI updates to the syntax-checker/output-window GUI elements (HJANSEN) |
|---|
| 978 | - Various portability and miscellaneous fixes to the syntax checker |
|---|
| 979 | (ADAMK, HJANSEN) |
|---|
| 980 | - Add new Perl-specific feature: "Jump to variable declaration" |
|---|
| 981 | and the experimental "replace lexical variable". (SMUELLER) |
|---|
| 982 | - The Perl-specific "find unmatched brace" feature now processes |
|---|
| 983 | the document in the background. (SMUELLER) |
|---|
| 984 | - Generic Padre::Task::PPI class with tools for PPI-related |
|---|
| 985 | background tasks. (SMUELLER) |
|---|
| 986 | - Experimental implementation of the Padre::TaskManager thread pool |
|---|
| 987 | and Padre::Task background-task-interface for running blocking |
|---|
| 988 | tasks in additional threads. (SMUELLER) |
|---|
| 989 | - Italian translation (SBLANDIN) |
|---|
| 990 | - Show methods in abc order. Allow user to set preference to 'abc' or 'original' |
|---|
| 991 | ordering of methods. (#163) (SZABGAB) |
|---|
| 992 | - Open selection prompts user if nothing selected. (#143) (JQUELIN) |
|---|
| 993 | - Russian translation added (Andrew Shitov) |
|---|
| 994 | - Dutch translation added (Dirk De Nijs) |
|---|
| 995 | - Lots and lots of encoding tweaks. |
|---|
| 996 | |
|---|
| 997 | 0.20 2008.12.02 |
|---|
| 998 | - Separate tab-width from indentation-level preference (SMUELLER) |
|---|
| 999 | - Expend auto-detection of indentation style to include the |
|---|
| 1000 | indentation level (SMUELLER) |
|---|
| 1001 | - Apply automatic tab-compression if tab-indentation is used with |
|---|
| 1002 | an indentation-width != tab-width (SMUELLER) |
|---|
| 1003 | - Reworked the autoindentation: Now with auto-de-indentation on |
|---|
| 1004 | closing brace (SMUELLER) |
|---|
| 1005 | - Now using Class::XSAccessor for generating accessors (SMUELLER) |
|---|
| 1006 | - Moved the syntax checker from Main.pm into |
|---|
| 1007 | Padre::Wx::SyntaxChecker (SMUELLER) |
|---|
| 1008 | - Small improvement to startup time by not refreshing the plugin |
|---|
| 1009 | menu after loading each plugin (SMUELLER) |
|---|
| 1010 | - French translation added (JQUELIN) |
|---|
| 1011 | - Some refactoring, (SZABGAB) |
|---|
| 1012 | - Display error when reload file failed. (SZABGAB) |
|---|
| 1013 | - Korean updates. (KEEDI) |
|---|
| 1014 | - Hungarian updates. (GYU) |
|---|
| 1015 | - Fix the "cannot save new file bug". (TEEJAY) |
|---|
| 1016 | - Save files under Mac. #160 (ChrisDolan) |
|---|
| 1017 | - Restore inner window layout through restart. (HJANSEN) |
|---|
| 1018 | |
|---|
| 1019 | 0.19 2008.11.28 |
|---|
| 1020 | - Korean translation added (KEEDI) |
|---|
| 1021 | - Hungarian translation added (GYU) |
|---|
| 1022 | - Hebrew translation added (Omer Zak) |
|---|
| 1023 | - Improvement in vi Plugin (SZABGAB) |
|---|
| 1024 | - Locale switching no longer needs a restart (HJANSEN) |
|---|
| 1025 | - Moved syntax checking out from experimental state (HJANSEN) |
|---|
| 1026 | - Prototype of printing support (HJANSEN) |
|---|
| 1027 | - Adding support for document type registration (ADAMK) |
|---|
| 1028 | - Adding plugin_name to the Padre::Plugin API (ADAMK) |
|---|
| 1029 | - Advancing the version numbers of some prereqs (ADAMK) |
|---|
| 1030 | - Save files in the same encoding as they were read. |
|---|
| 1031 | |
|---|
| 1032 | 0.18 2008.11.23 |
|---|
| 1033 | - Added a few more directories to the no_index list in Build.PL (ADAMK) |
|---|
| 1034 | - Implement a reusable Padre::Pod2HTML class so that Padre can develop |
|---|
| 1035 | a specific look and feel for all HTML generated from Pod. (ADAMK) |
|---|
| 1036 | - Aggresively bump the Pod::Simple dependency so that the generated |
|---|
| 1037 | HTML contains support for all the latest developments. (ADAMK) |
|---|
| 1038 | - Add explicit dependency on HTML::Entities because Pod::Simple |
|---|
| 1039 | has now made the dependency optional. (ADAMK) |
|---|
| 1040 | - Aggressivly bump the HTML::Parser dependency so that we have |
|---|
| 1041 | better support for our Unicode-needing users (ADAMK) |
|---|
| 1042 | - Recognize when file is changed on disk (#55) (JQUELIN) |
|---|
| 1043 | - Un/Comment now filetype-dependant (#26) (JQUELIN) |
|---|
| 1044 | - Moving the vi keybinding code to a Plugin (SZABGAB) |
|---|
| 1045 | - Jump to the last open window using menu or Ctrl-6 (#137) (SZABGAB) |
|---|
| 1046 | - Hide the margin of the syntax checker when it is not in use. (SZABGAB) |
|---|
| 1047 | - Save-as updates the window menu (#145) (JQUELIN) |
|---|
| 1048 | - Drag and drop file(s) open them (#42) (SZABGAB,JQUELIN) |
|---|
| 1049 | - padre --index no longer crashes (#79) (JQUELIN) |
|---|
| 1050 | - Incremental, non-intrusive search a-la Firefox (#60) (JQUELIN) |
|---|
| 1051 | - New Plug-in system, incompatible with the previous one. |
|---|
| 1052 | - Plug-in manager dialog. |
|---|
| 1053 | - Rename Padre::Plugin::MY to Padre::Plugin::My. |
|---|
| 1054 | |
|---|
| 1055 | 0.17 2008.11.17 |
|---|
| 1056 | - Optional highlighting of current line (via background color) (HJANSEN) |
|---|
| 1057 | - Code folding (#61) (HJANSEN) |
|---|
| 1058 | - Word Wrap and "Default word wrap on for each file" in Preferences (FAYLAND) |
|---|
| 1059 | - Show/Hide Output or Functions (FAYLAND) |
|---|
| 1060 | - Fix the failing plugin manager test. (SZABGAB) |
|---|
| 1061 | - Add configuration option to the autoindentation (no, same_level, deep). (SZABGAB) |
|---|
| 1062 | - Switch to File::ShareDir::PAR 0.03. (SZABGAB) |
|---|
| 1063 | - Allow opening multiple files at once (#43) (JQUELIN) |
|---|
| 1064 | - Add Padre::Plugin::MY and set it to be a prefered plugin. (SZABGAB) |
|---|
| 1065 | - Join lines with Ctrl+J (#128) (JQUELIN) |
|---|
| 1066 | - Full screen view (#131) (JQUELIN) |
|---|
| 1067 | - Hide/show white spaces and tabs (#132) (JQUELIN) |
|---|
| 1068 | - Check minimum App::Ack version (#104). (JQUELIN) |
|---|
| 1069 | - Selection markers to ease selection (#133) (JQUELIN) |
|---|
| 1070 | - Drag-n-drop files from Filer Explorer (CORION) |
|---|
| 1071 | - Add experimantal and basic vi mode. (SZABGAB) |
|---|
| 1072 | - Fix Shift-TAB (#141) (SZABGAB) |
|---|
| 1073 | - Add the beginning of second generation plugin support. (ADAMK) |
|---|
| 1074 | - Limit the plugin names to one deep only. Second level |
|---|
| 1075 | namespaces are saved for the implementation details. (SZABGAB) |
|---|
| 1076 | - Experimental perl -c based syntax checking. (HJANSEN) |
|---|
| 1077 | - Clean recent files list (#126). (FAYLAND) |
|---|
| 1078 | - Open all recent files (#125). (FAYLAND) |
|---|
| 1079 | - Alt-1, Alt-2, etc removed. (#122) (SZABGAB) |
|---|
| 1080 | - Initial Javascript support. (FAYLAND) |
|---|
| 1081 | - Enable/Disable the subs window via View menu (#100). |
|---|
| 1082 | - Move between the editor, the output window |
|---|
| 1083 | and the subs window with some hot-key (#14) (SZABGAB) |
|---|
| 1084 | |
|---|
| 1085 | 0.16 2008.11.09 |
|---|
| 1086 | - Fix New on the Toolbar (SZABGAB) |
|---|
| 1087 | - Add Diff menu item to show changes in file. (SZABGAB) |
|---|
| 1088 | - Change windowing system to AUI solving several requests: (SZABGAB) |
|---|
| 1089 | Split view |
|---|
| 1090 | Tab reordering |
|---|
| 1091 | Tab close button |
|---|
| 1092 | - Localization and German translation. (HJANSEN) |
|---|
| 1093 | - Move the content of Padre::Wx::Dialog to Wx::Perl::Dialog 0.02 (SZABGAB) |
|---|
| 1094 | - Change back the new-file hot-key to be Ctr-N again. (SZABGAB) |
|---|
| 1095 | - Add experimental PPI based Perl5 syntax highlighting (FAYLAND, SZABGAB) |
|---|
| 1096 | - Save cursor position between runs of Padre. (FAYLAND) |
|---|
| 1097 | - Tab/space conversion menu items. (FAYLAND) |
|---|
| 1098 | - Upper/Lower case conversion menu items. (FAYLAND) |
|---|
| 1099 | - New icons on the toolbar adding undo/redo/cut/cop/paste/select all. (HJANSEN) |
|---|
| 1100 | - Also put cut/copy/paste/select all in the edit menu and in the right click menu. (HJANSEN) |
|---|
| 1101 | - Move Parrot plugin to separate distribution. (SZABGAB) |
|---|
| 1102 | - Enable switching between German and English. (SZABGAB) |
|---|
| 1103 | |
|---|
| 1104 | 0.15 2008.11.02 |
|---|
| 1105 | - Don't let opening file that is already open. (SZABGAB) |
|---|
| 1106 | - Start UTF-8 support. (SZABGAB) |
|---|
| 1107 | - Switch to File::ShareDir::PAR (SMUELLER) |
|---|
| 1108 | - Start using File::Which to locate the perl interpreter |
|---|
| 1109 | (if padre is running from a par archive). (SZABGAB) |
|---|
| 1110 | - Fix the Split Window menu option to really work. (SZABGAB) |
|---|
| 1111 | - Adding "Close All but Current" menu option. (SZABGAB) |
|---|
| 1112 | - Add autoindentation. (SZABGAB) |
|---|
| 1113 | - Set focus on windows. (SZABGAB) |
|---|
| 1114 | - Before saving, check if file has changed on disk. (SZABGAB) |
|---|
| 1115 | - New menu option: "Reload file". (SZABGAB) |
|---|
| 1116 | - Move style definition to external yaml file. (SZABGAB) |
|---|
| 1117 | - Separate highlighting definition for PASM files. (SZABGAB) |
|---|
| 1118 | - Reorganize Menus (make the Perl menu really only perl specific). (SZABGAB) |
|---|
| 1119 | - Allow the execution of PASM files using parrot if PARROT_PATH |
|---|
| 1120 | is defined. (SZABGAB) |
|---|
| 1121 | - Load Parrot::Embed if it is available. (SZABGAB) |
|---|
| 1122 | - Add Padre::Plugin::Parrot to show how to use pir for plugin writing. (SZABGAB) |
|---|
| 1123 | - Allow execution of Perl 6 code using Rakudo. (SZABGAB) |
|---|
| 1124 | - Add copyright/license to all the .pm files as per Debian request. (SZABGAB) |
|---|
| 1125 | - Ctrl-T is the default new file hot-key just as in Firefox. (ADAMK) |
|---|
| 1126 | - Dialog cleanups. (SMUELLER, ADAMK, SZABGAB) |
|---|
| 1127 | - Replace the toolbar icons with icons from the Tango project. (SZABGAB) |
|---|
| 1128 | |
|---|
| 1129 | 0.14 2008.10.27 |
|---|
| 1130 | - Skip the Test::Compile test if the module is not installed. (SZABGAB) |
|---|
| 1131 | - Make the add/remove Perl menu work without warnings. (ADAMK + SZABGAB) |
|---|
| 1132 | - Make brace matching (Ctrl-1) jump to the matching brace. (SZABGAB) |
|---|
| 1133 | - Allow preference to use tabs (or spaces) when pressing TAB. (SZABGAB) |
|---|
| 1134 | - Add automatic brace highlighting during. (SZABGAB) |
|---|
| 1135 | |
|---|
| 1136 | 0.13 2008.10.26 |
|---|
| 1137 | - fix warning when closing Padre with no files open (BRICAS) |
|---|
| 1138 | - close lone unused document when opening a recent file (now works the same |
|---|
| 1139 | as file->open) (BRICAS) |
|---|
| 1140 | - SplitWindow widgets are now used properly (ADAMK) |
|---|
| 1141 | - Show Output nows correctly hides away the output window when non-visible (ADAMK) |
|---|
| 1142 | - Refactored out output window to Padre::Wx::Output (ADAMK) |
|---|
| 1143 | - General refactoring pass over Padre::Wx (ADAMK) |
|---|
| 1144 | - Padre::Wx forces all the Wx::wxCONSTANT values to be populated, |
|---|
| 1145 | so that we don't need all the use Wx qw{ wxCONSTANT } imports (ADAMK) |
|---|
| 1146 | - Make it clear in the main window title if running from SVN checkout (ADAMK) |
|---|
| 1147 | - Add Padre::PluginBuilder for Padre plugins with extra build targets (SMUELLER) |
|---|
| 1148 | - Create dialog abstraction in Padre::Wx::Dialog. (SZABGAB) |
|---|
| 1149 | - Lots of refreshing related fixes. (SZABGAB) |
|---|
| 1150 | - Create Padre::Documents to return the current or any other document object. (SZABGAB) |
|---|
| 1151 | - Stop importing Wx directly in the Padre::Wx:: modules. (SZABGAB) |
|---|
| 1152 | - Compile all modules if Test::Compile is available during tests. (SZABGAB) |
|---|
| 1153 | - Save button on toolbar is working now when the current document needs saving. (SZABGAB) |
|---|
| 1154 | - Use binmode :raw in order to help Windows when opening and writing files |
|---|
| 1155 | fixing the bug that we used to change the newline types whem editing on Windows. (SZABGAB) |
|---|
| 1156 | - Run Script did not work bug fixed #76 (SZABGAB) |
|---|
| 1157 | - chdir to directory to be executed with Run Script #69 (SZABGAB) |
|---|
| 1158 | |
|---|
| 1159 | 0.12 2008.10.23 |
|---|
| 1160 | - All changes below this point by SZABGAB unless noted. |
|---|
| 1161 | - Stupid bugs left in 0.11 reported by Brian Cassidy. |
|---|
| 1162 | |
|---|
| 1163 | 0.11 2008.10.23 |
|---|
| 1164 | - Updated ORLite dependency to 0.14 for create => 1 support (ADAMK) |
|---|
| 1165 | - Rewrote Padre::DB to auto-configure directly from Padre::Config (ADAMK) |
|---|
| 1166 | - All Padre.pm DBI code converted to Padre::DB calls (ADAMK) |
|---|
| 1167 | - Removed minor use of Class::Accessor to reduce memory overhead, |
|---|
| 1168 | namespace pollution and dependency count (ADAMK) |
|---|
| 1169 | - Removed some superfluous code from the PIR/PASM/Perl6 documents (ADAMK) |
|---|
| 1170 | - Cleaned up (and shrunk the code for) the bootstrap sequence (ADAMK) |
|---|
| 1171 | - Moved the "recent files" internal state into the database (ADAMK) |
|---|
| 1172 | - Removed index pointers unrelated to the IDE from Padre.pm (ADAMK) |
|---|
| 1173 | - Transaction-wrap exiting to make it much much faster (ADAMK) |
|---|
| 1174 | - Adding shortcut methods for popup messages/errors (ADAMK) |
|---|
| 1175 | - Optimised away the non-Wx non-class Padre::Wx::Execute (ADAMK) |
|---|
| 1176 | - Created Padre::Wx::History::TextDialog so we can have a dialog |
|---|
| 1177 | box that defaults to whatever the last answer was. (ADAMK) |
|---|
| 1178 | - Some clean up in the FindDialog window with abstraction. |
|---|
| 1179 | - Add support to Module::Starter and make it to be a prereq. |
|---|
| 1180 | - Add all the perl functions to the Calltip keyword list and move |
|---|
| 1181 | it to a yaml file. |
|---|
| 1182 | - Fix several bugs that were probably introduced after 0.10. |
|---|
| 1183 | - Turn the color definition of the syntax highlighting into a hash |
|---|
| 1184 | for easier maintenance. |
|---|
| 1185 | - Lots of code refactoring. |
|---|
| 1186 | |
|---|
| 1187 | 0.10 2008.09.22 |
|---|
| 1188 | - Improve the search tool (include backward search). |
|---|
| 1189 | - Allow keeping the search window open (or close it and use F3). |
|---|
| 1190 | - Shift-F3 to jump backwards. |
|---|
| 1191 | - Add Search and Replace and global search and replace. |
|---|
| 1192 | - Setup mapping of file extensions to mime-types and to color coding. |
|---|
| 1193 | - Clean up the MainWindow module, move code to Document and Document::Perl. |
|---|
| 1194 | - Implement an experimental PASM, PIR and Perl 6 highlighting. |
|---|
| 1195 | - Allow experimental code to allow the user to execute code within Padre. |
|---|
| 1196 | - Report if file could not be saved and keep it in unsaved state (bug #74). |
|---|
| 1197 | - Separate the Padre::Install module from Build.PL. |
|---|
| 1198 | - Set default mime-type of new files to be perl. |
|---|
| 1199 | - Change mime-type when saving file to the appropriate new mime-type. |
|---|
| 1200 | |
|---|
| 1201 | 0.09 2008.09.17 |
|---|
| 1202 | - Move various relevant menu items into a "Window" menu (ADAMK) |
|---|
| 1203 | - Rename "Enable CallTip" to "Show Call Tips" for consistency (ADAMK) |
|---|
| 1204 | - Adding more menu seperators to improve the visual look (ADAMK) |
|---|
| 1205 | - Always show status bar on Win32, as removing it breaks (ADAMK) |
|---|
| 1206 | - Added experimental Padre::Document::Perl (ADAMK) |
|---|
| 1207 | - Added experimental PPI intergration (ADAMK) |
|---|
| 1208 | - Experimental menu refresh closer to being usable (ADAMK) |
|---|
| 1209 | - Split out Wx-related utility functions into Padre::Wx (ADAMK) |
|---|
| 1210 | - Adding common platform-detection logic to Padre::Util (ADAMK) |
|---|
| 1211 | - If we start with a new file and then open another one, |
|---|
| 1212 | implicitly close the unused new file (ADAMK) |
|---|
| 1213 | - Some dialog cleanups. |
|---|
| 1214 | - Make sure we can build stand alon executable for Linux. |
|---|
| 1215 | - Remove Ctrl-Shift-Z from redo as Ctrl-Y already works. |
|---|
| 1216 | |
|---|
| 1217 | 0.08 2008.09.11 |
|---|
| 1218 | - Add Ctrl-Shift-O to open a file based on the selection in the current window. |
|---|
| 1219 | - Enable ack integration even though it is not nice yet but it is working. |
|---|
| 1220 | - Use real Wx:AboutDialogInfo for the about box. |
|---|
| 1221 | - Hide method names (in the method window) when they don't start on the first column. |
|---|
| 1222 | - Add menu option to close all buffers. |
|---|
| 1223 | - Escape $ signs by default so they will not interpolate during search. |
|---|
| 1224 | - Open file now opens in the directory where the current file is. |
|---|
| 1225 | - Add Bookmarks. |
|---|
| 1226 | - Add toolbar with several icons. Tested on Windows as well. |
|---|
| 1227 | - Add icon for the application. |
|---|
| 1228 | - Enable/disable regex in search. |
|---|
| 1229 | - Add menu option to convert line endings. |
|---|
| 1230 | - Replace relative path with full path on the command line. |
|---|
| 1231 | - Implement basic CallTips and add menu option to enable/disable them. |
|---|
| 1232 | |
|---|
| 1233 | 0.07 2008.09.04 |
|---|
| 1234 | - Allow the user to change the width ot TABs as they are displayed. |
|---|
| 1235 | - Separate the code to show the preferences window to the Padre::Wx::Preferences module |
|---|
| 1236 | - Separate code to Padre::Wx::Menu, Padre::Wx::Execute, Padre::Wx::Help |
|---|
| 1237 | - Allow spliting windows to see two parts of the same document |
|---|
| 1238 | - Add Zoom-in/Zoom-out/Zoom-reset menu options to change the zoom on all documents |
|---|
| 1239 | - Allow the use of PAR files as plugins (SMUELLER) |
|---|
| 1240 | - Stop jumping on selection movement in the list of methods frame. |
|---|
| 1241 | - Remove Padre::Demo and distribute it separately as Wx::Perl::Dialog. Make Padre depend on it. |
|---|
| 1242 | - Update the status when the mouse is moved |
|---|
| 1243 | - Update status works on Windows now. |
|---|
| 1244 | - Require threaded perl as there is experimental code in Padre to use ack. |
|---|
| 1245 | - Depend on App::Ack. |
|---|
| 1246 | - Depend on PAR. |
|---|
| 1247 | - Clean up the par generation. |
|---|
| 1248 | - Lots of code cleanup. |
|---|
| 1249 | |
|---|
| 1250 | 0.06 2008.08.28 |
|---|
| 1251 | - Add some "new file" templates |
|---|
| 1252 | - Temporarily remove the toolbar |
|---|
| 1253 | - Change behavior of Padre::Demo, add wxer command line interface |
|---|
| 1254 | - Remove Demo::App |
|---|
| 1255 | - Padre::Demo add dir_selector() and password() |
|---|
| 1256 | - Update list of methods on save as well #54 (vincent) |
|---|
| 1257 | - Change the list of subs on the right hand side to be sorted |
|---|
| 1258 | - Set Alt-S to jump to the subs list |
|---|
| 1259 | - Deal with newlines in files |
|---|
| 1260 | - Lots of refactoring (ADAMK) |
|---|
| 1261 | - Remember that application was maximized (ADAMK) |
|---|
| 1262 | - Better choice of default size (ADAMK) |
|---|
| 1263 | - Adding a separate compilation test script (ADAMK) |
|---|
| 1264 | - Adding a ORLite interface to the database Padre::DB (ADAMK) |
|---|
| 1265 | - Include authors tests for Perl critic and POD in xt/ directory |
|---|
| 1266 | - Make commenting out and uncommenting out atomic in the undo buffer |
|---|
| 1267 | - Replace string search by regex search, change the GUI |
|---|
| 1268 | - Add case insensitive search |
|---|
| 1269 | - Limit the max number of recent files to 20 |
|---|
| 1270 | |
|---|
| 1271 | 0.05 2008.08.17 |
|---|
| 1272 | - First stab at autocompletition using Ctrl-P. (SZABGAB) |
|---|
| 1273 | - Allow opening files without extensions (on non-ms-windows systems). (SZABGAB) |
|---|
| 1274 | - Cleaning up to comply with perlcritic default settings. (ADAMK) |
|---|
| 1275 | - Adding basic "project" support. (ADAMK) |
|---|
| 1276 | - Adding Module::Inspector as prereq. (ADAMK) |
|---|
| 1277 | - Replace YAML with YAML::Tiny (ADAMK) |
|---|
| 1278 | - Moved bin/padre to script/padre. (ADAMK) |
|---|
| 1279 | - Moving all globals into a unified object tree. (ADAMK) |
|---|
| 1280 | - Created standalone Padre::Config (ADAMK) |
|---|
| 1281 | - Show the filetpe in the status bar. (SZABGAB) |
|---|
| 1282 | - remove Devel::PerlySense as prereq for now. (SZABGAB) |
|---|
| 1283 | - List functions of the current file on the right panel. (SZABGAB) |
|---|
| 1284 | - Syntax highlighting of more file types (PATSPAM) |
|---|
| 1285 | |
|---|
| 1286 | 0.04 2008.08.08 |
|---|
| 1287 | - Add Devel::PerlySense as prereq |
|---|
| 1288 | - Stop checking for wx version for now |
|---|
| 1289 | - Change the create_makefile_pl to passthrough as the traditional did |
|---|
| 1290 | not do the extra work done by Build.PL |
|---|
| 1291 | - Mark the buffer that is unsaved with a star. |
|---|
| 1292 | - Stop saving the content of the loaded file and use GetModify |
|---|
| 1293 | to find out if the file has been modifyed since last save |
|---|
| 1294 | - Replace the search_term by search_terms in the config file |
|---|
| 1295 | - Allow remembering of search terms |
|---|
| 1296 | - Replace the text dialog by a full dialog box and a Wx::ComboBox |
|---|
| 1297 | - Setup http://padre.perlide.org/ using trac |
|---|
| 1298 | - Move the repository to http://svn.perlide.org/padre/ |
|---|
| 1299 | |
|---|
| 1300 | 0.03_02 2008.08.03 |
|---|
| 1301 | - Add experimental code for plugins |
|---|
| 1302 | - Add experimental version of Padre::Plugin::PAR |
|---|
| 1303 | - Fix the shortcuts of some of the menues in windows, thanks to Octavian Rasnita |
|---|
| 1304 | - Replace the AppendSubMenu calls by Append calls to support older version of wxWidgets |
|---|
| 1305 | |
|---|
| 1306 | 0.03_01 2008.07.31 |
|---|
| 1307 | - Experimental code in Build.PL to avoid test failures when wxWidgets is too old. |
|---|
| 1308 | - Added ToolBar |
|---|
| 1309 | - Experimental code to install non-perl files and then use find them using File::ShareDir |
|---|
| 1310 | |
|---|
| 1311 | 0.03 2008.07.28 |
|---|
| 1312 | - Fix many issues reported by Octavian Rasnita |
|---|
| 1313 | - Rename some internal modules to get full indexing |
|---|
| 1314 | |
|---|
| 1315 | 0.02 2008.07.26 |
|---|
| 1316 | - First public release under the name Padre |
|---|
| 1317 | - Slow improvements |
|---|
| 1318 | - Nothing special or ground breaking to mention |
|---|
| 1319 | |
|---|
| 1320 | 0.01 2008.07.20 |
|---|
| 1321 | - First version |
|---|