Timeline
11/22/08:
- 20:46 Changeset [1232] by
- more Enable/Disable? code for the menues
- 20:36 Changeset [1231] by
- Enable/Disable? several Edit/ menu entries
- 20:26 Changeset [1230] by
- cache the list of methods displayed last time and check agains the cached …
- 20:08 Changeset [1229] by
- Enable/Disable? the Copy menu entry
- 20:03 Changeset [1228] by
- Enable/Disable? the Undo and Redo menu entries call refresh_all in more …
- 19:48 Changeset [1227] by
- move part of the document stats code to the Document object
- 19:23 Changeset [1226] by
- enable/disable some of the menu items in the File/ menu
- 19:23 Changeset [1225] by
- eliminate warnings when doc is empty and stats are undef
- 19:08 Changeset [1224] by
- enable/disable some of the menu items in the File/ menu
- 18:58 Changeset [1223] by
- refactoring: replace $menu by $self where appropriate in the Menu class
- 18:49 Changeset [1222] by
- save the Close menu item in a variable and make sure it is updated with …
- 16:56 Changeset [1221] by
- damn, forgot to depend on very new Padre
- 16:54 Changeset [1220] by
- use new plugin interface
- 16:54 Changeset [1219] by
- require fixed ExtUtils::InferConfig?
- 16:54 Changeset [1218] by
- remove menu tests that dont work with new plugin interface
- 16:22 Changeset [1217] by
- update the ToolBar?->refresh method to make sure only the really available …
- 15:44 Changeset [1216] by
- remove home made text_copy_to_clipboard and replace it with STC->Copy
- 15:37 Changeset [1215] by
- remove text_cut_to_clipboard function and replace with native STC->Cut …
- 15:27 Changeset [1214] by
- factor out the put_text_to_clipboard function
- 15:26 Changeset [1213] by
- adapt to Padre 0.17, new plugin system
- 15:13 Changeset [1212] by
- Clipboard code works again
- 15:10 Changeset [1211] by
- Converting a bunch of stuff to Wx::gettext
- 15:01 Changeset [1210] by
- oww, one more pluginmanager test
- 15:00 Changeset [1209] by
- add more pluginmanager tests
- 14:53 Changeset [1208] by
- add Wx:: to fix compilation test
- 14:47 Changeset [1207] by
- move the sharefile() functions to Padre::Util
- 14:34 Changeset [1206] by
- Claraifying this is non-Wx stuff
- 14:34 Changeset [1205] by
- Adding Freeze/Thaw? pairs for most startup modes
- 14:21 Changeset [1204] by
- Fidding with Freeze/Thaw? a bit to reduce gui flickr for common actions
- 14:13 Changeset [1203] by
- remove debugging printout
- 14:11 Changeset [1202] by
- Expunging the prev_module and next_module methods that REALLY shouldn't …
- 14:10 Changeset [1201] by
- Moving in prev_module and next_module
- 14:03 Changeset [1200] by
- Bug fix
- 14:01 Changeset [1199] by
- Bug fix
- 13:42 Changeset [1198] by
- add lots of documentation to the PluginManager?~
- 13:40 Changeset [1197] by
- Use explicit names for constants.
- 13:36 Changeset [1196] by
- Put the header docs at the head (above use strict etc). Remove the …
- 13:23 Changeset [1195] by
- Correcting parrot-related file types
- 13:19 Changeset [1194] by
- Add Wx::STC to the list of always-loaded Wx classes. Delay loading of …
- 13:16 Changeset [1193] by
- for skipping the loading of a plugin, require that the plugin is set to …
- 13:15 Changeset [1192] by
- do not copy hash unnecessarily
- 13:10 Changeset [1191] by
- do not return when there are no plugins as My.pm is always there
- 13:08 Changeset [1190] by
- separate public plugin loading/unloading and private loading/unloading …
- 12:47 Changeset [1189] by
- move the code to uncomment lines to the Editor class
- 12:45 Ticket #152 (Reset My Plugin) closed by
- fixed: disable -> Unload -> delete -> create ->load -> enable entirely …
- 12:44 Changeset [1188] by
- Delay loading Text::Diff
- 12:41 Changeset [1187] by
- update test with the new pluginmanager changes
- 12:39 Changeset [1186] by
- actually do enable/disable the plugins *instantly*
- 12:39 Changeset [1185] by
- use methods, not subs when accessing the plugin manager
- 12:33 Changeset [1184] by
- move comment_lines to the Editor class add comment_lines_str to the …
- 12:30 Changeset [1183] by
- refactor the use of the manager-contained plugin status; fix test_a_plugin …
- 12:21 Changeset [1182] by
- Delay loading of File::Find::Rule
- 12:03 Changeset [1181] by
- * Accept PluginManager? object as first argument (almost) everywhere: These …
- 12:00 Changeset [1180] by
- Call search by method
- 11:58 Changeset [1179] by
- move PPI autouse to Padre.pm
- 11:51 Changeset [1178] by
- factor out and move find_unmatched_brace to Padre::Docuement::Perl
- 11:40 Changeset [1177] by
- Commiting rewrite of the search stuff
- 11:33 Changeset [1176] by
- remove the on_upper_lower method and the UpperFirst? LowerFirst? menu …
- 11:16 Changeset [1175] by
- replace the home-made UpperCase/LowerCase? methods with built-in Scintilla …
- 11:09 Changeset [1174] by
- add unload_plugin method
- 11:05 Changeset [1173] by
- stop-gap measure to call load_plugin as method only.
- 10:55 Changeset [1172] by
- promote _load_plugin to somewhat public load_plugin for use in other areas …
- 10:53 Changeset [1171] by
- use tabs for indentation only
- 10:38 Changeset [1170] by
- undo my brain damage. Need coffee.
- 10:34 Changeset [1169] by
- Do not use methods as subs…
- 09:00 Changeset [1168] by
- use the newer way of Padre::Plugin to setup the plugin menu
- 08:51 Changeset [1167] by
- remove the new method from My plugin add the name to the about box
- 08:09 Changeset [1166] by
- add Help menu item to link to PerlMonks?
- 08:08 Changeset [1165] by
- Don't pull cached copies of the configuration
11/21/08:
- 09:07 Changeset [1164] by
- centring label vertically
- 09:06 Changeset [1163] by
- create widgets in order they are used
- 08:58 Changeset [1162] by
- removing borders around buttons
- 07:13 Changeset [1161] by
- wrap the editor_enable calls in eval block
- 07:11 Changeset [1160] by
- the standard My plugin also has to subclass Padre::Plugin and should …
- 07:10 Changeset [1159] by
- skip the old MY plugin (in capital letters)
- 06:40 Changeset [1158] by
- remove the Vi specific code from the Plugin Manager now try to call ->new …
- 06:07 Changeset [1157] by
- remove the unnecessary vi_mode string from within the Vi.pm
11/20/08:
- 22:08 Changeset [1156] by
- add visual select mode to vi
- 18:16 Changeset [1155] by
- documentation update in Vi plugin
- 18:16 Changeset [1154] by
- turn the text_selection function to real Editor methods
- 17:35 Changeset [1153] by
- added new feature
- 17:18 Changeset [1152] by
- added button previous/next to search panel
- 17:09 Changeset [1151] by
- Add multiline support to wxTextCtrl, add wxStaticLine
- 17:06 Changeset [1150] by
- typo fixes
- 17:01 Changeset [1149] by
- sync regex checkbox with config stored
- 16:51 Changeset [1148] by
- store case insensitivity in padre's config also, reverse case sensitivity …
- 16:43 Changeset [1147] by
- added regex search
- 16:31 Changeset [1146] by
- implementing case insensitivity
- 16:24 Ticket #156 (Padre 0.17 doesn't display anything regarding UTF-8 encoded files.) created by
- Padre 0.17 can open UTF-8 encoded files, but displays blanks all over the …
- 15:43 Ticket #155 (error if passed a non-existent filename) created by
- Still haven't gotten Padre to successfully launch on OS X, but I did …
- 15:34 Changeset [1145] by
- Add 'guess indentation settings' button to preferences
- 15:34 Changeset [1144] by
- make jump to line work in vi
- 15:34 Ticket #154 (fails to launch on OS X) created by
- I have installed Padre via CPAN on OS X 10.5.5 with perl 5.10.0 from …
- 15:24 Changeset [1143] by
- using gettext()
- 15:23 Changeset [1142] by
- space to tab conversion
- 15:21 Changeset [1141] by
- in vi start the file search int the original_dir where padre was opened
- 15:11 Changeset [1140] by
- fix paste above and paste below in vi-mode to work when there are newlines …
- 15:03 Changeset [1139] by
- remove the duplicate code for checking the clipboard
- 14:53 Changeset [1138] by
- eliminate the need for the extra paste_text function, use the built-in …
- 14:40 Changeset [1137] by
- further refactor the paste_text code, turn it to be a real Editor method
- 14:33 Changeset [1136] by
- further refactoring the paste_text and related methods
- 14:27 Changeset [1135] by
- further paste_text related refacoring
- 14:21 Changeset [1134] by
- separate the paste_text and the get_text_from_clipboard
- 14:04 Changeset [1133] by
- connect Ctrl-n to autocompletion in vi mode. Does not work yet as the …
- 13:42 Changeset [1132] by
- using layers for auimanager so search panel is always the closer from STC
- 13:28 Changeset [1131] by
- removing everything left from padre::wx::dialog::find
- 13:15 Changeset [1130] by
- highlight background in red if not found
- 13:10 Changeset [1129] by
- incremental search landed, woohoo! \o/
- 12:55 Changeset [1128] by
- unified _find_next/previous
- 12:34 Changeset [1127] by
- basic search functionality
- 11:07 Changeset [1126] by
- using common sub for find next & find prev they are indeed needing the …
- 11:01 Changeset [1125] by
- removed other unused subs
- 10:32 Changeset [1124] by
- taking into account that f4 is called both to initiate search *and* to …
- 10:19 Changeset [1123] by
- remove unused subs, get $main from Padre->ide->wx->main_window
- 10:11 Changeset [1122] by
- Finally add tool tip hints to the syntax check markers
- 10:09 Changeset [1121] by
- oops, forgot one "term" to be renamed
- 10:05 Changeset [1120] by
- $wx{term} renamed in $wx{entry}
- 10:04 Articles edited by
- some book recommendations (diff)
- 10:02 Changeset [1119] by
- escape now hides the search panel
- 09:54 Changeset [1118] by
- use the F accelerator only once ;-)
- 09:39 Changeset [1117] by
- renamed Padre::Wx::Find to Padre::Wx::Dialog::Search
- 09:21 Changeset [1116] by
- button to hide search panel
- 09:06 Changeset [1115] by
- search bar is not resizable
- 09:05 Changeset [1114] by
- direct focus to search box when opening search bar
- 08:46 Changeset [1113] by
- Merge branch 'search'
- 08:09 Changeset [1112] by
- That should be int values so use more sane values
- 06:42 Changeset [1111] by
- more sane quick find
- 06:37 Changeset [1110] by
- make test_a_plugin working again
- 06:18 Changeset [1109] by
- Do you want to open it now? for module-starter
- 02:48 Changeset [1108] by
- fix the multi-pop-up to ask for changed file.
- 00:27 Changeset [1107] by
- Comment correction to the new icon function
- 00:26 Changeset [1106] by
- Removing the empty Editor directory
- 00:26 Changeset [1105] by
- Adding the use version
- 00:25 Changeset [1104] by
- Cleaning up My.pm plugin
- 00:21 Changeset [1103] by
- Removing the old icon set
- 00:20 Changeset [1102] by
- Removing the use of the old icon set
- 00:03 Changeset [1101] by
- Actually connect the Timer objects and the event handler with each other
- 00:01 Changeset [1100] by
- Hopefully a less obtrusive scheduling for the syntax checker
11/19/08:
- 23:37 Changeset [1099] by
- add menu option and key binding to imitated the mouse "right click"
- 15:02 Changeset [1098] by
- rename the MY plugin to My
- 15:01 Changeset [1097] by
- delete lib/padre/Plugin/MY.pm note to self: globs do not find deleted …
- 14:56 Changeset [1096] by
- Move Padre::Plugin::MY to ::My.
- 14:51 Changeset [1095] by
- implement Reset MY Plugin thingy
- 14:50 Changeset [1094] by
- after chat with Alias, document recommendation of how to unload classes, …
- 14:19 Ticket #153 (Change MY.pm plugin to My.pm) created by
- We shouldn't be naming modules wrong. Switch the plugin over to a …
- 14:18 Ticket #152 (Reset My Plugin) created by
- In the Plugin Tools menu, under Reload My Plugin meny entry, should be a …
- 14:12 Changeset [1093] by
- Doing an initial shove of the Perl-specific code out of Project and into …
- 13:22 Changeset [1092] by
- fix pod typo
- 10:11 Changeset [1091] by
- skip refresh window menu if alt menu not defined (first padre use)
- 09:15 Changeset [1090] by
- Pod tweaks due to the new Plugin API
- 07:26 Changeset [1089] by
- Shifted location of current line background
- 05:40 Changeset [1088] by
- fix expectation in test script to match changed reality
- 05:39 Changeset [1087] by
- fix compilation error
- 05:03 Changeset [1086] by
- always create the plugins menu, we have the tools in there
- 04:58 Changeset [1085] by
- eliminate nearly all the vi_mode specific code from Padre but we cannot …
- 03:54 Changeset [1084] by
- move the enable/disable text in one place enable the prefernces button …
- 03:00 Ticket #151 (Allow the selection of a snippet with keyboard only) created by
- right now, after opening the snippets window using ctrl-shift-a I need to …
- 02:58 Ticket #150 (more flexible (project aware?) recent files) created by
- I often work on one main project with many files - eg. currently on Padre …
- 02:47 Ticket #149 (the snippets should be aware of the file-type) created by
- e.g for javascript there should be a separate set of code snippets
- 02:41 Changeset [1083] by
- add hotkey to the Insert button and make it the default
11/18/08:
- 21:42 Changeset [1082] by
- Make sure the marker column is made visible when opening a new editor …
- 21:18 Changeset [1081] by
- Fix a crash "Can't call method 'MarkerDeleteAll?' on an undefined value" …
- 21:17 Changeset [1080] by
- Clean up data, make correct test when no category is chosen, bump version …
- 20:38 Ticket #148 (Use consistent coding style in padre sources) created by
- Automate the tedious task using PerlTidy. See my attached .perltidyrc as …
- 20:37 Changeset [1079] by
- first try to add plugin manager dialog
- 20:24 Changeset [1078] by
- Return menus to original state
- 20:24 Changeset [1077] by
- Make selection work.
- 20:24 Changeset [1076] by
- Add some default snippets
- 20:24 Changeset [1075] by
- Perltidy and other nicifying the code.
- 20:23 Changeset [1074] by
- Add a few more categories. Add insert button. Make cat grouping work.
- 20:23 Changeset [1073] by
- Rename class to category in snippets table. Tidy up initial snippet …
- 20:23 Changeset [1072] by
- Make snippet box look nice when class is chosen.
- 20:23 Changeset [1071] by
- Add class choice.
- 20:23 Changeset [1070] by
- Snippet insertion works now.
- 20:23 Changeset [1069] by
- The events work now.
- 20:23 Changeset [1068] by
- Add basic Snippets functionality.
- 19:05 Ticket #79 (padre --index dies) closed by
- fixed
- 19:04 Changeset [1067] by
- fix ticket #79: padre --index no longer crashes
- 18:52 Ticket #42 (Drag and drop file open) closed by
- fixed: r1066 - fixed for gui
- 18:51 Changeset [1066] by
- fix ticket #42: drag and drop file(s) open them
- 18:08 Ticket #146 (Odd behavoir when copying and pasting.) closed by
- fixed: appears to be fixed in 0.17
- 18:00 Changeset [1065] by
- typo in docs, add TODO for something we need to think about ('deleting …
- 17:40 Ticket #147 (improve load time when there are many files to open) created by
- When there are many files to open at launch time of Padre it takes a lot …
- 17:25 Changeset [1064] by
- forgot to Changes update with ticket closed
- 17:08 Ticket #145 (after save-as filename in the Windows/ menu isnt updated) closed by
- fixed: fixed in r1063
- 17:08 Changeset [1063] by
- fix ticket #145: save-as should update filename in the Windows/ menu
- 16:42 Changeset [1062] by
- typo fix
- 16:41 Changeset [1061] by
- lining up multiline changes
- 16:15 Changeset [1060] by
- some explanation about the new PluginManager? gui
- 16:10 Changeset [1059] by
- update the changes file
- 16:02 Ticket #137 (jumpt to document last seen) closed by
- fixed: implemented in r1058
- 16:01 Changeset [1058] by
- keep history of windows and jump to the window last visited using Windows/ …
- 15:44 Changeset [1057] by
- checking if a document is opened before checking its mtime
- 15:39 Changeset [1056] by
- hide show the margin of the syntaxt checker when it is enabled/disabled …
- 14:41 Changeset [1055] by
- Adding the implementations of a Pod2HTML wrapper and a Wx interface around …
- 14:17 Ticket #146 (Odd behavoir when copying and pasting.) created by
- When attempting to paste new text on top of some old stuff i did this. …
- 12:56 Changeset [1054] by
- some documentation for the vi plugin
- 12:38 FAQ edited by
- fix typo (diff)
- 12:24 Changeset [1053] by
- update version number of all the files to 0.17
- 12:23 Changeset [1052] by
- only check version number, dont set it in release.pl
- 12:10 Changeset [1051] by
- Adding and documenting editor_disable
- 12:08 Changeset [1050] by
- get the old release.pl script that only updates version numbers and call …
- 11:53 Changeset [1049] by
- Add Padre::Plugin to MANIFEST
- 11:51 Changeset [1048] by
- call enable_plugin on the enabled plugin (Vi) by the plugin manager
- 11:35 Changeset [1047] by
- Swithing from start/stop to enable/disable
- 11:06 Changeset [1046] by
- move the CommandLine? dialog box to the Vi plugin
- 10:59 Changeset [1045] by
- Change the list of syntax messages in the sidebar when switching editors
- 10:44 Changeset [1044] by
- first major step in moving vi out from the core of Padre into a plugin, …
- 07:30 Ticket #145 (after save-as filename in the Windows/ menu isnt updated) created by
- * Ctrl-N new file * save it * the Windows/ menu still shows the Unsaved …
- 05:36 Articles edited by
- (diff)
11/17/08:
- 23:23 Ticket #144 (Double-click to open new tag) created by
- Double-clicking on the vacant tab area should cause a new empty buffer to …
- 19:23 Ticket #84 (save as should update document type and syntax highlighting) closed by
- fixed: fixed in r374 - available since padre 0.10
- 19:13 Changeset [1043] by
- forgot to update Changes when closing ticket
- 18:16 Ticket #26 (Comment out a section of code) closed by
- fixed: all supported document types tackled, closing bug.
- 18:14 Changeset [1042] by
- un/comment lines (same as perl)
- 18:12 Changeset [1041] by
- un/comment for pir (same as perl)
- 18:10 Changeset [1040] by
- un/comment tackled for perl6
- 18:08 Changeset [1039] by
- un/comment now working for javascript
- 18:04 Changeset [1038] by
- un/comment out lines is document-type dependant this paves the way to fix …
- 17:41 Changeset [1037] by
- simplify document retrieval
- 17:28 Ticket #143 (open should allow me to type in a module name and it should look for that ...) created by
- just as Ctrl-Shift-O does
- 16:32 Ticket #55 (recognize when file is changed on disk) closed by
- fixed
- 16:29 Changeset [1036] by
- fix ticket #55: recognize when file is changed on disk
- 15:01 Download edited by
- (diff)
- 12:27 Changeset [1035] by
- tag Padre-0.17
- 11:57 Changeset [1034] by
- Compiles now
- 11:46 Changeset [1033] by
- Plugins now documented
- 10:44 Changeset [1032] by
- clean up the key modifier handling in CommandLine?.pm as well
- 10:18 Changeset [1031] by
- clean up the key modifier handling in Vi.pm as well
- 09:56 Changeset [1030] by
- add version number
- 09:52 Changeset [1029] by
- change the syntax checking to be available only when the experimental flag …
- 09:28 Changeset [1028] by
- fix Changes file, prepare for 0.17 release
- 08:56 Changeset [1027] by
- Adding the start/stop methods
- 08:31 Ticket #142 (Padre should support invocation -> open conversion) closed by
- duplicate: duplicate of #117
- 07:20 Changeset [1026] by
- update the changes file
- 06:53 Ticket #141 (shift+tab changes tab) closed by
- fixed: fixed in r1024
- 06:47 Changeset [1025] by
- first step to support yy in vi mode
- 06:43 Changeset [1024] by
- clean up the key recognition code in the Main window fix the shift+TAB …
- 04:32 Ticket #142 (Padre should support invocation -> open conversion) created by
- Many applications that are capable of being launched by external programs …
- 03:00 Changeset [1023] by
- 02:17 Changeset [1022] by
- 02:11 Changeset [1021] by
- Adding the first pass at a second-generation plugin API
- 02:08 Changeset [1020] by
- Make sure Wx::Locale is in the set of loaded modules
11/16/08:
- 21:16 Changeset [1019] by
- separate goto_beginning_of_line and alow the use of (shift-6) to get …
- 21:14 Changeset [1018] by
- separate goto_end_of_line and alow the use of $ (shift-4) to get there
- 20:32 Changeset [1017] by
- switch back to File::ShareDir::PAR after 0.03 was released
- 20:01 Changeset [1016] by
- clear buffer when pressing ESC in vi mode
- 19:59 Changeset [1015] by
- first version of paste support (p and P) in vi mode
- 19:04 Changeset [1014] by
- drag-n-drop files support, based on patch from Corion (Max Maischein)
- 14:19 Changeset [1013] by
- add shift-j to join lines in vi mode
- 14:15 Changeset [1012] by
- remove parameters from text_paste_from_clipboard() calls
- 14:14 Changeset [1011] by
- A few improvements and fixes for the syntax checking code
- 13:52 Changeset [1010] by
- turn "dd" of the vi mode into a "cut" to remember what was taken
- 13:48 Changeset [1009] by
- stop passing parameters to text_cut_to_clipboard and stop trying to use …
- 13:41 Changeset [1008] by
- implement dd in vi mode
- 12:32 Changeset [1007] by
- in vi mode replace d with x as deleting character
- 12:26 Changeset [1006] by
- add experimental vi mode
- 12:20 Changeset [1005] by
- * Added some documentation on the syntax checking methods in the …
11/15/08:
- 17:36 Changeset [1004] by
- * Once again forgot about changing the "Changes"
- 17:00 Changeset [1003] by
- * Added an option to highlight the current line by setting a background …
- 16:36 Changeset [1002] by
- set svn:ignore
- 07:20 Changeset [1001] by
- add unit tests
- 00:06 Changeset [1000] by
- * Rewritten syntax checking code; should be quite usable by now * Still …
11/14/08:
- 17:05 Changeset [999] by
- lining up should be done with spaces
- 17:04 Changeset [998] by
- code folding has been fixed since r860 by hjansen++
- 17:02 Ticket #61 (Add code folding) closed by
- fixed: seems to be fixed since r860 by hjansen++ closing ticket + updating …
- 16:58 Changeset [997] by
- defer module loading as per Gabor's suggestion
- 16:50 Ticket #141 (shift+tab changes tab) created by
- shift+tab shouldn't select previous tab - it's already mapped to …
- 16:45 Changeset [996] by
- use glob aliases instead of eval.
- 16:39 Ticket #140 (reordering tabs does not change their order with ctrl+tab) created by
- 1. open 3 tabs 2. move last tab to middle position 3. ctrl+tab now selects …
- 16:32 Ticket #133 (search during selection) closed by
- fixed: fixed in r995 - ctrl+[ to mark selection start - ctrl+] to mark selection …
- 16:31 Changeset [995] by
- fix ticket #133: selection markers
- 16:14 Changeset [994] by
- move the last_test_plugin_file to another place in the configuration file
- 15:53 Changeset [993] by
- require Module::Refresh instead of use-ing
- 15:50 Changeset [992] by
- First cut at Module::Install based plugin installer
- 15:40 Changeset [991] by
- removing unused dependency
- 15:36 Changeset [990] by
- delay App::Ack loading to reduce memory usage & start time
- 14:25 Changeset [989] by
- talked to Gabor. Missed discussion about nested plugin namespaces: Plugins …
- 14:14 Changeset [988] by
- upgrade dependencies to improved (read: fixed) versions
- 13:29 Changeset [987] by
- use menu_name
- 13:24 Changeset [986] by
- use a better variable name: is what the comments imply and how it's …
- 13:23 Changeset [985] by
- make nested plugin namespaces work from .par archives (i.e. map …
- 12:47 Changeset [984] by
- require modules as per Gabor's suggestion; remove stray debugging code
- 12:34 Download edited by
- (diff)
- 10:18 Changeset [983] by
- rename menu_tools to menu_plugin_tools
- 10:13 Changeset [982] by
- update MANIFEST
- 09:33 Changeset [981] by
- limit the depth of the pluigns to 1 again
- 09:21 Changeset [980] by
- fix small syntax error
- 08:59 Download edited by
- open suse link (diff)
- 08:13 Changeset [979] by
- no "Use of uninitialized value in numeric lt (<) at lib/Padre/Document.pm …
- 07:52 Ticket #139 (Improve the speed of PPI) created by
- In order to use PPI for syntax checking or syntax highlighting we have to …
- 07:15 Ticket #138 (upgrade Scintilla in wxWidgets) created by
- The perl 5.10 needs Scintilla 1.76 but of course the best to upgrade …
- 06:09 Changeset [978] by
- Removing the Development dir
- 06:08 Changeset [977] by
- Now we have menu_name we don't need to rely on the colon conversion
- 05:02 Changeset [976] by
- Adding a proper label
- 05:00 Changeset [975] by
- Some changes to make the default plugin more approachable
- 04:59 Changeset [974] by
- Moved Tools under Plugins as Plugin Tools
- 03:13 Changeset [973] by
- new 60-db.t
- 03:05 Changeset [972] by
- fix editor_whitespaces in 02-new.t
- 02:59 Ticket #126 (Menu: clean recent file list) closed by
- fixed: as r971
- 02:55 Changeset [971] by
- clear recent files list.
- 02:10 Ticket #125 (Menu: Open all recent files) closed by
- fixed: r970
- 02:07 Changeset [970] by
- open_all_recent_files
- 01:35 Changeset [969] by
- make Menu.pm more clean
- 01:25 Changeset [968] by
- cleanup perl/run/plugin in Menu.pm
- 01:19 Changeset [967] by
- split edit and view from sub new in Menu.pm
- 01:11 Changeset [966] by
- clean up File menu in Menu.pm
11/13/08:
- 23:18 Ticket #122 (Alt-n mechnism gives warnings) closed by
- fixed: Alt-n removed
- 23:15 Changeset [965] by
- add Experimental/ menu option to turn on/off syntax checking with PPI
- 22:51 Changeset [964] by
- some javascript love.
- 22:24 Changeset [963] by
- if the rightbar , the list of subs is hidden and the user presses Alt-S …
- 18:58 Ticket #104 (padre crashes when running ack) closed by
- fixed: fixed in r962
- 18:57 Changeset [962] by
- fix ticket #104: padre crashes when running ack
- 18:38 Ticket #132 (Show white space and tab) closed by
- fixed: fixed in r961
- 18:38 Changeset [961] by
- fix ticket #132: hide/show white spaces and tabs
- 17:57 Ticket #131 (Toggle full screen mode F11) closed by
- fixed: fixed in r960
- 17:56 Changeset [960] by
- fix ticket #131: toggle fullscreen with f11
- 17:43 Changeset [959] by
- remove unicode character, unfortunately Padre has problems with those
- 17:42 Changeset [958] by
- fix failing syntax test due to lack of use statement
- 17:37 Changeset [957] by
- skip compile test on windows
- 16:56 Ticket #128 (Join Lines Ctrl-J) closed by
- fixed: fixed in r956
- 16:56 Changeset [956] by
- fix ticket #128: Join Lines with Ctrl-J
- 16:36 Changeset [955] by
- fixing the change r954 to allow the switching to other windows from the …
- 16:33 Changeset [954] by
- eliminate the Alt-n hot-keys but show all the open files in the Windows …
- 16:15 Changeset [953] by
- factor out the create_main_menu_bar method so it can be reused later in …
- 16:05 Changeset [952] by
- remove unused code in menu refresh
- 15:55 Ticket #100 (Enable/Disable the subs window via View menu) closed by
- fixed
- 15:51 Ticket #14 (Move between the editor and the output window with some hot-key) closed by
- fixed: r951 finished both directions Ctrl-O (output) and Ctlr-M (main)
- 15:50 Changeset [951] by
- add menu option with hot key to GoTo? Main Window
- 15:41 Changeset [950] by
- add hotkeys to the Perl and Run menues
- 15:35 Changeset [949] by
- move the GoTo? Subs and GoTo? Output Window menu items under the Windows …
- 15:32 Changeset [948] by
- update GoTo? Subs Window menu text
- 15:31 Changeset [947] by
- add menu and hot-key to move to the output window #14
- 15:19 Ticket #136 (Menu option: Tools/Reload MY plugin) closed by
- fixed: done by r946
- 15:13 Changeset [946] by
- add menu item to reload MY plugin
- 15:02 Changeset [945] by
- split up the reload_plugins method an move out the reload_module function
- 14:58 Changeset [944] by
- split up the reload_plugins method
- 14:48 Ticket #137 (jumpt to document last seen) created by
- So I can edit two documents and easily jump back and force Ctrl-6 in vi
- 14:47 Ticket #136 (Menu option: Tools/Reload MY plugin) created by
- 14:16 Ticket #135 (list of subs should be incemental searchable) created by
- When the focus is on the list of subs I should be able to type in the …
- 13:48 Ticket #134 (refine selection) created by
- Sometimes when I have a text select I'd like to move the beginning or the …
- 13:46 Ticket #133 (search during selection) created by
- Sometimes I need to select from the beginning of a block (subroutine) till …
- 13:38 Changeset [943] by
- document menu_name in plugins
- 13:33 Changeset [942] by
- add missing prereqs
- 12:34 Ticket #132 (Show white space and tab) created by
- 12:34 Ticket #131 (Toggle full screen mode F11) created by
- 12:31 Ticket #130 (key binding and menu option for rectangular select) created by
- It is available using Ctrl-Alt drag the mouse but should be available for …
- 12:27 Ticket #129 (Menu: Copy current file path|file name|dir path to clipboard) created by
- From Notepad++ Do we need these?
- 12:25 Ticket #128 (Join Lines Ctrl-J) created by
- press Ctr-J anywhere on a line which will remove the newline from the end …
- 12:24 Ticket #127 (add menu option to already existing key bindings) created by
- Insert TAB (Indent) TAB Remove TAB (Outdent) Shift-TAB Duplicate Current …
- 11:37 Ticket #126 (Menu: clean recent file list) created by
- 11:37 Ticket #125 (Menu: Open all recent files) created by
- 11:35 Ticket #124 (drag-and-drop selection) created by
- User should be able to select some text and using the mouse to …
- 11:34 Ticket #123 (Save Session / Load Session) created by
- Currently Padre saves the list of open files and the user can decide what …
- 11:12 Changeset [941] by
- move "Insert From File..." to Edit menu instead of …
- 10:58 Changeset [940] by
- move reload_plugins and test_a_plugin from Development/Tools?.pm to …
- 10:41 Ticket #112 (HTML export) closed by
- fixed: check CPAN Padre::Plugin::HTML::Export Thanks.
- 10:35 Changeset [939] by
- Task::Padre::Plugin::Deps 0.02
- 10:32 Changeset [938] by
- 0.04 Task::Padre::Plugins
- 10:22 Changeset [937] by
- bug fix for Plugin::A::B
- 10:16 Changeset [936] by
- add a new Tools menu and add a menu option to edit the MY plugin
- 10:15 Changeset [935] by
- when creating the .padre directory copy the MY plugin
- 08:11 Ticket #122 (Alt-n mechnism gives warnings) created by
- I am not sure exactly when, I think if I have more than 9 files open I get …
- 08:03 Ticket #121 (if the subs window is closed Edit/Subs or Alt-S should open it) closed by
- fixed
- 08:03 Changeset [934] by
- if the subs window is closed Edit/Subs? or Alt-S should open it
- 07:21 Changeset [933] by
- avoid Modification of non-creatable array value attempted, subscript -1 at …
11/12/08:
- 21:23 Ticket #121 (if the subs window is closed Edit/Subs or Alt-S should open it) created by
- In such case I think when the sub is selected the subs window should hide …
- 21:17 Changeset [932] by
- add MY plugin to be used as the individual plugin ofe every user
- 20:39 Ticket #120 (Emacs Keybindings) created by
- Currently the key blocker for me are the lack of support for emacs key …
- 20:35 Changeset [931] by
- more about hacking Padre
- 19:59 Changeset [930] by
- further automate the release script of Padre using svn export
- 18:09 Changeset [929] by
- fix bug #43: Open multiple files from OS "open file" dialog
- 17:27 Ticket #43 (Open multiple files from OS "open file" dialog) closed by
- fixed: attached patch fixes this enhancement. this is my first contribution: - …
- 16:48 Changeset [928] by
- set svn:ignore
- 16:43 Changeset [927] by
- add initial Task::Padre::Plugin::Deps
- 16:20 Changeset [926] by
- set svn:ignore
- 16:11 Changeset [925] by
- Document changes, this is Padre::Plugin::PAR 0.04
- 15:03 Changeset [924] by
- add docs about the experimental flag
- 14:37 Changeset [923] by
- remove generated files
- 13:30 Changeset [922] by
- tag Padre-Plugin-CommandLine?-0.01
- 13:27 Changeset [921] by
- support TAB and Shift-TAB in comman line
- 13:15 Changeset [920] by
- * Only check syntax of Perl files
- 13:13 Changeset [919] by
- fix the Ctrl-TAB and Shift-Ctrl-TAB to work regardless the other meta keys
- 12:48 Changeset [918] by
- remove mistakenly committed inclusion of -I path
- 12:27 Changeset [917] by
- allow the user to type partial path and get the restricted list
- 11:22 Changeset [916] by
- stamp changes file
- 11:07 Changeset [915] by
- comment Padre::Plugin::PluginHelper? since it's in core.
- 10:32 Changeset [914] by
- eliminate undef warning when switching files
- 10:28 Changeset [913] by
- move part of the pod within the file
- 10:19 Changeset [912] by
- more about hacking
- 10:10 Changeset [911] by
- Quick Find
- 09:50 Changeset [910] by
- * Small fixes to the syntax checking code plus a TODO marker
- 09:40 Changeset [909] by
- * VERY experimental syntax checking and reporting in VERY early stage * …
- 09:29 Changeset [908] by
- some information to anyone who wants to start hacking Padre
- 09:11 Changeset [907] by
- add documentation to Padre.pm
- 07:36 Changeset [906] by
- some readme cleanup in the CommandLine? plugin
- 07:02 Changeset [905] by
- fix the function go when text contains " # it's a test sub xxx"
- 06:32 Changeset [904] by
- add "Insert From File..." into Developer Tools.pm we need move it to …
- 05:37 Changeset [903] by
- pod updates.
- 05:24 Ticket #119 (when closing the output and sub window using their [x] the relevant menu ...) closed by
- invalid
- 05:20 Changeset [902] by
- cleanup the code.
- 05:16 Changeset [901] by
- move PluginHelper? into Development/Tools?.pm
- 05:05 Ticket #119 (when closing the output and sub window using their [x] the relevant menu ...) created by
- sorry, it seems I wasn't looking at the latest
- 02:30 Ticket #98 (line-wrapping) closed by
- fixed: done as r900
- 02:29 Changeset [900] by
- keep the same to use spaces instead of tab in Changes
- 02:25 Changeset [899] by
- "Default word wrap on for each file" in Preferences
- 02:08 Changeset [898] by
- word change to "Word Wrap"
- 01:41 Changeset [897] by
- add check $document in void error when exit.
- 01:33 Changeset [896] by
- remove 'exp' flag on 'Wrap Lines'
- 01:31 Changeset [895] by
- refresh "Wrap Lines" on switch tab.
- 01:18 Changeset [894] by
- add wrap lines
11/11/08:
- 23:46 Changeset [893] by
- on_close_pane works
- 23:12 Changeset [892] by
- add something todo on_close_pane
- 22:59 Changeset [891] by
- typo error fix
- 22:57 Changeset [890] by
- on_close_pane (not finished)
- 22:10 Changeset [889] by
- factor out the on_key_pressed function
- 22:04 Changeset [888] by
- first almost working version of CommandLine? Plugin
- 21:33 Changeset [887] by
- remove the already invalid path to the plugins from dev.pl
- 21:31 Changeset [886] by
- add list_files and save_file method to Autosave and its test script
- 20:43 Ticket #118 (Error on startup w/Danish settings) created by
- LANG=da_DK.UTF-8 padre <file> gives this error on startup: Use of …
- 19:12 Articles edited by
- (diff)
- 18:19 Articles edited by
- (diff)
- 14:57 Screenshots edited by
- Screenshot of current devel version added (diff)
- 13:56 Documentation created by
- 13:50 Ticket #117 (Single Padre running, open file in already running Padre) created by
- There should be an optional (??) feature to make sure there is a …
- 13:25 Changeset [885] by
- * Allow the user to drag around the subwindows and dock them were she/he …
- 11:06 Changeset [884] by
- fix t and remove exp flag
- 10:49 Ticket #114 (Show/hide the list of subs window) closed by
- fixed: it's fixed as r883
- 10:48 Changeset [883] by
- Show/hide the list of subs window
- 10:40 Changeset [882] by
- create the database for backups
- 09:57 Changeset [881] by
- make show functions working, 'remember' will be added next time
- 09:22 Changeset [880] by
- add module and test skeleton for autosave
- 07:17 Changeset [879] by
- Tweaking some English
- 06:49 Ticket #116 (Collect usage statistics) created by
- We would like to collect some usage statistics with the users approval. By …
- 05:30 Changeset [878] by
- Remove the catfiles from tango calls
- 05:28 Changeset [877] by
- Don't need to catfile yourself when passing to Padre::Wx::tango
- 04:48 Changeset [876] by
- Adding a stub menu entry for "Show/Hide? Functions". Splitting the GUI …
- 04:14 Changeset [875] by
- Re-ordering toolbar, make more readable/maintainable layout, and removed …
- 02:01 Changeset [874] by
- fix "Show Output"
11/10/08:
- 21:25 Changeset [873] by
- fix the saving of the new autoindentation preference implement the three …
- 21:10 Changeset [872] by
- add new preference option for autoindenting
- 21:09 Changeset [871] by
- documentation refactoring
- 20:52 Changeset [870] by
- revert to us File::ShareDir? till we figure out what is the problem with …
- 20:27 Changeset [869] by
- fix plugin manager test, checking minimum number of plugins as there might …
- 18:36 Changeset [868] by
- more documentation
- 18:34 Changeset [867] by
- change the name of the menu option
- 15:06 Features edited by
- (diff)
- 15:05 Ticket #115 (simple GUI designer) created by
- Add a simple GUI designer or tool that can work with Wx::Perl::Dialog
- 12:13 Ticket #114 (Show/hide the list of subs window) created by
- Since the switch to AUI we cannot close the Output windows. The user has …
- 11:45 Ticket #113 (Resize the notebook windows) created by
- The editor pages within the notebook can be now dragged around but there …
- 11:00 FAQ created by
- 10:26 Features edited by
- (diff)
- 09:37 Features edited by
- (diff)
- 09:35 Ticket #112 (HTML export) created by
- To export the source of program with the syntax colouring.
- 09:32 Ticket #111 (continous syntax checking) created by
- While typing code constantly check the syntax and display errors as they …
- 09:30 Ticket #110 (Interactive shell) created by
- 09:22 Download edited by
- (diff)
- 08:04 Changeset [866] by
- add all remaining plugins commented out and with comments so it will be …
- 07:09 Changeset [865] by
- expect "en" in the default configuration
- 07:08 Changeset [864] by
- fix typo in Changes file
- 06:18 Ticket #109 (Padre::Plugin::SpellCheck Integrate spell checker) created by
- 05:05 Changeset [863] by
- fix a paste error when select something then paste ( part 2 )
- 04:34 Changeset [862] by
- fix a paste error when select something then paste
- 01:31 Changeset [861] by
- host locale default value 'en'
11/09/08:
- 22:49 Changeset [860] by
- * First shot at activating code folding feature of wxStyledTextCtrl: …
- 21:16 Download edited by
- 0.16 released (diff)
- 21:14 Changeset [859] by
- tag Padre 0.16
- 21:12 Changeset [858] by
- set Padre version number to 0.16
- 21:08 Changeset [857] by
- fix the language selection code to also pass the tests
- 20:40 Changeset [856] by
- remove, khm
- 20:33 Changeset [855] by
- allow switching between German and English
- 19:56 Changeset [854] by
- * Keep track of menu item changes
- 19:34 Changeset [853] by
- * Move anonymous functions to explicit functions for re-use * Add Select …
- 13:42 Changeset [852] by
- some more unit tests for Padre::Document
- 13:42 Changeset [851] by
- add some documentation to Padre::Document
- 13:18 Changeset [850] by
- move the test-helper Editor.pm code to separate file
- 12:18 Changeset [849] by
- add first few lines of test script to test the Document class
- 12:09 Changeset [848] by
- change the perl5 synaxt highlighting of the currently open buffers
- 10:30 Changeset [847] by
- rebless document when saved with a different extension
- 10:27 Changeset [846] by
- for no doc selected.
- 10:19 Changeset [845] by
- add info call to Padre::Plugin::Development::Tools
- 10:19 Changeset [844] by
- cleanup code.
- 10:13 Changeset [843] by
- remove the document statistics from Development::Tools plugin add filename …
- 10:00 Changeset [842] by
- remove the tests that were related to the Parrot plugin
- 09:56 Changeset [841] by
- tag Padre::Plugin::Parrot-0.16
- 09:55 Changeset [840] by
- set svn:ignore
- 09:51 Changeset [839] by
- fix MANIFEST and module documentation for 0.16 release
- 09:45 Changeset [838] by
- release 0.16 of Padre::Plugin::Parrot
- 09:38 Changeset [837] by
- move Parrot plugin out from Padre
- 09:35 Changeset [836] by
- move require Padre::Wx::History::TextDialog? to central autoloader
- 09:35 Changeset [835] by
- update changes file
- 09:24 Changeset [834] by
- add Heiko Jansen to about box
- 09:18 Changeset [833] by
- leading space to TAB conversion in our code (was using our menu option)
- 09:17 Changeset [832] by
- add ... after menu options that give first show a dialog box
- 09:15 Changeset [831] by
- only work if there is a selection
- 09:03 Changeset [830] by
- some code cleanup
- 08:50 Changeset [829] by
- move upper/lower case in submenu
- 08:48 Changeset [828] by
- move tabs and spaces in submenu
11/08/08:
- 23:27 Changeset [827] by
- * Fixed positioning of choice box
- 23:22 Changeset [826] by
- * Fix a crash where the object attribute 'html' was undef
- 23:04 Changeset [825] by
- * Put exclamation mark in dialog box according to TODO item
- 22:29 Changeset [824] by
- * Added new icons to MANIFEST; should have been part of changeset:822
- 22:19 wxWidgets edited by
- Wx module version number as of Nov 7 is 0.87 not 0.86 (diff)
- 22:09 Changeset [823] by
- * Add a number of actions to the tool bar: Undo, Redo, Select all, Copy, …
- 22:06 Changeset [822] by
- * Add a number of icons for the tool bar
- 18:23 Changeset [821] by
- Autosave and Autosave docs
- 17:27 Download edited by
- (diff)
- 15:58 wxWidgets edited by
- wx related versions update (diff)
- 15:07 Developers created by
- 10:59 Changeset [820] by
- fix two diff in edit menu
- 08:55 Changeset [819] by
- update changes of Task::Padre::Plugins
- 08:49 Changeset [818] by
- update Task Padre Plugins
- 08:47 Changeset [817] by
- add Upper and Lower Case in Edit menu
- 08:38 Changeset [816] by
- remove the plugins directory
- 08:36 Changeset [815] by
- it's on core now.
- 08:35 Changeset [814] by
- move Padre::Plugin::InstallPARdist to the projects directory
- 08:35 Changeset [813] by
- merge tab and space in.
- 08:33 Changeset [812] by
- move Padre::Plugin:PerlTidy to the projects directory
- 08:31 Changeset [811] by
- move Padre::Plugin::PAR to the projects directory
- 08:29 Changeset [810] by
- svn:ignore some files
- 08:27 Changeset [809] by
- move the Padre::Plugin::Parrot to the projects dir
- 08:26 Changeset [808] by
- svn:ignore some files
- 08:25 Changeset [807] by
- CPAN::Shell::Wx new method
- 08:21 Changeset [806] by
- Add 'Stats' into File menu
- 07:56 Changeset [805] by
- set svn:ignore
- 07:48 Changeset [804] by
- add Fayland Lam to the about box
- 07:35 Changeset [803] by
- and Padre::Plugin::UpLowCase?
- 07:17 Changeset [802] by
- add Padre::Plugin::Encrypt
- 07:09 Changeset [801] by
- Add Delete All in Bookmarks.pm
- 06:51 Changeset [800] by
- remember last license_choice for ModuleStart?.pm
- 06:47 Changeset [799] by
- remember 'Builder' in ModuleStart?.pm
11/07/08:
- 21:44 Changeset [798] by
- svn:ignore some files
- 21:44 Changeset [797] by
- docs
- 21:43 Changeset [796] by
- svn:ignore some files
- 21:11 Changeset [795] by
- release v0.01 of Task::Padre::Plugins
- 21:09 Changeset [794] by
- prepare to release Task::Padre::Plugin
- 18:36 Ticket #108 (indent goodness) created by
- i propose to add tab / shift-tab (or whatever other keys) bindings that …
- 14:00 Changeset [793] by
- add layout for separate Padre::Plugin::Parrot distribution
- 13:17 Changeset [792] by
- provide the menu_name for the Parrot plugin
- 13:14 Changeset [791] by
- allow the plugins to provide a menu_name method that returns, well the …
- 13:10 Changeset [790] by
- add Task::Padre::Plugins
- 09:58 Changeset [789] by
- fix for Win32
- 09:15 Ticket #107 (Find dialog does not account for localized texts) created by
- The find dialog does not account for localized texts: The space used for …
- 08:57 Changeset [788] by
- remove the :: from the displayed names of plugins
- 08:54 Changeset [787] by
- allow plugins to be in a subdirectory as well, so we can have plugins such …
- 08:53 Changeset [786] by
- add Development::Tools plugin
- 08:25 Changeset [785] by
- prereqs update
- 08:05 Changeset [784] by
- fix test adding main_file_pos
- 08:02 Changeset [783] by
- fix typo in package name + more docs
- 07:51 Changeset [782] by
- add some docs about preferences
11/06/08:
- 20:40 Changeset [781] by
- set perl mime-type to the new value in some places where the old was left
- 20:39 Changeset [780] by
- eliminate warning when no filename is given
- 18:35 Changeset [779] by
- when reading config.yml make sure the defaults never override the read …
- 18:28 Ticket #106 (preference "use tabs" is not saved) closed by
- fixed: the default value overwrote the saved one fixed in r778
- 18:27 Changeset [778] by
- when reading config.yml make sure the defaults never override the read …
- 17:48 Changeset [777] by
- use the development version of Wx::Perl::Dialog
- 17:26 Changeset [776] by
- add experimental feature on_dwell event handler but turn it off for now
- 17:24 Ticket #106 (preference "use tabs" is not saved) created by
- 1. open padre 2. menu edit / preferences 3. uncheck "use tabs", validate …
- 17:12 Ticket #105 (recover files when padre has crashed) created by
- when padre crashes or is killed, everything is lost: - list of opened …
- 16:11 Ticket #104 (padre crashes when running ack) created by
- 1. open some files in padre 2. menu edit / ack 3. supply term & dir 4. hit …
- 13:12 Changeset [775] by
- experimental code for catching left clicks
- 10:28 Changeset [774] by
- * Added a missing gettext() call
- 10:21 Changeset [773] by
- add new right-click popup menu
- 10:13 Changeset [772] by
- rename variable
- 10:11 Changeset [771] by
- rename variable
- 09:52 Changeset [770] by
- Padre::Plugin::TabAndSpace? 0.06
- 09:46 Changeset [769] by
- try not to break even when the experimental flag is not set
- 07:59 wxWidgets edited by
- link to docs of scintilla (diff)
- 07:30 Changeset [768] by
- remember last opened tab
- 07:07 Changeset [767] by
- add docs about syntax highlighting
- 06:40 Changeset [766] by
- update changes file
- 06:38 Changeset [765] by
- update changes file
- 06:35 Changeset [764] by
- change the new file hot key to be ctrl-n again
- 06:26 Changeset [763] by
- typo
- 05:38 Changeset [762] by
- add menu option to toggle PPI highlighting
- 05:05 Changeset [761] by
- fix spaces to tabs.
- 05:03 Changeset [760] by
- add main_files_pos to goto last pos for those left files.
- 05:01 Changeset [759] by
- move the recent projects under the experimental menu
- 04:57 Changeset [758] by
- split window is not experimental any more
11/05/08:
- 22:23 Changeset [757] by
- add for Steffen Mueller
- 22:17 Changeset [756] by
- color in Document/Perl?.pm
- 17:45 Changeset [755] by
- more tags
- 15:39 Changeset [754] by
- add more color element definitions
- 14:15 Changeset [753] by
- experimental code for syntax highlighting
- 13:16 Changeset [752] by
- bump ver. update changes.
- 12:58 Changeset [751] by
- update padre dep. move docs from readme to pod as the readme is auto …
- 10:13 Changeset [750] by
- use Padre::Wx instead Wx directly
- 10:09 Changeset [749] by
- cache the width of characters
- 10:09 Changeset [748] by
- allow the use of NYTprof on padre
- 09:38 Changeset [747] by
- stop constantly trying to colourize
- 08:54 Changeset [746] by
- update mime-type
- 08:46 Changeset [745] by
- Limit the search_terms/replace_terms
- 08:02 Changeset [744] by
- remove "no output" in ack
- 07:59 Ticket #103 (MIME type patch for Document.pm) closed by
- fixed: applied as r743
- 07:58 Changeset [743] by
- mime-type patch #103 by Heiko Jansen
- 07:50 Ticket #102 (More gettext corrections) closed by
- fixed: applied r742
- 07:50 Changeset [742] by
- gettext patch #102 from Heiko Jansen
- 07:30 Changeset [741] by
- add Wx::Logging to padre, log if PPI::Document fails to parse string
- 06:45 Changeset [740] by
- dont crash if no document given by ppi
- 06:31 Changeset [739] by
- 'PPI::Token::Regexp::Match' => 3, …
- 06:12 Changeset [738] by
- highlight with PPI for Perl5
- 04:57 Changeset [737] by
- remove all the colors
- 04:51 Changeset [736] by
- remove_color moved to Padre::Document
- 04:25 Changeset [735] by
- when ppi_highlight option set (manually in the config file, use our own …
- 04:14 Changeset [734] by
- move the content of Padre::Wx::Dialog to Wx::Perl::Dialog 0.02
- 04:02 Changeset [733] by
- non-existent variable removed
- 03:10 Changeset [732] by
- remove warning of time_on_file
- 03:08 Changeset [731] by
- remove warning of 'Use of uninitialized value in numeric lt (<) at …
- 00:54 Changeset [730] by
- Adding support for -M
11/04/08:
- 21:29 Ticket #103 (MIME type patch for Document.pm) created by
- It's sometimes hard to decide what's the right MIME type and not even …
- 20:54 Ticket #102 (More gettext corrections) created by
- If I got things wrong with gettext as Changeset 718 shows then Padre also …
- 18:23 wxWidgets edited by
- wxWidgets and Scintilla versions (diff)
- 17:51 Ticket #101 (syntax highlighting gone wrong: dor (//) not understood) created by
- the following snippet: my $foo = $bar ; say $foo; colors …
- 16:48 Changeset [729] by
- tag Wx-Perl-Dialog 0.02
- 16:44 Changeset [728] by
- add license text to modules rename build_layout to _build_layout add more …
- 16:25 Changeset [727] by
- fix MANIFES, Changes file and the most simple test
- 16:24 Changeset [726] by
- move around and add more docs
- 16:02 Changeset [725] by
- rename package to real name
- 16:00 Changeset [724] by
- copy the Padre::Wx::Dialog
- 15:49 Changeset [723] by
- rename Wx::Perl::Dialog to Wx::Perl::Dialog::Perl
- 15:28 Changeset [722] by
- some cleanup int test scripts
- 15:26 Changeset [721] by
- make Dialog depend on Wx and not on Padre::Wx
- 15:21 Changeset [720] by
- use the show_modal from the Preferences dialog as well
- 15:18 Changeset [719] by
- move show_modal to the Dialog baseclass
- 15:16 Changeset [718] by
- fix translation bug
- 15:08 Changeset [717] by
- further Search dialog cleaning
- 15:04 Changeset [716] by
- some cleanup
- 14:57 Changeset [715] by
- move around code
- 14:56 Changeset [714] by
- cleanup Find dialog
- 14:24 Changeset [713] by
- split out the dialog creation in the Preferences dialog
- 13:59 Changeset [712] by
- stop passing the config object
- 13:50 Changeset [711] by
- code reorganization in ModuleStart?
- 12:21 Changeset [710] by
- rename on_start to start
- 12:20 Changeset [709] by
- call the ModuleStart?->start method as class method
- 12:16 Changeset [708] by
- add test file to MANIFEST
- 11:59 Changeset [707] by
- remove floating
- 10:03 Changeset [706] by
- separate out the rebless function
- 09:50 Ticket #100 (Enable/Disable the subs window via View menu) created by
- it was fixed earlier
- 09:49 Ticket #99 (Allow user to configure toolbar) created by
- 09:43 Ticket #98 (line-wrapping) created by
- 09:43 Ticket #97 (Insert code snippets) created by
- Allow the user to create code snippets and insert them at any point.
- 09:36 Changeset [705] by
- improve the sub name catching regex to include subs defined as sub A::name
- 09:33 Ticket #96 (Context sensitive help) created by
- Clicking on a function name such as "push" should bring up the perl …
- 09:30 Ticket #95 (Add directory and filesystem browser) created by
- integrated with version control and project management
- 09:27 Ticket #94 (Allow execution of extensionless files) created by
- recognize if a file is a perl script by the sh-bang or allow the user to …
- 08:14 Changeset [704] by
- when splitting window setup perferences
- 08:10 Changeset [703] by
- remove the branch that was already merged to trunk
- 08:00 Changeset [702] by
- move the run enable/disable code in the Menu class
- 07:48 Changeset [701] by
- changes file update
- 07:44 Ticket #92 (Localization patch and german translation) closed by
- fixed: patch applied and later slightly fixed. r695 r696 r697 thanks.
- 07:42 Changeset [700] by
- style cleanup
- 07:33 Changeset [699] by
- rename variable, missed place
- 07:20 Changeset [698] by
- rename variable
- 07:16 Changeset [697] by
- remove two translation string where it was a bit too enthusiastic
- 07:05 Changeset [696] by
- left over from the #92 patch
- 07:02 Changeset [695] by
- apply German localization patch #92
- 05:58 Ticket #93 (wxNotebook/wxAuiNotebook incompatibility) closed by
- fixed: applied, thanks so Padre now won't crash when trying to open a file that …
- 05:56 Changeset [694] by
- post AUI fix #93 (Heiko Jansen)
11/03/08:
- 22:40 Ticket #93 (wxNotebook/wxAuiNotebook incompatibility) created by
- wxNotebook/wxAuiNotebook are almost but apparently not fully compatible: …
- 21:39 Ticket #92 (Localization patch and german translation) created by
- The attached patch uses Wx::Locale to provide a localized interface. A …
- 18:26 Ticket #64 (Split view) closed by
- fixed
- 18:24 Ticket #6 (Support the highlighting of more file types) closed by
- fixed: most of the languages are supported already individual coloring can be …
- 18:22 Ticket #46 (Tab reordering) closed by
- fixed: will be in 0.16
- 18:19 Ticket #47 (Tab close buttons) closed by
- fixed: the AUI windowing system does that. Will be in 0.16
- 18:15 Ticket #91 (Tests fail (missing dependancies)) closed by
- not a bug: Upgrading CPAN.pm helps
- 18:14 Ticket #87 (Small patch for enhancing the tabs) closed by
- fixed: merged to trunk, please try it.
- 17:58 Changeset [693] by
- merge branches/aui_notebook -r690:692
- 16:37 Changeset [692] by
- seemingly fixed all the tab closing issues with the new AUI Notebook
- 16:19 Changeset [691] by
- replace notebook with aui notebook
- 16:15 Changeset [690] by
- branch for developing the aui notebook
- 13:42 Changeset [689] by
- cleanup _load_plugin in PluginManager?.pm
- 13:38 Changeset [688] by
- add test 82-plugin-manager.t
- 13:24 Changeset [687] by
- output pane to the bottom
- 12:51 Changeset [686] by
- change floatsize
- 12:47 Changeset [685] by
- add more params to the AuiPane?
- 12:35 Changeset [684] by
- some further parameter reorganization
- 12:28 Changeset [683] by
- some parameter reorganization
- 11:53 Changeset [682] by
- switch the window management to use AUI
- 11:12 Changeset [681] by
- Wx::Choice ->SetSelection?(0);
- 10:41 Changeset [680] by
- revert change r674
- 09:56 Changeset [679] by
- add Wx::AUI
- 09:43 Ticket #91 (Tests fail (missing dependancies)) created by
- When installing Padre from CPAN, tests fail rather than skip when …
- 09:31 Ticket #90 (Just an idea: integrate Dist::Zilla for project management) created by
- This is just an idea inspired by http://use.perl.org/~rjbs/journal/37749. …
- 08:47 Ticket #89 (shell script on OS X) created by
- Just a shell script that does exec /usr/local/bin/wxPerl …
- 08:42 Changeset [678] by
- rename New to New Tab in menu
- 08:38 Changeset [677] by
- switch increase/decrease font keys
- 08:16 Ticket #88 (Can't get focus on OS X) closed by
- invalid: I found the wxPerl binary and got padre working, yay!
- 05:04 Changeset [676] by
- rel2abs() the files given on the command line
- 04:37 Changeset [675] by
- remember the original current directory before changing it, so files can …
- 04:16 Changeset [674] by
- another shot at the utf-8 issue, by Fayland Lam
- 01:48 Ticket #88 (Can't get focus on OS X) created by
- With Wx 0.86 using WxWidgets? 2.8.9 (and this time Wx.pm tests clean) on OS …
11/02/08:
- 19:48 Ticket #87 (Small patch for enhancing the tabs) created by
- Using Wx::AUI one can get enhanced tab functionality for (almost) free. …
- 19:29 Changeset [673] by
- import some more language related constants from Wx
- 19:11 Changeset [672] by
- give error and dont crash on_diff if file never saved
- 19:02 Changeset [671] by
- require Wx 0.86 so we can start using some newly integrated constants
- 17:49 Changeset [670] by
- Adding missing dependency
- 17:21 Changeset [669] by
- add diff menu option to show changes in file before saving
- 16:46 Ticket #86 (possibility to wrap a paragraph intelligently) created by
- (what gqip is doing in vim) …
- 16:15 Changeset [668] by
- changes
- 16:12 Changeset [667] by
- typo
- 12:54 Changeset [666] by
- make the "new" toolbar button create a new document
- 11:52 Download edited by
- 0.15 released (diff)
- 11:51 Changeset [665] by
- tag Padre 0.15
- 11:47 Changeset [664] by
- set Padre version to 0.15
- 11:09 Changeset [663] by
- update changes
- 11:01 Changeset [662] by
- fix path default
- 10:59 Changeset [661] by
- Ctrl-T is the default new file hot-key
- 10:54 Changeset [660] by
- add support for FilePickerCtrl?
- 10:50 Changeset [659] by
- install PAR files into an arbitrary perl on the system (provided you have …
- 10:37 Changeset [658] by
- set bottom margin to 20 for tsee
- 09:46 Changeset [657] by
- margin cleanups
- 09:37 Changeset [656] by
- try to make buttons the same size
- 09:33 Changeset [655] by
- remove unused code
- 09:30 Changeset [654] by
- remove GoToLine? from Padre.pm
- 09:29 Changeset [653] by
- remove GoToLine? from MANIFEST
- 09:28 Changeset [652] by
- some dialog border work, separate top and left and bottom and right
- 09:24 Changeset [651] by
- Merging in GoToLine? to the main class
- 09:08 Changeset [650] by
- build_layout now receives named parameters
- 08:51 Changeset [649] by
- add default element spacing
- 08:46 Changeset [648] by
- move top_left among other defaults
- 08:01 Changeset [647] by
- call SetSizerAndFit? instead of SetSizer? and trying to guess the needed …
- 07:55 Changeset [646] by
- white space
- 07:51 Changeset [645] by
- fix crash when goto bookmark canceled
- 07:48 Changeset [644] by
- make the parameters of Padre::Wx::Dialog named instead of positional and …
- 07:40 Changeset [643] by
- separate the style parameter of the dialog creation
- 07:34 Changeset [642] by
- disable close button on toolbar when no document is open
- 07:33 Changeset [641] by
- stop crashing when close called without any document open
- 07:15 Changeset [640] by
- add credits
- 06:35 Changeset [639] by
- remove the bookmark from the toolbar, we will add these later
11/01/08:
- 16:06 Changeset [638] by
- add more tango icons, specifically close icon
- 13:09 Ticket #78 (No Perl Tidy menu) closed by
- worksforme: Quick solution was to comment line: delete $plugins->{$file}; in …
- 12:07 Changeset [637] by
- add experimental toolbar icon from the tango library
- 11:16 Changeset [636] by
- Module "Start Module"
- 10:56 Changeset [635] by
- at least mention element_spacing in pod
- 10:54 Changeset [634] by
- use element spacing for module starter dialog
- 10:52 Changeset [633] by
- add element_spacing option to dialog layout
- 10:09 Changeset [632] by
- When starting the editor, change the "current directory" to the my …
- 10:01 Changeset [631] by
- stop getting warnings when saving new file for the first time
- 09:46 Changeset [630] by
- move the Bookmark dialog to Padre::Wx::Dialog::Bookmark
- 09:43 Changeset [629] by
- enlarge the listing of the bookmarks again
- 09:37 Changeset [628] by
- allow passing the values of a TreeBook? to the Dialog builder
- 09:20 Changeset [627] by
- documentation for some of the widgets in the Dialog class No need for 4th …
10/31/08:
- 17:54 Changeset [626] by
- white spaces and formatting
- 17:40 Changeset [625] by
- start using Bookmark as a real class
- 17:29 Changeset [624] by
- one place where I forgottent the new _widgets_ key
- 16:08 Changeset [623] by
- further cleanup in the Bookmarks dialog code
- 15:47 Changeset [622] by
- further cleanup in the Bookmarks dialog code
- 15:26 Changeset [621] by
- further cleanup in the Bookmarks dialog code
- 15:21 Changeset [620] by
- further cleanup in the Bookmarks dialog code
- 15:13 Changeset [619] by
- some code reorganization in the Bookmarks dialog
- 14:57 Changeset [618] by
- stop padre from crashing when the goto bookmark dialog is canceled
- 14:43 Changeset [617] by
- some reordering of functions
- 14:27 Changeset [616] by
- move Padre::Wx::FindDialog? to Padre::Wx::Dialog::Find
- 14:23 Changeset [615] by
- move Padre::Wx::Preferences to Padre::Wx::Dialog::Preferences
- 14:16 Changeset [614] by
- move ModuleStartDialog? to Dialog::ModuleStart?
- 13:12 Changeset [613] by
- go to pane when file is already open. patch by Fayland Lam
- 13:08 Changeset [612] by
- turn get_data_from into an object method of the dialog subclass and rename …
- 12:49 Ticket #85 (fix a bug (open many window for 1 file)) closed by
- fixed: oh, thanks. I'm a bit outdated
- 12:44 Ticket #85 (fix a bug (open many window for 1 file)) created by
- lib/Padre/Wx/MainWindow.pm @@ -735,6 +735,16 @@ # current file otherwise …
- 12:26 Download edited by
- gentoo instructions (diff)
- 11:59 Changeset [611] by
- change the new method of Padre::Wx::Dialog so it will get the necessary …
- 11:52 Changeset [610] by
- pass the params of the dialog as a hash
- 11:45 Changeset [609] by
- add new method to Padre::Wx::Dialog that dispatches further to Wx::Dialog
- 11:02 Changeset [608] by
- make Padre::Wx::Dialog a subclass of Wx::Dialog
- 10:51 Changeset [607] by
- more pod blurb, hope it will remove the special treatment this file gets …
- 10:48 Changeset [606] by
- In the Padre::Wx::Dialog move all the widgets in a _widgets_ subkey for …
- 10:40 Changeset [605] by
- skip unsupported entry but dont quit
- 10:27 Changeset [604] by
- add license/copyright to all the .pm files
- 10:25 Changeset [603] by
- add license/copyright to all the .pm files
- 08:57 Ticket #72 (Sub name navigation and text searching broken for UTF8-containing files) reopened by
- I can reproduce it. The Find dialog also cannot find anything (like sub …
- 07:05 Articles edited by
- (diff)
- 02:07 Changeset [602] by
- Adding several colour styles
- 00:53 Changeset [601] by
- Minor tweaks with no functional change
- 00:52 Changeset [600] by
- Adding a smarter SetBackgroundColour? and a method to clear any existing …
10/30/08:
- 17:53 Changeset [599] by
- allow the execution of Perl6 code using rakudo
- 17:49 Ticket #84 (save as should update document type and syntax highlighting) created by
- The default document type is Perl 5. If we save the file as .p6 it should …
- 17:09 Changeset [598] by
- move some of the script execution code to the relevand documents
- 16:57 Changeset [597] by
- separate a run_perl sub from the run_script sub and make the file saving …
- 16:48 Changeset [596] by
- add example written in pasm
- 16:30 Changeset [595] by
- rename run_perl to run_script
- 12:40 Changeset [594] by
- add Parrot plugin
- 10:27 Changeset [593] by
- load Embed::Parrot if it is available
- 08:49 Changeset [592] by
- add perltidy path to dev.pl
- 07:32 Changeset [591] by
- slightly improve the syntax highlighting of PASM files
- 00:03 Changeset [590] by
- allow the execution of PASM files using parrot if PARROT_PATH is set
10/29/08:
- 23:46 Changeset [589] by
- move the run_command and related menues items under a new Run menu
- 23:40 Changeset [588] by
- move back comment-out menu options to Edit menu. They should be available …
- 23:36 Changeset [587] by
- create an on_run_command from the code in the menu. we need to reduce the …
- 23:30 Changeset [586] by
- add more keywords to pasm
- 22:59 Changeset [585] by
- use either Wx or Px as prefix for the constants
- 22:52 Changeset [584] by
- rename padre_setup_perl to padre_setup_style and pass perl as parameter
- 22:50 Changeset [583] by
- move common style definitions to plain
- 22:44 Changeset [582] by
- define some colors for pasm
- 22:36 Changeset [581] by
- define PASM related constants in the Px:: namespace
- 22:25 Changeset [580] by
- remove debupping printout
- 22:24 Changeset [579] by
- move style definition to external yaml file
- 22:01 Changeset [578] by
- plain forground color moved to data
- 21:55 Changeset [577] by
- move definition
- 21:48 Changeset [576] by
- _colour forground
- 21:47 Changeset [575] by
- move brace highlight definition
- 21:44 Changeset [574] by
- use the _colour function in other places too
- 21:39 Changeset [573] by
- create colour object from rgb value
- 21:34 Changeset [572] by
- change the data structure holding the perl colors
- 21:31 Changeset [571] by
- slightly update the color definition
- 21:06 Changeset [570] by
- new menu option: reload file
- 20:52 Changeset [569] by
- better check modify-time than access-time of file
- 20:50 Changeset [568] by
- do not fork when --help is on the command line
- 15:19 Download edited by
- Fedora 10 and cleanups (diff)
- 12:25 Changeset [567] by
- before saving check if file has been changed on disk externally?
- 11:40 Changeset [566] by
- require newer Module::Starter as that includes the license fix.
- 11:04 Changeset [565] by
- update changes file
- 10:44 Changeset [564] by
- set focus to editor after refreshing all to have the cursor in the editor …
- 10:30 Changeset [563] by
- Use Test::NeedsDisplay? to allow for building and testing on headless …
- 10:15 Changeset [562] by
- add autoindentation
- 09:40 Changeset [561] by
- skip after handling key event
- 09:25 Changeset [560] by
- move show_calltip to stc_update_ui call
- 09:24 Changeset [559] by
- add comment following some experiments
- 08:07 Changeset [558] by
- move calltip showing code to the Editor class
- 07:31 Changeset [557] by
- Add "Close all but current document"
- 07:26 Changeset [556] by
- make the close method actually use the parameter it received
- 06:28 Changeset [555] by
- separate _close_all from on_close_all
- 06:17 Changeset [554] by
- update Changes
- 05:41 Changeset [553] by
- try to add UTF8 support
10/28/08:
- 23:51 Ticket #83 (Hangs install on OSX from CPAN) created by
- cpan> install Padre Running install for module Padre Running make for …
- 21:57 Changeset [552] by
- revert my brain damage (i.e. share was already included)
- 20:18 Changeset [551] by
- include 'share' in the exe, require M::ScanDeps? 0.88 as that has a special …
- 20:05 Changeset [550] by
- switch to using File::ShareDir::PAR (I managed to build a fully …
- 18:25 Ticket #82 (version control interface (such as diffs, stats, commits, merges)) created by
- Having an interface to various version control systems would be extremely …
- 18:21 Ticket #81 (diffs!) created by
- It would be awesome to have colorful diffs side-by-side.
- 18:18 Ticket #80 (Plugin or core functionality for editing the contents of ZIP files) created by
- Being able to open ZIP files with padre and browse to some contained file, …
- 17:46 Download edited by
- Mandriva, Portable padre (diff)
- 16:49 Changeset [549] by
- if Probe::Perl cannot find the perl interpreter (e.g. in case of par exe) …
- 16:16 Changeset [548] by
- require new Module::ScanDeps? for exe building
- 03:23 Changeset [547] by
- print Test::Compile version number if it is available
10/27/08:
- 21:13 Changeset [546] by
- remove unused comments
- 21:04 Changeset [545] by
- fix the Split Window menu option to really create a working second editor
- 20:22 Changeset [544] by
- move some editor configuration to the set_preferences method
- 19:44 Changeset [543] by
- update changes
- 19:34 Ticket #16 (Configure TAB to jump N spaces) closed by
- fixed
- 19:33 Changeset [542] by
- remove unused code
- 19:25 Changeset [541] by
- delay file opening to after the application has started disallow opening a …
- 19:14 Changeset [540] by
- separate out the load_file function
- 19:09 Changeset [539] by
- reduce the waiting time for the post_init method
- 19:04 Changeset [538] by
- rename variable in post_init method
- 19:03 Changeset [537] by
- move the code that runs after the application loaded to the post_init …
- 18:02 Ticket #34 (Make sure Padre can be redistributed by Debian) closed by
- not a bug
- 18:01 Ticket #33 (Make it compile nicely on Fedora) closed by
- fixed
- 16:52 Changeset [536] by
- include the unix related file in the par package
- 16:12 Changeset [535] by
- refresh toolbar after ui change
- 16:01 Ticket #9 (reuse empty unsaved buffer) closed by
- fixed: I think this was done earlier
- 15:57 Download edited by
- 0.14 released (diff)
- 15:55 Changeset [534] by
- tag Padre 0.14
- 15:53 Changeset [533] by
- version up to 0.14
- 15:52 Changeset [532] by
- fix unit test of default config
- 15:49 Changeset [531] by
- use GetMenuLabel? instead of GetMenu?->GetTitle? as this was causing crash on …
- 15:46 Changeset [530] by
- clean up brace highlighting
- 13:47 Changeset [529] by
- add automatic brace highlighting
- 13:05 Changeset [528] by
- move back the stc_ calls to the MainWindow? where they belong, start adding …
- 09:02 Changeset [527] by
- add prefrence to use Tab or spaces when pressing TAB
- 08:39 Changeset [526] by
- brace matching on both sides of the cursor
- 08:35 Changeset [525] by
- update changes file
- 08:23 Changeset [524] by
- jump to the matching brace
- 08:14 Changeset [523] by
- refresh_all in almost all the cases
- 08:05 Changeset [522] by
- add/remove the Perl menu without the tons of warnings of the menus
- 07:49 Changeset [521] by
- skip Test::Compile test if the module is not available
10/26/08:
- 20:26 Changeset [520] by
- Removing # return;
- 20:25 Changeset [519] by
- Automatically show or hide the Perl menu based on the document type
- 19:18 Changeset [518] by
- Minor layout cleanup
- 17:22 Download edited by
- (diff)
- 17:18 Changeset [517] by
- tag Padre 0.13
- 17:18 Changeset [516] by
- bad tag
- 17:17 Changeset [515] by
- tag Padre 0.13
- 17:15 Changeset [514] by
- add ModulBuilder? to MANIFEST
- 17:13 Changeset [513] by
- update version number to 0.13
- 17:06 Changeset [512] by
- temporarily remove the Module::Install target from Module::Starter
- 17:04 Changeset [511] by
- add my Changes
- 16:48 Changeset [510] by
- replace the Preferences dialog with one that uses the common dialog …
- 16:27 Changeset [509] by
- add easier positioning of the dialog conalog contents to ::Wx::Dialog
- 16:02 Changeset [508] by
- make the 'perl' license default for new modules.
- 15:52 Changeset [507] by
- simple installation instructions
- 15:51 Changeset [506] by
- add simple readme with installation instructions
- 15:50 Changeset [505] by
- move the abstract dialog creation code to Padre::Wx::Dialog
- 15:48 Changeset [504] by
- use Padre::PluginBuilder? for the extra build targets
- 15:46 Changeset [503] by
- use configure_requires to specify the pluginbuilder dependency
- 15:45 Changeset [502] by
- add Padre::PluginBuilder?
- 15:12 Changeset [501] by
- remove list of subs when no file is open, refresh_all after opening recent …
- 15:05 Changeset [500] by
- refresh status bar when last editor is closed
- 15:04 Changeset [499] by
- add 'plugin' and 'installplugin' targets
- 15:01 Changeset [498] by
- Tag Padre::Plugin::PAR 0.03
- 14:58 Changeset [497] by
- no need to have MANIFEST in svn
- 14:57 Changeset [496] by
- document new Build targets and installation, update Changes
- 14:56 Changeset [495] by
- Add plugin and installplugin targets
- 14:46 Changeset [494] by
- Cleanup show_output. Freeze during close all for speed
- 14:29 Changeset [493] by
- require Padre 0.12
- 14:27 Changeset [492] by
- follow api changes of padre 0.12_01
- 14:23 Changeset [491] by
- move set_preferences to the Editor class
- 14:16 Changeset [490] by
- use Show/Hide? instead if Freeze/Thaw? and do it on the correct window
- 13:59 Changeset [489] by
- cleanup in the show_output function
- 13:38 Changeset [488] by
- change $page to $editor make sure all the 3 flag related functions are …
- 13:32 Changeset [487] by
- rename function to show_line_numbers and rename the internal variable to …
- 13:29 Changeset [486] by
- move _toggle_numbers to Padre::Wx::Editor
- 13:21 Changeset [485] by
- add some empty lines
- 11:55 Changeset [484] by
- Freeze again the output window on creation
- 11:37 Changeset [483] by
- stop using {Document} and call a method to get the current document
- 11:33 Changeset [482] by
- stop passing parameter to refresh_menu
- 10:57 Changeset [481] by
- stop refreshing immediately after setting up an editor, delay until all …
- 10:50 Changeset [480] by
- some cleanup in the refresh methods
- 10:45 Changeset [479] by
- replace the $self->{_in_setup_editor} by a call to $self->no_refresh; …
- 10:34 Changeset [478] by
- replace the _in_delete_editor by the _in_setup_editor flag
- 10:24 Changeset [477] by
- better load File::Slurp when it is needed
- 10:22 Changeset [476] by
- move save_file to Padre::Document
- 10:12 Changeset [475] by
- remove unused parameter
- 10:09 Changeset [474] by
- stop crashing at startup when there is no open document
- 09:35 Changeset [473] by
- don't hide output window on windows as it is currently broken
- 09:28 Changeset [472] by
- remove the need for the _DOCUMENT helper function and replace it with …
- 09:19 Changeset [471] by
- rename Padre::Docuemnts methods
- 09:14 Changeset [470] by
- move the methods returning a single document to the Padre::Documents class
- 08:46 Changeset [469] by
- allow the opening of the output window on startup make sure the empty …
- 08:06 Changeset [468] by
- stop importing Wx directly in the Padre::Wx:: modules
- 07:16 Changeset [467] by
- stop importing Wx directly in the Padre::Wx:: modules
10/25/08:
- 18:19 Changeset [466] by
- don't require Test::Compile any more
- 18:19 Changeset [465] by
- Last additions
- 18:14 Changeset [464] by
- Updating with my changes
- 17:08 Changeset [463] by
- If running from a SVN checkout, say so in the Window title
- 16:46 Changeset [462] by
- Factoring out the output window into it's own module. When the output …
- 16:09 Changeset [461] by
- Refactoring Padre::Wx in general. Added an export call to stimulate the …
- 14:20 Changeset [460] by
- version up to 0.12_01
- 14:17 Changeset [459] by
- fix the toolbar refreshing code so te save button will be available when …
- 13:38 Changeset [458] by
- Now we use SplitterWindows? the way they are supposed to be used
- 13:37 Changeset [457] by
- Whitespace stuff
- 13:21 Changeset [456] by
- some more stand-alone compilation fix
- 13:15 Changeset [455] by
- some more stand-alone compilation fix
- 13:09 Changeset [454] by
- Might as well do wxID_CANCEL as well
- 12:40 Changeset [453] by
- fix stand compilation error of the currently unused Padre::Wx::Project …
- 12:37 Changeset [452] by
- add test script to compile all the modules using Test::Compile
- 06:59 Changeset [451] by
- dos2unix
- 06:18 Changeset [450] by
- add binmode :raw to file operations to help windows
10/24/08:
- 13:58 Changeset [449] by
- stop using the _DOCUMENT function in most of the cases
- 13:45 Ticket #77 (Cannot open Padre.pm with Padre) closed by
- fixed: I see the offending character has been removed so I am closing this ticket …
- 11:30 Changeset [448] by
- import some symbols to ModuleStartDialog? that were missed earlier
- 04:45 Ticket #76 (Run Script ends in failure(padre0.12)) closed by
- fixed: fixed in upcoming 0.13
10/23/08:
- 23:04 Changeset [447] by
- close lone unused document when opening a recent file (now works the same …
- 21:40 Ticket #79 (padre --index dies) created by
- If you run: padre --index You get in a few seconds: Can't locate object …
- 21:34 Ticket #78 (No Perl Tidy menu) created by
- After installation of Padre-Plugin-PerlTidy?-0.01, there is no 'Perl Tidy' …
- 21:30 Ticket #77 (Cannot open Padre.pm with Padre) created by
- If you try to open Padre.pm (from Padre distribution) with Padre, you get …
- 19:05 Ticket #76 (Run Script ends in failure(padre0.12)) created by
- Run Script ends in failure as follows: Can't call method "isa" on an …
- 18:48 Changeset [446] by
- release 0.01
- 18:44 Changeset [445] by
- Build.PL - fix author
- 18:39 Changeset [444] by
- Build.PL fixes. added Changes.
- 18:26 Changeset [443] by
- add ability to tidy just the text selection
- 17:54 Changeset [442] by
- doc/code cleanup
- 17:53 Changeset [441] by
- fix warning when closing Padre with no files open
- 15:59 Ticket #1 (Improve load time) closed by
- fixed: Adam improved it quite a bit.
- 15:58 Ticket #69 (Automatically chdir to the perl script) closed by
- fixed: now chdir -ing when F5 is pressed (in 0.13)
- 15:56 Changeset [440] by
- chdir to directory of .pl file before executing it using F5 #69
- 15:52 Changeset [439] by
- fix the F5 run current .pl script menu option
- 15:43 Ticket #73 (Padre 0.08 crashes on Windows XP) closed by
- worksforme: closing as this was not reported in more recent versions of Padre.
- 15:42 Ticket #72 (Sub name navigation and text searching broken for UTF8-containing files) closed by
- not a bug: could not reproduce
- 15:20 Changeset [438] by
- bark if we're trying to tidy anything but perl
- 15:16 Changeset [437] by
- make the plugin work with the 0.12 api.
- 15:07 Changeset [436] by
- dist meta work
- 14:56 Changeset [435] by
- move perltidy plugin to its own tree
- 14:42 Download edited by
- 0.12 added (diff)
- 14:40 Changeset [434] by
- tagging Padre 0.12 release
- 14:37 Changeset [433] by
- version number to 0.12
- 14:36 Changeset [432] by
- bug fixes
- 13:46 Download edited by
- strawberry installation notes (diff)
- 13:40 Download edited by
- (diff)
- 11:10 Changeset [431] by
- tagging Padre 0.11 release
- 11:09 Changeset [430] by
- change version number to 0.11
- 11:04 Changeset [429] by
- fix some of the tests by importing the necessary constants from Wx
- 11:03 Changeset [428] by
- updated the changes
- 10:32 Changeset [427] by
- create the project directory with the given values using Module::Starter …
- 09:37 Changeset [426] by
- move the box creation in the build_layout method, resize the dialogs
- 09:24 Changeset [425] by
- stop creating the rows up front, do it within the build_dialog method
- 09:19 Changeset [424] by
- move the Checkbox creation to the new dialog creation too
- 08:03 Articles edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.
