Timeline
09/12/08:
- 21:18 Changeset [256] by
- release v0.01 of the debugger
- 21:16 Changeset [255] by
- fix pod
- 21:14 Changeset [254] by
- add more files needed for the first distribution, add docs
- 20:56 Changeset [253] by
- add some basic code for the debugger API
- 08:26 Articles edited by
- (diff)
- 08:23 Download edited by
- tpyo (diff)
09/11/08:
- 17:51 Changeset [252] by
- try to clean up the searching code by moving most of it to …
- 15:56 Changeset [251] by
- fix typo
- 14:24 Screenshots edited by
- (diff)
- 14:05 Ticket #72 (Sub name navigation and text searching broken for UTF8-containing files) created by
- Clicking on sub name in right panel sub list generates the following error …
- 06:59 Download edited by
- (diff)
- 06:58 Changeset [250] by
- release 0.08 of Padre
- 06:56 Changeset [249] by
- update version number to 0.08
09/10/08:
- 17:41 Changeset [248] by
- give more values to the calltip, make it the default
- 17:24 Changeset [247] by
- update Changes file
- 17:23 Changeset [246] by
- implement basic CallTips? and add menu option to enable/disable them
- 15:29 Download edited by
- (diff)
- 13:38 Changeset [245] by
- remove comments
- 12:59 Changeset [244] by
- load bookmarked file if it is not in the memory yet
- 12:56 Changeset [243] by
- find bookmarked file if it is already in memory
- 12:27 Changeset [242] by
- goto bookmark works now, within the same session as long as the page has …
- 11:58 Changeset [241] by
- cleanup of the bookmark dialog
- 11:32 Changeset [240] by
- separate the list_bookmarks function
- 11:22 Changeset [239] by
- allow deleting a bookmark
- 10:53 Changeset [238] by
- adding bookmarks
- 07:18 Changeset [237] by
- add single_choice and a sample script with it
09/09/08:
- 21:25 Changeset [236] by
- Start writing Padre::Wx::Bookmarks that handles setting bookmarks and then …
- 17:12 Changeset [235] by
- dont crash when opening a file while no other file is open yet
- 05:15 Changeset [234] by
- open file sould open in the directory where the current file is
09/08/08:
- 20:48 Changeset [233] by
- in search, escape the $ only if we are using it as a regex
- 20:32 Changeset [232] by
- set a simple icon to be the icon of Padre for now
- 20:08 Changeset [231] by
- update the list of methods when switching tabs using Alt-n
- 19:53 Changeset [230] by
- make sure the toolbar is Realized on windows as well.
- 16:32 Changeset [229] by
- enable/disable use of regex in search
- 16:24 Changeset [228] by
- stop crashing when we cannot build the regex from search term
- 16:19 Changeset [227] by
- stop crashing when we cannot build the regex from the prefix used for …
- 16:05 Changeset [226] by
- add menu option to convert file line ending type
- 15:51 Changeset [225] by
- comment out the project menu as it is not yet in use
- 15:47 Changeset [224] by
- add toolbar back
- 15:38 Changeset [223] by
- replace relative path with full path if opening file on the command line
- 15:07 Ticket #3 (In "open file" show filenames without extension as well) closed by
- fixed
- 14:52 Ticket #24 (Always save full path in opened-files history) closed by
- fixed
- 12:15 Changeset [222] by
- color some more of the perl constructs
- 12:02 Changeset [221] by
- let Ctrl-Shift-O open also files even if only the module name was selected
- 11:53 Changeset [220] by
- add Ctrl-Shift-O to open file based on the current selection in the …
- 11:07 Changeset [219] by
- some ack improvement
09/07/08:
- 18:36 Changeset [218] by
- move all the Ack related code to Padre::Wx::Ack
- 18:30 Changeset [217] by
- move the ack related code to a separate file called App::Ack and fix the …
- 18:00 Ticket #5 (Allow for changing font size) closed by
- fixed: zoom-in/zoom-out is a service of scintilla Menu options were added already …
- 17:28 Ticket #71 (search within a function) created by
- allow the search to be limited to the current function or enclosing block …
- 12:54 Changeset [216] by
- use real Wx:AboutDialogInfo widget for the about box
- 12:01 Changeset [215] by
- hide command line
- 11:35 Changeset [214] by
- hide method names when they dont start on the first column as a …
- 11:09 Changeset [213] by
- add menu option to close all buffers
- 10:34 Download edited by
- (diff)
- 08:03 Changeset [212] by
- escape $ signs by default so they will not interpolate during search
09/05/08:
- 09:52 Changeset [211] by
- Allow the reflow of the menu to disable the entire Run menu
- 08:48 Changeset [210] by
- Starting the reflow functionality
- 08:45 Changeset [209] by
- Whitepage niggly
- 08:34 Changeset [208] by
- Fleshing out some more methods
09/04/08:
- 17:40 Changeset [207] by
- dos2unix MANIFES
- 17:33 Changeset [206] by
- v0.07 of Padre released
- 17:31 Changeset [205] by
- change version numbers to 0.07
- 17:24 Changeset [204] by
- move exporting code out from pod
- 17:24 Changeset [203] by
- update MANIFEST preparing for release
- 17:23 Changeset [202] by
- update Changes preparing for release
- 17:23 Changeset [201] by
- add Wx::Perl::Dialog as prereq
- 17:06 Changeset [200] by
- add the Ack dialog
- 17:05 Changeset [199] by
- remove the ack menu item for now
- 07:27 Download edited by
- (diff)
- 06:19 Ticket #70 (CPAN integration) created by
- Integrate Padre with searching CPAN, displaying documentation from there …
09/03/08:
- 11:44 Ticket #69 (Automatically chdir to the perl script) created by
- Many scripts assume that they are located at a given place and try to …
- 11:19 Download edited by
- (diff)
- 01:57 Changeset [198] by
- Simplify the code needed to find the current Perl interpreter. Moved the …
- 01:55 Changeset [197] by
- Remove unneeded imports
- 01:54 Changeset [196] by
- Whitespace removal
- 01:52 Changeset [195] by
- A little more work on the Document and Project abstractions
- 01:51 Changeset [194] by
- META.yml shouldn't be in the manifest
09/02/08:
09/01/08:
- 18:29 Changeset [193] by
- describe SVN tree
- 18:10 Changeset [192] by
- Wx-Perl-Dialog 0.01 released
- 18:07 Changeset [191] by
- move Padre::Demo to be a separate project called Wx::Perl::Dialog
- 09:16 Changeset [190] by
- point to the mailing list from META.yml
- 09:09 Changeset [189] by
- show/hide the status bar according to previous setting was broken. Now it …
- 08:21 Changeset [188] by
- stop jumping on selection movement in the list of methods frame as Alias …
- 08:05 Changeset [187] by
- update the status when the mouse is moved
- 07:31 Changeset [186] by
- require threaded perl
- 06:40 Changeset [185] by
- add depend on App::Ack
- 04:27 Download edited by
- (diff)
08/31/08:
- 12:36 Download edited by
- added installation steps for ubuntu hardy (diff)
- 11:54 Changeset [184] by
- make ./Build exe work on systems other than Gabor's
- 11:11 Changeset [183] by
- add experimental thread support, on the way to include background jobs …
- 05:15 Download edited by
- (diff)
08/30/08:
- 17:30 Changeset [182] by
- thanks to Steffen
- 17:23 Features edited by
- (diff)
- 17:14 Ticket #29 (Add autocompletion) closed by
- fixed
- 16:24 Changeset [181] by
- add TSEE to Changes some white spaces after =cut
- 15:01 Changeset [180] by
- implement creation of executables from temporary files. Use multi-arg …
- 14:23 Changeset [179] by
- Add documentation, add plugin_config accessor for accessing one's own …
- 14:22 Changeset [178] by
- test for plugins section in configuration
- 14:21 Changeset [177] by
- whitespace fix: newline after =cut
- 14:20 Changeset [176] by
- small logic glitch: reverse order of is_deeply arguments
- 14:03 Changeset [175] by
- add configuration section for plugins
- 13:08 Ticket #68 (Move the plugin code to its own class) closed by
- fixed
- 13:07 Ticket #66 (Add support for plugins loaded from within PAR files) closed by
- fixed
- 13:06 Changeset [174] by
- The plugins hash lives in the plugin manager now, not in the main object
- 13:04 Changeset [173] by
- Move plugin code to its own class, add an instance of that 'PluginManager?' …
- 13:02 Changeset [172] by
- Depend on PAR for plugins
- 13:01 Changeset [171] by
- Add logic to determine the default user plugin directory.
- 11:54 Changeset [170] by
- Add Zoom-reset menu options to change the zoom on all documents
- 11:25 Changeset [169] by
- Add Zoom-in/Zoom-out menu options to change the zoom on all documents
- 11:05 Changeset [168] by
- Allow spliting windows to see two parts of the same document
- 10:13 Changeset [167] by
- split the setup_editor function to too trying to add split_window …
- 09:38 Download edited by
- (diff)
- 08:49 Ticket #68 (Move the plugin code to its own class) created by
- In the wake of adding the plugin-from-PAR functionality, it struck me that …
08/29/08:
- 22:09 Ticket #67 (Ctrl-P/Ctrl-N autocompletion) created by
- The current Ctrl-p autocompletion is modeled after what vim does. That's …
- 22:03 Ticket #66 (Add support for plugins loaded from within PAR files) created by
- Instead of expecting the user to perform a plugin installation using the …
- 21:26 Changeset [166] by
- localize _in_setup_editor
- 21:06 Features edited by
- (diff)
- 21:05 Ticket #65 (Add capability to run the unit tests of a project) created by
- 21:03 Ticket #64 (Split view) created by
- Allow to see and edit the same document at two different areas.
- 21:00 Ticket #63 (Code browser) created by
- A tool to show the layout (class, methods, functions, etc.)
- 20:59 Ticket #62 (Var tree) created by
- show the list of variables used in the code make sure we recognize that …
- 20:57 Ticket #61 (Add code folding) created by
- 20:56 Ticket #60 (Add Incremental search) created by
- 17:21 Download edited by
- (diff)
- 16:01 Changeset [165] by
- add menu option to SetIndentationGuides?
- 15:41 Changeset [164] by
- move around some functions on_run when showing the output window, also …
- 14:52 Changeset [163] by
- move some code to Padre::Wx::Help
- 14:13 Changeset [162] by
- separate out the code of Padre::Wx::Execute
- 13:49 Download edited by
- (diff)
- 13:39 Changeset [161] by
- separate code to the Padre::Wx::Menu module
- 11:20 Changeset [160] by
- allow the user to change the width ot TABs as they are displayed
- 10:26 Changeset [159] by
- move the content of create_exe into Build.PL
- 08:08 Changeset [158] by
- typo fix
08/28/08:
- 18:04 Changeset [157] by
- separate the code to show the preferences window to the …
- 14:20 Changeset [156] by
- update the exe creation script
- 14:19 Download edited by
- (diff)
- 14:05 Articles edited by
- (diff)
- 12:51 Download edited by
- v0.06 released (diff)
- 12:46 Changeset [155] by
- tag release 0.06 of Padre
- 12:46 Changeset [154] by
- changes in 0.06
- 12:42 Changeset [153] by
- Add dir_selector to Padre::Demo
- 10:04 Changeset [152] by
- fix Padre::Demo add password entry function
- 09:43 Changeset [151] by
- turning some function calls to be method calls just for the sake of OOP
- 08:54 Changeset [150] by
- jump to search text after selecting checkbox
- 08:11 Changeset [149] by
- stop updating status when in the middle of deleting an editor operation
- 07:38 Changeset [148] by
- limit the max number of recent files to 20
- 07:31 Changeset [147] by
- add /m to search regex replace titles of NA buffers with names in the …
08/27/08:
- 21:24 Changeset [146] by
- move the Alt-n calls to be menu items including the full filename
- 20:12 Changeset [145] by
- make commenting out and uncommenting out atomic in the undo buffer
- 20:03 Changeset [144] by
- factor out on_set_mark and on_jumpto_mark
- 19:54 Changeset [143] by
- remove some unused code
- 19:44 Changeset [142] by
- move on_uncomment_block to menu option
- 19:39 Changeset [141] by
- eliminate the need to specially catch Ctrl-Shitf-Z
- 19:31 Changeset [140] by
- remove Ctrl-Shift-H from the on_key sub as it is being handled by the menu …
- 19:28 Changeset [139] by
- move brace matching to be a menu option
- 19:22 Changeset [138] by
- change the FindDialog? in preparation of the find an replace operation
- 16:13 Changeset [137] by
- replace string search by regex search #2
- 14:05 Changeset [136] by
- add t/lib/Padre.pm to MANIFEST
- 13:37 Changeset [135] by
- set version to 0.06 in all the perl modules add release.pl script to aid …
- 13:23 Changeset [134] by
- add copyright statement
- 12:35 Changeset [133] by
- Include authors tests for Perl critic and POD in xt/ directory
- 06:05 Changeset [132] by
- move remaining TODOs from POD to Trac
- 06:02 Ticket #59 (Indexing PODs) created by
- Indexing the words of all the pod files? (Search engine?) Indexing the …
- 06:01 Ticket #58 (clickable links in Podviewer) created by
- When displaying pod allow for clicking on names of other modules to be …
- 06:00 Ticket #57 (Show only modules with POD in them) created by
- If a file exists but no pod in there, don't show just a white page.
- 05:59 Ticket #56 (indexing pods from within Padre) created by
- Enabled (re)indexing PODs from within the application.
- 05:42 Changeset [131] by
- remove the Padre::Demo related tests
- 05:35 Changeset [130] by
- dos2unix to fix broken line ending
08/26/08:
- 21:58 Changeset [129] by
- Let plugins define nested menu items (via nested array refs)
- 18:07 Changeset [128] by
- dos2unix
- 17:58 Changeset [127] by
- working on Padre::Demo
- 12:28 Changeset [126] by
- Adding a t::lib::Padre module, to centralize common testing logic. Added …
- 12:04 Changeset [125] by
- Fixing the default configuration tests
- 12:01 Changeset [124] by
- Making 01-load.t ONLY test compilation. Moved the rest of the test code …
- 12:00 Changeset [123] by
- Adding an experimental database interface
- 11:59 Changeset [122] by
- Bug fix
- 11:07 Changeset [121] by
- Memorise both the size and position of the application between uses
- 08:40 Changeset [120] by
- Remember if we were maximized when closing, and return to the original …
- 07:28 Changeset [119] by
- change the way Padre::Demo works - straight forward no, callback update …
08/25/08:
- 17:09 Download edited by
- Trivial formatting and language corrections (diff)
- 14:20 Changeset [118] by
- factor out the on_uncomment_block method
- 14:15 Changeset [117] by
- move on_comment_out_block to menu option
- 14:07 Changeset [116] by
- factor out on_brace_matching menu option
- 13:55 Changeset [115] by
- factor out the on_comment_out_block method
- 13:51 Changeset [114] by
- remove Ctrl-P from on_key as it is handled by the menu options already
- 13:48 Changeset [113] by
- clean up after broken merge
- 13:45 Changeset [112] by
- convert to UNIX
- 13:43 Changeset [111] by
- add menu option to switch to next file
- 13:42 Changeset [110] by
- 13:41 Changeset [109] by
08/24/08:
- 17:34 Changeset [108] by
- convert newlines when they are mixed
- 16:39 Changeset [107] by
- remove unused function
- 16:37 Changeset [106] by
- add menu option to show/hide EOL
- 14:57 Changeset [105] by
- add code to recognize current line ending even if they are mixed
- 14:31 Changeset [104] by
- minor change
- 14:25 Changeset [103] by
- rename return values of newline function
- 12:05 wxWidgets edited by
- (diff)
- 11:57 Ticket #55 (recognize when file is changed on disk) created by
- Recognize when file is changed on disk and ask user if what does she want …
- 11:56 Changeset [102] by
- Always use explicit deferencing to improve readability for newbies
- 11:52 Changeset [101] by
- Removing %marker
- 11:46 Changeset [100] by
- Removed redundant get_widget and set_widget methods
- 11:44 Changeset [99] by
- Bug fix for running things
- 11:39 Changeset [98] by
- Removing $help
- 11:38 Changeset [97] by
- Removing $proc
- 11:37 Changeset [96] by
- Removing $run_menu
- 11:36 Changeset [95] by
- add test
- 11:35 Changeset [94] by
- Removing $stop_menu
- 11:34 Changeset [93] by
- Bug fix for the Run This menu
- 11:31 Changeset [92] by
- Building the menu into a specific menu hash. A few other minor cleanups
- 11:22 Changeset [91] by
- add Alt-S menu option again…
- 11:06 Changeset [90] by
- add Padre::get_newline_type
- 09:04 Download edited by
- (diff)
- 09:04 Changeset [89] by
- Second major refactoring pass
- 08:40 Changeset [88] by
- add temporary create_exe
- 08:36 Changeset [87] by
- menu option and Alt-S hotkey to jump to subs window on the right
- 08:20 Changeset [86] by
- change color definitions to use constant names instead of hard coded …
- 08:20 Changeset [85] by
- dos2unix dev.pl and make it executable
08/22/08:
- 14:16 Changeset [84] by
- fix dev.pl
- 14:07 Changeset [83] by
- Major refactoring. Moved Padre::Frame to Padre::Wx::MainWindow?. Moved …
- 14:04 Changeset [82] by
- Whitespace tweak
- 14:04 Changeset [81] by
- Adding a Class::Autouse dependency for later
- 14:03 Changeset [80] by
- Clearer call method, and add a -d flag for debugging
- 12:17 Ticket #40 (jump to function definition) closed by
- fixed
- 11:50 Ticket #53 (when no file is open and context sensitive help crashes Padre) closed by
- fixed
- 11:49 Changeset [79] by
- stop crashing context help when no file is open #53
- 11:39 Ticket #7 (setup mailing lists) closed by
- fixed: no need for padre or padre-users or padre-discuss list for now and the …
- 09:55 Changeset [78] by
- replace Wx::ListBox? by Wx::ListCtrl? in order to allow ordering the …
- 06:22 Changeset [77] by
- attribute fix
- 06:21 Ticket #54 (Refreshing the function list on save) closed by
- fixed: applied, thanks
- 06:18 Changeset [76] by
- update list of methods on save as well
- 06:15 Changeset [75] by
- some fixes of Padre::Demo so at least it works
- 06:15 Changeset [74] by
- remove the toolbar
- 06:07 Download edited by
- (diff)
- 06:06 Download edited by
- (diff)
08/21/08:
- 22:14 Download edited by
- (diff)
- 22:01 Ticket #54 (Refreshing the function list on save) created by
- Currently, it only seems to refresh on switching tabs.
- 21:55 Download edited by
- (diff)
- 20:27 Ticket #53 (when no file is open and context sensitive help crashes Padre) created by
- open Padre without any files and click on Help/Context?-help
- 20:19 Download edited by
- (diff)
- 07:44 Download edited by
- (diff)
- 07:35 Articles edited by
- (diff)
- 07:26 Download edited by
- (diff)
- 07:24 Download edited by
- (diff)
- 06:33 Ticket #52 (catch common errors by beginners) created by
- For example […] Lack of use strict, should be also considered a …
- 04:52 Ticket #51 (Missing ActivePerl modules) closed by
- not a bug: This is not a bug in Padre. If ActivePerl? does not supply those modules …
- 04:50 Ticket #50 (META.yml missing) closed by
- not a bug: META.yml is an generated file that is generated before the distribution is …
- 02:32 Ticket #51 (Missing ActivePerl modules) created by
- Build of r73 fails because the following prerequisite modules are …
- 02:08 Ticket #50 (META.yml missing) created by
- When running Build.PL script (r73), I'm notified that META.yml is missing …
08/20/08:
08/19/08:
- 16:06 Changeset [73] by
- some code refactorin in the Padre::Demo code
- 16:05 Changeset [72] by
- clean up Demo test move demo script to subdir
- 13:29 Changeset [71] by
- add test to Padre::Demo and fix some code that was broken after my talk on …
- 13:28 Changeset [70] by
- some docs update
- 13:28 Changeset [69] by
- add some "new file" templates
- 11:02 Features edited by
- (diff)
08/17/08:
- 15:52 Changeset [68] by
- Cleaned up the PerlTidy? plugin and added simple error handling
- 15:29 Changeset [67] by
- release Padre::Plugin::PAR 0.02
- 15:26 Changeset [66] by
- 0.05 released and tagged
- 15:25 Changeset [65] by
- include some more examples, release version 0.05
- 15:19 Changeset [64] by
- prepare to release v0.05
- 15:09 Changeset [63] by
- factor out the unused Padre::Wx::Popup code
- 15:03 Ticket #49 (Customisable path to perl) created by
- It should be possible to specify which perl you want to use for features …
- 14:54 Changeset [62] by
- jump to selected method when double click on the name
- 14:53 Ticket #48 (Logo ideas) created by
- We need some ideas about what should be in the Padre logo. Once we know …
- 14:27 Ticket #45 (Find and Replace) closed by
- duplicate: see #2
- 12:16 Changeset [61] by
- move the find dialog code to the Padre::Wx::FindDialog? module
- 12:16 Changeset [60] by
- AdamK is really from the future
- 12:07 Changeset [59] by
- Fixed configuration saving
- 11:53 Changeset [58] by
- fix some errors
- 11:37 Changeset [57] by
- some method selection cleanup
- 10:47 Changeset [56] by
- Created standalone separate Padre::Config class
- 09:40 Changeset [55] by
- remove unused sub say
- 09:19 Changeset [54] by
- add list of methods to the right pane so when the user clicks on them it …
- 08:58 Changeset [53] by
- Splitting Padre::Demo out into separate files
- 08:34 Changeset [52] by
- Updated changes
- 08:32 Changeset [51] by
- Correcting dev.pl to script
- 08:31 Changeset [50] by
- Replacing $nb with a completely unoptimised Padre->ide->wx_notebook (But …
- 08:30 Changeset [49] by
- Moving bin/padre to the more-correct script/padre
- 08:09 Changeset [48] by
- Removed $main::app, converted everything to Padre->ide instead. Moved …
- 07:31 Changeset [47] by
- add a right panel to later hold the list of functions
- 07:25 Changeset [46] by
- save only recent filenames and not the types
- 07:13 Changeset [45] by
- Removing some redundant code
- 06:57 Changeset [44] by
- Structural refactoring. Moved main app to Padre::Wx::App, and moved some …
- 05:34 Changeset [43] by
- Cleanup and minor refactoring. Padre now passes Perl critic
- 04:24 Changeset [42] by
- Adding the beginning of project support
08/16/08:
- 23:10 Changeset [41] by
- Added experimental Perl::Tidy plugin
- 21:45 Changeset [40] by
- Added a bunch of other syntax highlighting mappings, and a couple of …
- 20:56 Ticket #47 (Tab close buttons) created by
- Might be nice and user-friendly to have little close buttons on individual …
- 20:54 Ticket #46 (Tab reordering) created by
- Should be possible to drag and drop tabs to reorder them in the UI.
- 20:49 Changeset [39] by
- Added Javascript syntax highlighting
- 17:18 Changeset [38] by
- add File::LocalizeNewlines? as prereq start showing the type of the file on …
- 16:51 Changeset [37] by
- Documented Rectangular Text Selection hidden feature.
- 16:33 Ticket #45 (Find and Replace) created by
- Add a string substitution option to the Find dialog. Personally I prefer …
- 15:45 Ticket #44 (Auto-indent) created by
- New lines should be auto-indented to the current indent level of the …
- 15:33 Ticket #43 (Open multiple files from OS "open file" dialog) created by
- Should be able to select multiple files to open in one hit from the File > …
- 15:31 Ticket #42 (Drag and drop file open) created by
- Should be able to open one or more files by dragging and dropping them …
- 15:05 Changeset [36] by
- Made dev.pl convenience script work from any directory, not just local dir
- 14:24 Ticket #41 (line endings) created by
- recognize if the file has UNIX or Windows line endings and when you save …
- 14:20 Ticket #40 (jump to function definition) created by
- list all the function names of the current file in a separate window and …
- 14:13 Ticket #39 (File::Copy::Recursive Dependency) closed by
- fixed: require the module instead of use-ing it to let Build.PL prereq it first
- 14:10 Changeset [35] by
- require File::Copy::Recursive instead of use-ing it #39
- 13:52 Changeset [34] by
- stop the pod viewer crashing because lack of function implementation
- 12:01 Ticket #39 (File::Copy::Recursive Dependency) created by
- When running perl Build.PL on Ubuntu 8.04's system perl: …
- 11:55 Changeset [33] by
- Replacing the use of $X with the more-correct Probe::Perl
- 11:22 Changeset [32] by
- remove Devel::PerlySense? from the dependency list
- 10:16 Changeset [31] by
- Yes, I can commit
- 10:14 Changeset [30] by
- Testing if I can commit
- 09:40 Changeset [29] by
- add Padre::Demo to MANIFEST
- 09:22 Changeset [28] by
- turn of Makefile.PL generation in Build.PL
- 09:19 Changeset [27] by
- remove Makefile.PL from MANIFEST
- 09:12 Ticket #38 (pastebin or perlmonks or mailing list integration) created by
- Add some way to let user send code or snippet of code directly to …
- 05:27 Changeset [26] by
- export the Padre::Demo functions so no oop is needed
08/14/08:
- 05:33 Changeset [25] by
- add autocompletition menu option
- 05:33 Changeset [24] by
- factor out the on_autocompletition function
08/13/08:
- 20:57 Download created by
- 20:53 Ticket #37 (Pod::Simple should be listed in META.yml in requires) closed by
- fixed
- 20:52 Changeset [23] by
- add Pod::Simple as a prereq #37
- 20:51 Changeset [22] by
- Padre::Demo update
- 16:56 Ticket #37 (Pod::Simple should be listed in META.yml in requires) created by
- While testing Padre packages I recently built for Ubuntu I found that …
Note: See TracTimeline
for information about the timeline view.
