Timeline
09/29/08:
- 11:30 Ticket #75 (Not obvious how to start padre under Windows) closed by
- fixed: Had to force install a couple of the modules, Wx::Perl::ProcessStream? and …
- 11:07 Ticket #75 (Not obvious how to start padre under Windows) reopened by
- When I do Start/Run? and type padre I get: 'padre' is not recognized as …
- 10:59 Download edited by
- how to run padre on windows (diff)
- 10:57 Ticket #75 (Not obvious how to start padre under Windows) closed by
- fixed: Start/Run? and type in padre or create a shortcut and use the following as …
- 09:49 Ticket #75 (Not obvious how to start padre under Windows) created by
- It is painfully un-obvious how one starts the editor under Windows, at …
09/27/08:
- 13:44 Changeset [397] by
- Shuffling around classes
- 00:02 Changeset [396] by
- More cleaning up, removed the need for Padre::Wx::Execute at all. Added a …
09/26/08:
- 10:33 Changeset [395] by
- change version to v0.02 add documentation
- 00:51 Changeset [394] by
- A vaste swatch of refactoring goodness. Started creating some uniformity …
09/25/08:
- 00:59 Changeset [393] by
- Adding the first pass at Cloudfiguration
09/24/08:
- 22:22 Changeset [392] by
- turn the color definition into a hash
- 22:00 Changeset [391] by
- stop importing everything from Wx for the Editor
- 21:50 Changeset [390] by
- stop importing everything from Wx for the Preferences
- 21:48 Changeset [389] by
- stop importing everything from Wx for the Menu
- 21:41 Changeset [388] by
- stop importing everything from Wx for the FindDialog?
- 21:36 Changeset [387] by
- stop importing everything from Wx for the Bookmarks
- 21:31 Changeset [386] by
- move the Project related (unused) gui code out of the way in a separate …
- 21:27 Changeset [385] by
- separate out the on_goto method in its own file
- 20:12 Changeset [384] by
- separate out the unused code for right-click handling
09/23/08:
- 13:23 Changeset [383] by
- let the colour picker return an array ref with the 3 RGB values
- 13:21 Changeset [382] by
- add colour picker
- 13:10 Changeset [381] by
- add date picker method
- 11:29 Changeset [380] by
- add file picker method and slightly refactor dialog window
- 11:14 Changeset [379] by
- add single choice and directory picker
- 03:13 Changeset [378] by
- Removed dependency on Class::Accessor. Moved all database functionality to …
09/22/08:
- 21:27 Changeset [377] by
- stop loading the English module. It was not even used…
- 05:55 Download edited by
- (diff)
- 05:51 Changeset [376] by
- tag Padre 0.10
- 05:47 Changeset [375] by
- change version number to 0.10 dos2unix Changes
09/21/08:
- 22:03 Changeset [374] by
- set mimetype and lexer after save_as and possibly changing file extension
- 22:03 Changeset [373] by
- fix ->page to ->editor
- 21:40 Changeset [372] by
- slight refactoring in padre_setup
- 21:31 Changeset [371] by
- factor out the guess_mimetype method
- 21:15 Changeset [370] by
- make the default mime-type for new files to be perl
- 21:10 Changeset [369] by
- indicate the mime-type on the status bar
- 21:05 Changeset [368] by
- dos2unix two files
- 21:02 Changeset [367] by
- move the stc related event handlers to Padre::Wx::Editor
- 20:57 Changeset [366] by
- rename Padre::Wx::Text to Padre::Wx::Editor
- 20:50 Changeset [365] by
- remove unused get_page_text method
- 20:49 Changeset [364] by
- remove unused _buffer_changed method
- 20:45 Changeset [363] by
- show list of subs event when the file is first opened
- 20:29 Changeset [362] by
- fix double click in the goto subroutine event
- 20:22 Ticket #35 (no image handler for type 9 defined) closed by
- fixed
- 20:02 Changeset [361] by
- update changes
- 18:02 Changeset [360] by
- add Pir support
- 17:10 Changeset [359] by
- add pasm and Perl6 syntax highlighting
- 13:11 Changeset [358] by
- Various changes to move event handlers unrelated to the MainWindow? out of …
- 03:19 Changeset [357] by
- return if no document
09/20/08:
- 09:54 Changeset [356] by
- add most of the mime-types and the lexer values that were in the %SYNTAX …
- 09:28 Changeset [355] by
- setup yaml mimetype add colouring for all the types we have at least a …
- 09:13 Changeset [354] by
- some indentation cleanup move the autocomplete method to the Document base …
09/19/08:
- 22:02 Changeset [353] by
- eliminate unused _get_page_text _set_page_text methods
- 21:56 Changeset [352] by
- remove unused _lexer cunction and the SYNTAX hash from the MainWindow?
- 21:53 Changeset [351] by
- some cleanup
- 21:48 Changeset [350] by
- move several functions over from MainWindow? to Document
- 21:16 Changeset [349] by
- use _DOCUMENT in run_in_padre
- 21:14 Changeset [348] by
- move run_in_padre function to MainWindow?
- 14:15 Changeset [347] by
- move the calltip keywords to the Document::Perl subclass
- 14:08 Changeset [346] by
- setup syntax highlighting based on mimetype
- 13:59 Changeset [345] by
- split up the new method of Wx::Text to have a padre_setup method
- 13:52 Changeset [344] by
- some cleanup move the call to the lexer from the Wx::Text for the …
- 13:42 Changeset [343] by
- rename page to editor in the Document class
- 13:37 Changeset [342] by
- eliminate page_id from the Document class as a document can belong to …
- 13:20 Changeset [341] by
- fix most visible bugs introduced in previous change
- 13:02 Changeset [340] by
- eliminating the _set_filename and get_filename methods from the main …
- 12:36 Changeset [339] by
- stop keping the newline_type information in the editor objct and move it …
- 12:09 Changeset [338] by
- add minimum perl to some files
- 12:07 Changeset [337] by
- create Document object when page is loaded and cache it in the editor …
- 11:57 Changeset [336] by
- no need to specify size
- 10:43 Changeset [335] by
- todo and avoid crash in Menu
- 10:43 Changeset [334] by
- factor out the load_file method from the setup_editor method
- 10:26 Changeset [333] by
- rename function dealing with file_type to talk about newline_type
- 10:13 Changeset [332] by
- replace leading spaces by leading tabs in some of the files
- 10:12 Changeset [331] by
- shortcuts on find dialog
- 10:02 Changeset [330] by
- replace leading spaces by leading tabs in some of the files
- 09:41 Changeset [329] by
- replace leading spaces by leading tabs in some of the files
- 09:40 Changeset [328] by
- allow the use of \t in the replace part of search and replace
- 09:21 Changeset [327] by
- allow searches to start with
- 09:12 Changeset [326] by
- fix the goto subroutine code that was broken when the search dialog was …
- 07:26 Changeset [325] by
- Updating Padre::DB, ORLite dependency is now 0.13. Use the new tables …
- 07:04 Changeset [324] by
- manifest update
09/18/08:
- 10:16 Changeset [323] by
- Split out the Toolbar
- 09:24 Changeset [322] by
- add super experimental menu option to allow the user to run the code in …
- 09:10 Changeset [321] by
- add replace all button and implement it as a transaction
- 07:50 Changeset [320] by
- finish search and replace implementation for single item
- 06:42 Changeset [319] by
- further refactor the search dialog
- 06:24 Changeset [318] by
- further refactoring search dialog. Add replace button
- 05:35 Changeset [317] by
- refactor search dialog
09/17/08:
- 22:09 Changeset [316] by
- Add Shift-F3 to search in the opposite direction
- 22:03 Changeset [315] by
- implement backward search
- 21:30 Changeset [314] by
- add utility function for search
- 19:43 Changeset [313] by
- separate the regex building code in the search dialog
- 19:31 Changeset [312] by
- start using the close on hit checkbox on the search dialog
- 19:07 Changeset [311] by
- change the search dialog not to be modal
- 17:45 Changeset [310] by
- report when file could not be saved and keep it as "unsaved" #74
- 17:39 Changeset [309] by
- refactoring the Find dialog
- 17:36 Changeset [308] by
- refactoring the Find dialog
- 17:15 Ticket #74 (Padre pretends to save read-only files) created by
- If a file is read-only, Padre will not issue an error message. In fact, it …
- 13:52 Changeset [307] by
- some steps in the direction of creating executable on windows
- 13:24 Changeset [306] by
- separate the Padre::Install module from Build.PL
- 12:43 Ticket #41 (line endings) closed by
- fixed
- 12:26 Download edited by
- (diff)
- 12:25 Changeset [305] by
- tag v0.09 of Padre
- 12:24 Changeset [304] by
- update version numbers to 0.09, release Padre v0.09
- 12:15 Changeset [303] by
- ensure that we include and then find the shared files when building …
- 11:52 Changeset [302] by
- include missing files in MANIFEST
- 10:20 Changeset [301] by
- use File::ShareDir::PAR
- 09:38 Changeset [300] by
- add stack trace and recursive unit test
- 09:13 Changeset [299] by
- set some of the buttons to be the default on dialogs
- 06:45 Changeset [298] by
- fixing recently introduced bug: save the list of the currently opened …
- 05:56 Changeset [297] by
- make the buttons the same size on the preference window
- 01:07 Changeset [296] by
- Adding temporary dumping ground Padre::PPI. Adding a demonstration "Find …
09/16/08:
- 09:54 Projects created by
- 09:38 Changeset [295] by
- tag v0.04 of Debug::Client
- 09:04 Changeset [294] by
- release v0.04 of Debug::Client
- 08:54 Changeset [293] by
- update the Changes file and the ->buffer method
- 08:48 Changeset [292] by
- rename to Debug::Client rename module rename to Debug::Client
- 07:16 Changeset [291] by
- Got save/save_all/close/close_all/exit all behaving correctly with regards …
- 05:50 Changeset [290] by
- Change Edit->Setup to Edit->Preference and added a menu seperator. Move …
- 05:07 Changeset [289] by
- Improving the About dialog to show the configuration directory. Make the …
- 03:44 Changeset [288] by
- Function --> Method
- 03:42 Changeset [287] by
- Bug fix
- 03:39 Changeset [286] by
- Keep experimental setting on menu reflow
- 03:37 Changeset [285] by
- Don't run exit if fork() on Win32, it crashes Padre
- 03:28 Changeset [284] by
- Bug fix
- 03:13 Changeset [283] by
- Making experimental a configuration flag
- 01:32 Changeset [282] by
- Adding Padre::Wx. Adding Padre::Document::Perl Getting experimental reflow …
09/15/08:
- 18:16 Changeset [281] by
- add breakpoints add some more tests start using Test::Deep stop checking …
- 16:55 Changeset [280] by
- fork when padre is launched to go to background
- 16:54 Changeset [279] by
- remove Ctrl-Shift-Z from redo as Ctrl-Y already works
- 08:32 Changeset [278] by
- fix missing change from Menu refactoring
- 06:03 Changeset [277] by
- add run method and unit tests
09/14/08:
- 22:55 Ticket #73 (Padre 0.08 crashes on Windows XP) created by
- I just upgraded to version 0.08 of Padre and I cannot seem to start Padre …
Note: See TracTimeline
for information about the timeline view.
