Timeline
08/26/11:
- 23:10 Changeset [15812] by
- Update the messages.pot file
- 22:12 Changeset [15811] by
- Add a few missing ... in menus (File/Open? and Refactor/Rename? variable)
- 21:57 Changeset [15810] by
- Add _ shortcuts to all menus of the main window. Sorry to translators
- 20:41 Ticket #1306 (Locale: move 'fr-fr' to just 'fr') closed by
- fixed: Fixed in r15809.
- 19:26 PadrePluginCookbookRecipie05 edited by
- (diff)
- 19:21 Changeset [15809] by
- Rename language code 'fr-fr' to 'fr' in Padre and plugins Change the …
- 19:15 PadrePluginCookbookRecipie05 edited by
- (diff)
- 18:39 PadrePluginCookbookRecipie05 edited by
- (diff)
- 17:05 PadrePluginCookbookRecipie05 edited by
- (diff)
- 16:09 PadrePluginCookbookRecipie05 edited by
- (diff)
- 15:00 Changeset [15808] by
- Fixing 16_messages.t
- 14:59 Changeset [15807] by
- Test fixes and such
- 14:54 Changeset [15806] by
- Restoring a convenience that maybe IS useful
- 12:07 Changeset [15805] by
- accept in-band shutdown message instead of brutal task->cancel
- 12:00 Changeset [15804] by
- ->inbox poll takes responsibility for incoming messages implement loopback …
08/25/11:
- 14:59 Changeset [15803] by
- sorry, fixed broken po
- 14:54 Changeset [15802] by
- updated ja.po (partly)
- 14:02 PadrePluginCookbook03 edited by
- (diff)
- 13:36 PadrePluginCookbook02 edited by
- (diff)
- 12:42 Ticket #1312 (Mouse (Ubuntu) Copy Paste X-Clipboard) created by
- Sewi bowtie: Sorry for asking this _again_, but you're on Win or Linux? …
- 05:19 Ticket #1311 (Use additional mouse buttons) created by
- Some mice habe additional Buttons like forward/back for websites. They …
08/24/11:
- 22:56 Changeset [15801] by
- update to padre 0.90 as minimum required version
- 22:53 PadrePluginCookbookRecipie05 edited by
- (diff)
- 22:40 PadrePluginCookbook01 edited by
- Updated page for Padre v0.90 (diff)
- 19:29 Changeset [15800] by
- Updated Padre Italian translation
- 15:58 Changeset [15799] by
- More breakage of parent -> child messaging. This now provides a specific …
- 15:10 Changeset [15798] by
- Update the messages.pot file
- 14:34 Changeset [15797] by
- more trace. Local transport traps its own 'disconnect' event also.
- 14:28 Changeset [15796] by
- whitespace
- 14:22 Changeset [15795] by
- global swarm transport register for it's own disconnect event when …
- 14:13 Changeset [15794] by
- TRACE tweaking
- 14:10 Changeset [15793] by
- Removing some conveniences intended for use by the task manager but only …
- 14:07 Changeset [15792] by
- more trace around swarm disconnect and connection teardown
- 14:04 Changeset [15791] by
- Unused conveniences have no value
- 14:04 Changeset [15790] by
- more TRACE. treat bailout as having some message regarding the 'reason' …
- 14:01 Changeset [15789] by
- Magic _CAN no longer necesary in this context
- 13:57 Changeset [15788] by
- Yet longer sleep time
- 13:56 Changeset [15787] by
- Correct a test count
- 13:56 Changeset [15786] by
- transport die with a vengance when moving :shared Swarm::Message objects …
- 13:55 Changeset [15785] by
- Part 2 - stupid limited svn.
- 13:54 Changeset [15784] by
- Rename the merged Padre::TaskThread? back to Padre::TaskWorker? (part 1)
- 13:53 Changeset [15783] by
- jog gently behind Alias' massive race to f*/unf* Task ?.?
- 13:33 Changeset [15782] by
- The idea of having separate TaskThread? and TaskWorker? classes was to allow …
- 12:49 Changeset [15781] by
- Converted a few manual config writes to lock writes
- 12:38 Changeset [15780] by
- Removing unused event handler
- 12:01 Changeset [15779] by
- More POD cleanup
- 11:59 Changeset [15778] by
- Correcting the =head level on some files
- 09:24 Changeset [15777] by
- Smart highlight ignores whitespace now
- 07:10 Changeset [15776] by
- Update the messages.pot file
- 06:07 Changeset [15775] by
- Adding a proper OnExit? handler
- 05:57 Changeset [15774] by
- - Padre::Wx::App will use Wx internal singleton logic instead of …
- 03:13 Changeset [15773] by
- Allow a bit longer for clean thread shutdown
- 03:10 Changeset [15772] by
- - The advanced setting threads_maximum allows the tuning of the …
08/23/11:
- 15:49 Changeset [15771] by
- Drop Win32 stack size down to 4meg
- 15:10 Changeset [15770] by
- Update the messages.pot file
- 14:58 Changeset [15769] by
- This test appears to be superfluous
- 14:53 Changeset [15768] by
- - The setting threads_stacksize config options allows the tuning of the …
- 12:31 Changeset [15767] by
- oops
- 12:26 Changeset [15766] by
- We now join the worker threads instead of having them detach.
- 11:59 Changeset [15765] by
- Oops spelling
- 11:24 Changeset [15764] by
- Now that we can start new threads asynchronously in the background, remove …
- 11:19 Changeset [15763] by
- Spawn threads in void context, try to avoid leaving copies of variables …
- 11:18 Changeset [15762] by
- Document steps in the task handler, and add a $SIG{STOP} handler for any …
- 11:15 Changeset [15761] by
- Yield before we close to give a chance for child thread events to be …
- 11:09 Changeset [15760] by
- Add test case for task manager running without threads
- 10:15 Changeset [15759] by
- add some comments comment out unused code
- 09:03 Changeset [15758] by
- Removed a method call
- 08:25 Changeset [15757] by
- - The task manager can now run without the need for threads. However, …
- 07:10 Changeset [15756] by
- Update the messages.pot file
- 06:24 Changeset [15755] by
- Moved log bootstrapping to Padre::Wx::App
- 04:22 Changeset [15754] by
- Better debugging messages
- 03:17 Changeset [15753] by
- - Task owners can now hijack status bar messages if they wish to (ADAMK)
- 02:24 Changeset [15752] by
- finished
08/22/11:
- 11:10 Changeset [15751] by
- Update the messages.pot file
- 09:42 Changeset [15750] by
- Message tweak
- 09:39 Changeset [15749] by
- - Added support for task parents and owners being notified when a task has …
- 07:28 Changeset [15748] by
- Removed superfluous method
- 07:14 Changeset [15747] by
- Removed a $DB::single = 1;
- 07:10 Changeset [15746] by
- Update the messages.pot file
- 07:05 Changeset [15745] by
- Task objects no longer have access to the original owner in object form at …
- 03:48 Changeset [15744] by
- And now it works again
- 03:45 Changeset [15743] by
- Call BOTH the task finish method, and the owner's on_finish method. This …
- 03:28 Changeset [15742] by
- Removed superfluous $DB::single
- 03:10 Changeset [15741] by
- Update the messages.pot file
- 01:38 Changeset [15740] by
- - Some tools are more thorough about indicating they are not used (ADAMK)
- 00:50 Changeset [15739] by
- - The syntax highligher spawns the perl -c call with the unsaved file as …
08/21/11:
- 19:27 Changeset [15738] by
- add eval blocks add Wx::gettext() to radiobox items
- 13:06 Changeset [15737] by
- steer through Padre::Task api changes
- 11:29 Changeset [15736] by
- Updated 0.23_01 release date in Changes
- 11:23 Changeset [15735] by
- Updated perl interpolation test case text document
- 11:22 Changeset [15734] by
- Bumped version to 0.23_01
- 11:20 Changeset [15733] by
- Updated the string variable interpolation Perl lexer to the latest (KHMAN)
- 10:38 Changeset [15732] by
- fix a refactoring fluff
- 06:09 Changeset [15731] by
- More message system refactoring
08/20/11:
- 19:45 Changeset [15730] by
- Fix missing ->owner, finally break project browser
- 17:56 Changeset [15729] by
- Perl tidy
- 17:56 Changeset [15728] by
- Workaround-Fix Padre start bug and add a test to check for a final fix …
- 16:11 Changeset [15727] by
- Backup unsaved files without filename
- 15:10 Changeset [15726] by
- Update the messages.pot file
- 13:31 Changeset [15725] by
- Make About dialog more translatable. Punctuation must be kept attached to …
- 12:52 Changeset [15724] by
- Update french translation (typos, regex editor)
- 11:45 Changeset [15723] by
- Update french translation
- 11:30 Ticket #1310 (unable to compile with strawberry perl 5.12.3) created by
- After installing a brand new strawberry perl portable (from …
- 11:10 Changeset [15722] by
- Update the messages.pot file
- 10:44 Changeset [15721] by
- Add menu shortcuts in labels of File menu
- 09:43 Changeset [15720] by
- Fix missing menu shortcuts in Edit menu labels
- 09:22 Changeset [15719] by
- Update french translation
- 07:23 Changeset [15718] by
- Update french translation in plugins
- 02:19 Changeset [15717] by
- Ensure both the parent and child are flagged as cancelled, so the …
- 02:16 Changeset [15716] by
- Thinko, owners should be passed the task object, not the task handle
- 02:15 Changeset [15715] by
- Task 3.0 part 2. Some methods which can only be run in the child are …
- 01:08 DownloadMacOSX edited by
- (diff)
- 01:06 Changeset [15714] by
- Fixed message packing for child -> parent messages. Background stuff …
- 00:57 Changeset [15713] by
- re cut with leading wx::
- 00:48 Changeset [15712] by
- Typo, bowtie++
08/19/11:
- 20:45 Ticket #1309 (Padre::Plugin::Catalyst Crash after pressing "New Catalyst Application") created by
- perl -v = v5.10.1 Wx Version=(0.9901) wxWidgets 2.8.11 unicode=(1) OS: …
- 19:10 Changeset [15711] by
- Update the messages.pot file
- 18:38 Changeset [15710] by
- removed Git wish list stuff changed from Beta to RC1 handed tweaked FB to …
- 16:57 Changeset [15709] by
- tweaks to POD
- 16:23 Changeset [15708] by
- Adjusting message
- 16:18 Changeset [15707] by
- start of POD, a bit on the min side.
- 16:16 Changeset [15706] by
- - Lands Task 3.0 which fixes bidirectional communication and thus enables …
- 15:10 Changeset [15705] by
- Update the messages.pot file
- 13:55 Release edited by
- (diff)
- 13:51 Changeset [15704] by
- this is the working merge of the 0.90 branch back to trunk
- 13:34 Changeset [15703] by
- reversing that last merge and commit
- 13:17 Release edited by
- (diff)
- 12:53 Changeset [15702] by
- merging the branch back to trunk: -r15562:15701 …
- 12:22 Changeset [15701] by
- about to merge from the 0.90 branch back to trunk
- 12:03 Changeset [15700] by
- tidy, remove unwanted comments
- 12:03 Release_History edited by
- (diff)
- 12:01 Changeset [15699] by
- Added eval test for svn::class, so we don't lie, in dialogue
- 12:00 Changeset [15698] by
- tag Padre-0.90
- 11:38 Changeset [15697] by
- Padre::Document: fix false assumption that Encode is already loaded
- 11:09 PadrePluginCookbookRecipie05 edited by
- (diff)
- 10:00 Changeset [15696] by
- remove say, and drop to 5.008
- 09:22 Changeset [15695] by
- add a composed method remove more unwanted clutter
- 09:00 Changeset [15694] by
- fixed encapsulation, ie my tat code
- 08:33 Changeset [15693] by
- Add missing "use utf8" in Padre::Locale and remove the hack
- 08:32 Changeset [15692] by
- Fix missing 'no strict ref'
- 07:10 Changeset [15691] by
- Update the messages.pot file
- 06:44 Changeset [15690] by
- Various improvements
- 06:41 Changeset [15689] by
- Typo
- 06:41 Changeset [15688] by
- Inline Class::Unload as Padre::Unload so we can do an enhanced version
- 03:10 Changeset [15687] by
- Update the messages.pot file
- 02:36 Changeset [15686] by
- Removed our use of Mouse
- 02:31 Changeset [15685] by
- Noting the comment change
- 02:23 Changeset [15684] by
- The use utf8 broke Padre utterly, removed it
- 00:01 Changeset [15683] by
- sync to trunk, only.
08/18/11:
- 23:10 Changeset [15682] by
- Update the messages.pot file
- 22:32 Changeset [15681] by
- Update french translation
- 22:30 Changeset [15680] by
- fixed another encapsulation also a critic () error
- 22:29 Changeset [15679] by
- Add missing "use utf8" in Padre::Locale
- 22:11 Changeset [15678] by
- fixing more of my tat
- 20:58 Changeset [15677] by
- remove old comments tidy code
- 20:48 Changeset [15676] by
- add a composed method add human readable names
- 19:36 Ticket #1308 (Padre-Plugin-FormBuilder has a really minor test failure when run on linux) created by
- There is a minor test failure when run on linux. It simply looks like the …
- 19:20 Ticket #1307 (Preferences->External tools diff tool dialog has a *.* filter that doesn't ...) created by
- If I try to setup an external diff tool via the preferences dialog I …
- 19:18 Changeset [15675] by
- start on fixing my tat, one encapsulation down :
- 15:28 Changeset [15674] by
- Some cleaning
- 15:10 Changeset [15673] by
- Update the messages.pot file
- 14:31 Changeset [15672] by
- Padre will launch again
- 14:22 Changeset [15671] by
- Stripping a couple of things that don't work
- 14:00 Changeset [15670] by
- Capitalisation typo
- 12:56 Changeset [15669] by
- Added the last of the wx stuff we need in the short term. Left out media, …
- 12:25 Changeset [15668] by
- Converted more constants. Tweaked the constant generator so it deals with …
- 11:58 Changeset [15667] by
- And another checkpoint
- 11:51 Changeset [15666] by
- Fixing newlines
- 11:50 Changeset [15665] by
- On a crazy while, I did all the :s... tags at once
- 11:40 Changeset [15664] by
- Aaaaand another checkpoint
- 11:10 Changeset [15663] by
- Update the messages.pot file
- 11:08 Changeset [15662] by
- And another checkpoint
- 11:01 Changeset [15661] by
- Remapping :aui constants
- 10:58 Changeset [15660] by
- Checkpoint commit of more constant remapping
- 08:45 Changeset [15659] by
- Converted the :sizer constants. I'm sick of writing all the specific ones …
- 08:40 Ticket #1306 (Locale: move 'fr-fr' to just 'fr') created by
- The translation for the french language has initially been created as …
- 08:16 Ticket #1305 (Save files in background) created by
- Flushing files to disk could take very long on slow links. "Save" should …
- 08:03 Changeset [15658] by
- Converted the :dialog constants Wx::wxCANCEL --> Wx::CANCEL Wx::wxCENTRE …
- 07:47 Changeset [15657] by
- Added :dialog to constants
- 06:01 Changeset [15656] by
- Converting the :frame family of constants Wx::wxBOTH --> …
- 05:35 Changeset [15655] by
- Wx::wxDF_TEXT --> Wx::DF_TEXT
- 03:58 Changeset [15654] by
- Converted Wx::wxTheClipboard to Wx::TheClipboard?
- 03:48 Changeset [15653] by
- Converting :id to new constants Wx::wxID_* --> Wx::ID_*
- 03:34 Changeset [15652] by
- Converted the :textctrl constants. Wx::wxTE_* --> Wx::TE_*
- 03:28 Changeset [15651] by
- Fix exempted filename
- 01:22 Changeset [15650] by
- First phase of Wx constant renaming, in lib only. Wx::wxDefaultSize --> …
- 00:38 Changeset [15649] by
- Set binmode on the filehandles during the replace, so we don't change the …
- 00:35 SvnMimeTypes edited by
- (diff)
08/17/11:
- 23:10 Changeset [15648] by
- Update the messages.pot file
- 22:58 Changeset [15647] by
- Fix HTML for clean XHTML 1.0 validation
- 22:27 Changeset [15646] by
- po_stats/HTML: Show all languages from all projects
- 22:20 Changeset [15645] by
- Update/Add? french translation
- 22:09 Changeset [15644] by
- working, but code is v messy, lots to do still
- 22:07 Changeset [15643] by
- Set eol-style to unix
- 21:14 Changeset [15642] by
- Update french translation
- 20:35 Changeset [15641] by
- Adding use t::lib::Padre
- 20:34 Changeset [15640] by
- Fixing dash
- 20:27 Changeset [15639] by
- Adding the experimental wxDefaultSize --> DefaultSize? transform
- 20:18 Changeset [15638] by
- Update french translation
- 20:17 Changeset [15637] by
- svn:ingore => MYMETA.json
- 20:09 Changeset [15636] by
- Fix ugly hack
- 20:04 Changeset [15635] by
- [LaTeX plugin] add some more commands+environments
- 20:03 Changeset [15634] by
- Updating badcode exemptions
- 20:00 Changeset [15633] by
- Fix newlines
- 19:37 Changeset [15632] by
- Adding :systemsettings
- 19:34 Changeset [15631] by
- Removed config setting
- 19:14 Changeset [15630] by
- Switching to a manual exporter as a half-way step to further shortening
- 16:59 Changeset [15629] by
- Updated Padre Italian translation
- 15:22 Changeset [15628] by
- slowly moving forward tidy up dialogue
- 15:14 Changeset [15627] by
- po_stats.pl: add a link to the translation page in the wiki to motivate …
- 15:10 Changeset [15626] by
- Update the messages.pot file
- 15:05 Ticket #1304 (unnecessary horizontal scrollbar) created by
- How to reproduce: open an empty file in Padre. Still, there is a …
- 14:59 Changeset [15625] by
- fix some 'fuzzy' Spanish translations: down to 15 untranslated strings
- 14:40 Changeset [15624] by
- [0.90 branch] updated German translation - all strings translated
- 14:34 Ticket #1303 (nicer error messages for Deparse) created by
- Currently, if the user does something wrong, e.g. selecting an …
- 14:29 Ticket #1302 (Deparse feature and Moose) created by
- The "Deparse" feature and Moose behave a bit strangely when they are …
- 14:29 Changeset [15623] by
- This is Perl, we use underscores
- 13:18 Changeset [15622] by
- Replace in Files is now active and can break your computer!
- 13:09 Changeset [15621] by
- Fixed bug in line search
- 12:41 Changeset [15620] by
- - We now SetEndAtLastLine?(0) on editor panels so you can scroll one page …
- 12:15 Changeset [15619] by
- be consistent with our storage of swarm editor resources
- 12:14 Changeset [15618] by
- bad idea to destroy this here.
- 11:53 Changeset [15617] by
- Added "Wx::Scintilla - Latest Scintilla in a box" by $meMeME :)
- 11:21 Changeset [15616] by
- Noting that Wx::Scintilla is now compulsory. azawawi++
- 11:17 Changeset [15615] by
- - Wx constants are now Wx::FOO instead of Wx::wxFOO... and these ones are …
- 11:17 Changeset [15614] by
- Commenting out the locale diag, since it's not really relevant to …
- 11:10 Changeset [15613] by
- Update the messages.pot file
- 10:52 Changeset [15612] by
- Small nudge in Changes
- 10:35 Changeset [15611] by
- 0.21_08 is now released as stable 0.22 to the *unsuspecting* world
- 10:28 Changeset [15610] by
- Updated perl_editor.pl to set the style bits to whatever the Perl lexer …
- 10:25 Changeset [15609] by
- Do not assume that Wx::STC needs to be loaded. Later we can fix Wx::wxSTC_ …
- 10:10 Changeset [15608] by
- Set the style bits (default: 5) needed by the current Scintilla lexer. In …
- 09:54 Changeset [15607] by
- - Added Replace in Files using matching logic to Find in Files (ADAMK) …
- 08:27 Changeset [15606] by
- Added tests for, and debugged, Padre::Search::scalar_count_all and …
- 08:10 Changeset [15605] by
- Bumped version to 0.21_08
- 08:09 Changeset [15604] by
- [Wx::Scintilla] The following variable interpolation patterns are now …
- 07:59 Changeset [15603] by
- Added a TRACE statement
- 07:50 Changeset [15602] by
- - Wx doesn't seem to let us change the PaneBorder? setting after pane …
- 07:10 Changeset [15601] by
- Update the messages.pot file
- 06:50 Changeset [15600] by
- fix global transport loopback with a filthy hack
- 06:38 Changeset [15599] by
- enable the editor and resource trackers in both global and local universe
- 04:44 Changeset [15598] by
- All the front end logic for replace in files works, but the backend search …
- 04:13 Changeset [15597] by
- More nudging towards working
- 04:02 Changeset [15596] by
- roll version , move to task api version 2.?.? add plugin_interfaces for …
- 03:36 Changeset [15595] by
- Completed (untested) first solid implementation of the ReplaceInFiles? …
- 02:55 Changeset [15594] by
- - Added plugin compatibility tracking to Padre::Search (ADAMK)
- 02:53 Changeset [15593] by
- Added a dedicated (and probably much faster and memory efficient) …
- 02:36 Changeset [15592] by
- Removed a use of ->handle from directory browse
- 02:15 Changeset [15591] by
- - Padre::Task::running is now Padre::Task::is_child, which is what it …
- 01:56 Changeset [15590] by
- Marginally less evil way to create the inbox and circular reference
- 01:53 Changeset [15589] by
- - Padre::Task objects are no longer aware they are being surrounded by a …
- 01:31 Changeset [15588] by
- Remove deprecated class
08/16/11:
- 23:06 Changeset [15587] by
- Update french translation (still much to do)
- 22:37 Changeset [15586] by
- Add french translation
- 22:27 Changeset [15585] by
- Add french translation
- 22:20 Changeset [15584] by
- Add french translation
- 22:08 Changeset [15583] by
- Update french translation
- 22:02 Changeset [15582] by
- Update french translation
- 21:55 Changeset [15581] by
- Update french translation
- 21:50 Changeset [15580] by
- Update french translation
- 21:43 Changeset [15579] by
- Add french translation
- 21:28 Changeset [15578] by
- Update french translation
- 21:17 Changeset [15577] by
- Update french translation
- 21:08 Changeset [15576] by
- Update french translation
- 21:04 Changeset [15575] by
- just a couple of tiny steps forward tidy up dialog start to make gui …
- 19:10 Changeset [15574] by
- Update the messages.pot file
- 18:51 Ticket #1301 (Padre::Plugin::FormBuilder kills Padre on reload :() created by
- On second use it kills Padre. Can't locate object method "new" via …
- 15:56 Changeset [15573] by
- Initial experiment with shortened constant names
- 15:39 Changeset [15572] by
- Protect the regex integrity against a bug in specifying the sub name
- 15:26 PadrePluginCookbookRecipie05 edited by
- (diff)
- 15:25 PadrePluginCookbookRecipie05 edited by
- (diff)
- 15:20 Changeset [15571] by
- [0.90 branch] update German translation
- 15:10 Changeset [15570] by
- Update the messages.pot file
- 13:50 Changeset [15569] by
- fix 'About...' to 'About'
- 13:31 Changeset [15568] by
- Enable Wx API2
- 13:00 Changeset [15567] by
- more trace . add geometry to each universe. userlist working again global …
- 12:28 Changeset [15566] by
- Remove the init all handlers
- 12:15 Changeset [15565] by
- rename tests ,remove some more fluff
- 12:09 Changeset [15564] by
- Version bump to 0.91
- 11:54 Changeset [15563] by
- Setting up changes for the next round of Development
- 11:53 Changeset [15562] by
- Branching trunk for the 0.90 release
- 11:48 Changeset [15561] by
- Perl tidy of the project that Alias++ wouldnt do... fixes up a number of …
- 11:10 Changeset [15560] by
- Update the messages.pot file
- 11:03 Changeset [15559] by
- make the test actually work when there are no outstanding blockers
- 10:50 Changeset [15558] by
- Bumping version to 0.90 so waxhead can branch for release. Do so now …
- 10:45 Changeset [15557] by
- Removing superfluous …
- 10:19 Changeset [15556] by
- Added blog post "Padre is starting to smell a little bit like 1.0" Alias++
- 10:05 Ticket #1282 (Wx::Scintilla v0.21_02 and TABS) closed by
- invalid: Just checked it without Wx::Scintilla and it is the same behavior. So this …
- 09:47 Changeset [15555] by
- Updates release date for 0.21_07 cpan release
- 07:37 Changeset [15554] by
- stil broken - now with segfaults
- 07:23 Changeset [15553] by
- Added support for feature_style_gui
- 07:18 Changeset [15552] by
- fluff ~ mostly trace
- 07:16 Changeset [15551] by
- Added variable interpolation for here-docs (KHMAN++) and Bumped version to …
- 07:10 Changeset [15550] by
- Update the messages.pot file
- 05:39 Changeset [15549] by
- The expression tool now shuts down with the plugin correctly
- 05:39 Changeset [15548] by
- Don't instantiate a config object for the project unless it has a …
- 05:19 Changeset [15547] by
- 04:17 Changeset [15546] by
- Add missing copyright
- 04:10 Changeset [15545] by
- Missing use Padre::Feature
- 03:26 Changeset [15544] by
- - Replaced Dump... menu in the Developer Plugin with a more general Dump …
- 03:10 Changeset [15543] by
- Update the messages.pot file
- 02:54 Changeset [15542] by
- Added Padre::Document::Perl->ppi_dump for quick access to the PPI::Dumper …
- 02:47 Changeset [15541] by
- - Added experimental config setting feature_style_gui to allow major GUI …
- 02:23 Changeset [15540] by
- Don't blank the output when typing
- 02:08 Changeset [15539] by
- Adding experimental feature for the rest of the GUI to inherit the colour …
08/15/11:
- 23:17 Changeset [15538] by
- Start tweaking POD and some tidy
- 23:16 Changeset [15537] by
- start of validation of diff/patch files, and some tidy
- 22:40 Changeset [15536] by
- start of validation of diff/patch files
- 22:18 Ticket #1300 (Tabs are all confused) created by
- 1. from plugin debug, new expression: $self->main->current->project …
- 19:10 Changeset [15535] by
- Update the messages.pot file
- 17:12 Changeset [15534] by
- - Added an Expression Tool to the Developer plugin so you can explore the …
- 15:10 Changeset [15533] by
- Update the messages.pot file
- 14:10 Changeset [15532] by
- $on -> $show (mostly). Makes the = line up pertier
- 13:59 Changeset [15531] by
- Squelch some warnings
- 13:53 Changeset [15530] by
- Moving the FBP file to a more standard path and filename
- 13:51 Changeset [15529] by
- This stuff shouldn't be in t
- 13:44 Changeset [15528] by
- [LaTeX plugin] bump interface version for compatibility with latest Padre
- 13:43 Changeset [15527] by
- add framesubtitle
- 13:17 Changeset [15526] by
- - The editor change dwell time (the time between when you stop typing and …
- 11:50 Changeset [15525] by
- Less magic values
- 11:36 Changeset [15524] by
- Recolor the document to make sure we do not accidentally remove syntax …
- 11:10 Changeset [15523] by
- Update the messages.pot file
- 10:29 Changeset [15522] by
- Properly use the wxSTC constant for indicators mask instead of a magic …
- 10:14 Changeset [15521] by
- Fix method name typo in TRACE()
- 09:03 Changeset [15520] by
- Remove the hack, it looks like the syntax highlighter is the cause of the …
- 08:38 Changeset [15519] by
- Updated release date for 0.21_06 in Changes [Wx::Scintilla]
- 08:23 Ticket #1292 (File New Perl 5 Script/template/test crashing in trunk) closed by
- not a bug: 'Template::Tiny' is already required to be installed in Padre's …
- 08:19 Changeset [15518] by
- Documenting a large chunk of the Padre::Task API
- 08:18 Changeset [15517] by
- Stop ignoring syntax checking errors without an actual type
- 08:04 Changeset [15516] by
- Added the real name of sugar++ in Changes entry
- 06:42 Changeset [15515] by
- add and remove a tremendous degree of fluff and TRACE() Start cutting …
- 03:35 Changeset [15514] by
- Noting how evil the circular reference is
- 03:10 Changeset [15513] by
- Update the messages.pot file
- 02:56 Changeset [15512] by
- Integrating the expression dialog with plugin_disable
- 02:53 Changeset [15511] by
- Adding skeleton for the new expression evaluator (part of the developer …
- 02:48 Changeset [15510] by
- Added wrapper method ->message to the actual task object
- 02:42 Changeset [15509] by
- Bug fix in task class checking
- 02:34 Changeset [15508] by
- Padre::Role::Task now has full POD documentation
- 02:34 Changeset [15507] by
- Reverting task_schedule returning the task object. It again returns true …
- 02:31 Changeset [15506] by
- Win32::SW_FOO constants need to be called as Win32::SW_FOO() because we …
- 02:31 Changeset [15505] by
- Actually, lets not do that
- 02:22 Changeset [15504] by
- Ensure Win32 constants are available on Windows
- 02:18 Changeset [15503] by
- Slightly improve the colourise problem by stimulating the colourisation …
- 01:18 Changeset [15502] by
- Fix Padre::Role::Task::task_request allowing requestors access to the task …
- 00:17 Changeset [15501] by
- Adding expression evaluator to replace the "Dump" menu entries in the …
08/14/11:
- 23:44 Changeset [15500] by
- Initial import of Plug-in Patch supports perl dev -a -t …
- 21:57 Changeset [15499] by
- Swarm - break nearly everything in pursuit of better transport layer. …
- 21:40 SvnMimeTypes edited by
- Add information about Dolmen disagreement on text/x-perl (diff)
- 21:02 SvnMimeTypes edited by
- (diff)
- 19:35 Ticket #1299 (Space bar doesn't work in editor) created by
- With Padre from trunk (r15498) on Ubuntu Natty with Unity, I can't type …
- 16:01 Changeset [15498] by
- Actions may be called from anywhere, not only from the menu (now passing …
- 15:29 Ticket #1270 (Padre::Plugin::SpellCheck, fix for missing version) closed by
- not relevant: only error from svn trunk, works from CPAN
- 15:10 Changeset [15497] by
- Update the messages.pot file
- 14:02 Changeset [15496] by
- I think he's earned it
- 13:54 Changeset [15495] by
- Adding patch plugin
- 13:40 SvnMimeTypes edited by
- Add *.psgi (diff)
- 13:39 SvnMimeTypes edited by
- text/x-perl -> application/x-perl (diff)
- 12:10 Changeset [15494] by
- unblock the nonblocking dequeue from TaskHandle?. Fixup logic for on_finish …
- 11:34 Changeset [15493] by
- svn:mime-type=text/plain for README, LICENSE, COPYING and Changes
- 11:14 Changeset [15492] by
- add solarize editor theme contributed by 'sugar' ++
- 11:10 Changeset [15491] by
- An improved Perl editor (to be ported later into Padre) that takes use of …
- 11:10 Changeset [15490] by
- Update the messages.pot file
- 11:08 SvnMimeTypes edited by
- Fix svn:mime-type for images (diff)
- 11:06 Changeset [15489] by
- Niggly layout stuff
- 11:04 SvnMimeTypes edited by
- auto-props are not system independent: svn-eol=native is what handles … (diff)
- 10:59 Changeset [15488] by
- Fix svn:mime-type on padre.ico
- 10:59 Changeset [15487] by
- Oops
- 10:08 Changeset [15486] by
- Fixed a ton of miscellaneous non-existant $self->method methods
- 09:57 Changeset [15485] by
- Allow mutating $_ in list expressions
- 09:50 Changeset [15484] by
- More size fixes to sample Perl editor in Wx::Scintilla
- 09:44 Changeset [15483] by
- Perl tidy Padre::Document::Perl
- 09:43 Changeset [15482] by
- Read sample from share/perl-test-interpolation.pl.txt in perl_editor.pl
- 09:42 Changeset [15481] by
- Adding experimental capture_mouse method
- 09:39 Changeset [15480] by
- First step in preparing a better test case for Wx::Scintilla variable …
- 09:04 Changeset [15479] by
- Added feature_devel_endstats_options
- 08:49 Changeset [15478] by
- feature_devel_endstats and feature_devel_traceuse are now in …
- 08:46 Changeset [15477] by
- Fix a syntax error that was introduced in r15476 (azawawi--)
- 08:39 Changeset [15476] by
- Added feature_devel_traceuse (disabled by default) and …
- 08:23 Changeset [15475] by
- D::TU -> Devel::TraceUse? in dev
- 08:09 Changeset [15474] by
- About dialog: fix Alien::wxWidgets version reporting
- 07:58 Changeset [15473] by
- Fix build failure on wxWidgets 2.8.10 (MARKD++)
- 07:58 Ticket #1003 (Undo and redo's shortcuts do not show up in the menu) closed by
- duplicate
- 07:48 Changeset [15472] by
- Bumped version to 0.21_06 and updated Changes
- 07:47 Changeset [15471] by
- Take 2 of the awesome KHMan's LexPerl?.cxx patch from Scintilla interest …
- 07:19 Changeset [15470] by
- Fixed 04-config.t failure
08/13/11:
- 23:34 Ticket #1298 (Changing font in preferences is not applied to existing editors) created by
- When the font is changed using the preference dialog, the new font is only …
- 20:05 Ticket #1293 (task signal test failed during CPAN Upgrade (0.86 to 0.88)) closed by
- fixed
- 20:04 Changeset [15469] by
- Padre should not exit with running threads
- 20:04 Changeset [15468] by
- Known Padre exit-with-threads error should not stop installation
- 19:17 SvnMimeTypes edited by
- fix fatal typo: svn:mine-type => svn:mime-type (diff)
- 19:05 Changeset [15467] by
- Fix EOL to Unix in Makefile.PL
- 16:51 Ticket #1297 (Ubuntu Natty: default font is not monospaced) created by
- When starting Padre with a clean config (no config at all) on Ubuntu Natty …
- 16:15 Ticket #1296 (FindFast: Ctrl+V doesn't paste into search box) created by
- * Open a document in Padre * Press Ctrl+F to launch FastFind? (the search …
- 16:06 Ticket #1295 (Taskbar icon is blurry on Ubuntu with Unity desktop) closed by
- fixed: Fixed in r15466. Just hope I do not break other platforms.
- 16:03 Changeset [15466] by
- Fix #1295: blurry icon in Unity taskbar The main application icon …
- 13:56 Ticket #1295 (Taskbar icon is blurry on Ubuntu with Unity desktop) created by
- Looks like the icon from the application as it appears in the Unity panel …
- 13:15 Changeset [15465] by
- Finish 'dev.pl' => 'dev' The dev script was included in release 0.88 as …
- 11:10 Changeset [15464] by
- Update the messages.pot file
- 09:54 Changeset [15463] by
- Fixes in menu labels: - add _ shortcut to File and Tools menu (TODO others …
- 09:12 Changeset [15462] by
- Update french translation
- 03:10 Changeset [15461] by
- Update the messages.pot file
- 02:51 Changeset [15460] by
- Make sure Padre::Wx::Editor always consistently uses it's own ->config …
- 02:47 Changeset [15459] by
- Padre::Wx::Editor->config will pick up the project's custom config if …
- 02:23 Changeset [15458] by
- Pass the config object down through the stack of editor styling methods
- 01:59 Changeset [15457] by
- Remove Padre::Wx::Editor::_color and convert to using the identical …
- 01:06 Changeset [15456] by
- Renamme dev.pl to dev in Padre::Manual::Hacking
- 00:44 Changeset [15455] by
- steal a taskmanager test from Padre/t
- 00:16 Changeset [15454] by
- Moved external_diff_tool setting to bin_diff and added new bin_shell …
08/12/11:
- 23:56 Changeset [15453] by
- Improve "Dump %INC" in Dev plugin: add order and $VERSION
- 23:35 Changeset [15452] by
- More Storable tests
- 23:20 Changeset [15451] by
- Add Devel::TraceUse? feature to 'dev' with --use
- 23:14 Ticket #1294 (Space in text field for pref "editor_right_margin_colum" stops Padre) created by
- How to reproduce: 1. Tools > Preferences > Appearance 2. Text field for …
- 16:05 Changeset [15450] by
- remove pointless event registration , update tests
- 15:58 Changeset [15449] by
- local multicast transport simplified
- 15:10 Changeset [15448] by
- Update the messages.pot file
- 15:03 Changeset [15447] by
- the makings of a simpler swarm client
- 13:05 Changeset [15446] by
- Typo fix
- 12:52 Changeset [15445] by
- move compatibility w/ Padre::Wx::Editor
- 12:16 Changeset [15444] by
- update Changes for SVN plugin
- 12:13 Changeset [15443] by
- #1290 change alternate colour to be derived.
- 11:12 Changeset [15442] by
- Perl tidy
- 11:10 Changeset [15441] by
- Update the messages.pot file
- 10:29 Changeset [15440] by
- Updated release date for 0.21_05 CPAN release
- 10:19 Changeset [15439] by
- Fixed a missing C++ compilation error
- 10:15 Ticket #916 (Perl syntax highlighting: highlight interpolated variables and special ...) closed by
- fixed: Scintilla 0.21_05 fixes this ticket by a recent patch on Scintilla …
- 10:00 Changeset [15438] by
- Added the exact copy of perl-test-interpolation.pl by Kein-Hong Man …
- 09:58 Changeset [15437] by
- Early integration of the 'Perl variable interpolation' patch by Kein-Hong …
- 09:55 Ticket #1293 (task signal test failed during CPAN Upgrade (0.86 to 0.88)) created by
- cpan upgrade Padre failed because of this failed test: t/27_task_signal.t …
- 09:46 Changeset [15436] by
- Added some string variable interpolation in share/editor.pl
- 09:44 Ticket #1292 (File New Perl 5 Script/template/test crashing in trunk) created by
- Happens on ubuntu 10.04, padre version 0.89
- 08:48 Changeset [15435] by
- Refactoring the way we set up Padre::Wx::Editor objects so we do less work …
- 08:27 Changeset [15434] by
- Added ->preview_config which generates a new valid config object …
- 08:14 Changeset [15433] by
- Added ->clone to Padre::Config
- 07:23 Changeset [15432] by
- #1290 - fast find text entry colours now derived from system theme.
- 07:12 Ticket #1291 (Code folding icons missing) created by
- * Open a Perl file * View -> Enable code folding * Look for a sub There …
- 07:10 Changeset [15431] by
- Update the messages.pot file
- 07:08 Changeset [15430] by
- #1290 derive a ~sensible alternate list item background, based on system …
- 06:26 Ticket #1290 (Cooking up your own colours for controls and backgrounds is Rude!) created by
- See Tools -> Preferences -> Advanced or Tools -> Key Bindings when …
- 05:48 DownloadCPAN edited by
- (diff)
- 05:31 DownloadCPAN edited by
- (diff)
- 05:25 Changeset [15429] by
- Moving a couple of things earlier so they don't rerun for every document …
- 05:24 DownloadCPAN edited by
- metacpan link (diff)
- 03:57 Changeset [15428] by
- Adding a new badcode.t test to look for methods being used that don't …
- 03:22 Changeset [15427] by
- When we load ':everything' don't load Padre::Util::Win32 unless we are on …
- 03:15 Changeset [15426] by
- Update the messages.pot file
- 02:17 Changeset [15425] by
- A few more shortcutting tweaks
- 02:15 Changeset [15424] by
- Shortcut on is_unused documents properly again
- 01:27 Changeset [15423] by
- Don't underline the indent area
- 01:08 Changeset [15422] by
- blockers.t now fails elegantly instead of dumping a bajillion line webpage …
- 00:58 Changeset [15421] by
- - When the syntax checker is rescanning after a document change, clear the …
- 00:53 Changeset [15420] by
- Moved task_reset from view_close to the more generic view_stop
- 00:51 Changeset [15419] by
- - Converted outline from timer polling with length shortcutting to the new …
- 00:48 Changeset [15418] by
- - TRACE() calls now use epoch microsecond timestamps instead of localtime …
08/11/11:
- 20:01 Ticket #1187 (Run This Test) closed by
- fixed: The non-windows part of r15121 now in r15417
- 19:56 Changeset [15417] by
- The non-windows part of r15121, bowtie++ for noticing
- 18:01 Changeset [15416] by
- YAML files have .yml extension
- 16:23 Changeset [15415] by
- deleted MANIFEST to enable Makefile.PL to run, Alias++
- 16:14 Changeset [15414] by
- - Added support for previewing frames without crashing
- 15:12 PadrePluginCookbookRecipie05 edited by
- (diff)
- 15:10 Changeset [15413] by
- Update the messages.pot file
- 13:25 DownloadDebian edited by
- (diff)
- 12:46 PadrePluginCookbookRecipie05 edited by
- (diff)
- 12:12 Changeset [15412] by
- Perl tidy my previous commits
- 12:09 Changeset [15411] by
- Underline the syntax warning/error line with an orange or red squiggle …
- 12:04 Changeset [15410] by
- Add a new test for testing all easily testable actions
- 11:48 Changeset [15409] by
- Move ESC key handling into an action
- 11:43 Ticket #1288 (Enter inserts two blank lines) closed by
- duplicate: Same as http://padre.perlide.org/trac/ticket/1286
- 11:36 Changeset [15408] by
- Start using INDICATOR_XXX constants instead of 0..2 digits in …
- 11:20 Changeset [15407] by
- Add a new xt test, try it, discuss it and remove it if it's not wanted.
- 11:17 Changeset [15406] by
- - Converted syntax checker from timer polling with hash shortcutting to …
- 11:10 Changeset [15405] by
- Update the messages.pot file
- 11:02 Changeset [15404] by
- File Reload All/Some? was not working as expected
- 10:57 Changeset [15403] by
- Handle crash when File/delete is called on an Unsaved document
- 10:41 Changeset [15402] by
- Underline the syntax error line with a red squiggle indicator
- 10:23 Changeset [15401] by
- Makefile should require modules not packages
- 10:20 Ticket #1239 (Padre::Plugin::PerlTidy, patch for using perltidyrc from trunk/tools when ...) closed by
- fixed: applied in r15400
- 10:17 Changeset [15400] by
- Apply patch from #1239
- 09:57 Changeset [15399] by
- Added a sensible minimum version of Module::CoreList?
- 09:50 Changeset [15398] by
- Adding CGI dependency to ensure we have CGI::escapeHTML
- 09:20 Changeset [15397] by
- Remove warnings - sorry for leaving them
- 09:00 Changeset [15396] by
- - Only allow PNG and ICO images by default, saving 4meg of RAM (ADAMK)
- 07:13 Changeset [15395] by
- Fixed Changes, lines gone wrong after the silent release
- 07:13 Changeset [15394] by
- Fix Editor.pm syntax error
- 07:10 Changeset [15393] by
- Update the messages.pot file
- 06:43 Changeset [15392] by
- Fix spelling typo in Changes
- 06:19 Changeset [15391] by
- Elevating Capture::Tiny to a full dependency
- 05:58 Changeset [15390] by
- - In Padre::Editor the smart highligh methods are how smart_highlight_show …
- 05:56 Changeset [15389] by
- Various minor refactoring, a few changes to method names to make them …
- 05:45 Changeset [15388] by
- Prevent on_change events occuring when the editor being changed is not the …
- 04:47 Changeset [15387] by
- Removing another warning
- 04:46 Changeset [15386] by
- Remove spurious warning
- 04:41 Changeset [15385] by
- Fix a digest related warning
- 03:59 Changeset [15384] by
- Added missing use
- 03:55 Changeset [15383] by
- - Added a change dwell mechanism to the editor panels, which gives any …
- 02:10 Changeset [15382] by
- Clarifying the incompatible change
- 02:09 Changeset [15381] by
- Changes which do not break API compatibility for plugins should be listed …
- 01:48 Changeset [15380] by
- fix failure due to version number mismatch
08/10/11:
- 23:10 Changeset [15379] by
- Update the messages.pot file
- 19:30 Changeset [15378] by
- Upgrade backup interval
- 19:22 Ticket #1289 (Default Project Folder option non-operational on Windows 7) created by
- The Default Project Folder under Tools->Preferences, Behavior appears to …
- 19:18 Changeset [15377] by
- tidy up
- 19:12 Changeset [15376] by
- Make backup working again #105
- 19:10 Changeset [15375] by
- Update the messages.pot file
- 19:03 Changeset [15374] by
- fix interpolation bug
- 18:52 Ticket #1287 (Running find in files crashes Padre) closed by
- fixed: Fixed in r15372
- 18:52 Changeset [15373] by
- tidy up
- 18:50 Changeset [15372] by
- Fix #1287: Perl is not Java
- 18:04 Ticket #1288 (Enter inserts two blank lines) created by
- Position the cursor at the start of the line. Whitespace doesn't matter. …
- 15:53 Changeset [15371] by
- Completed first useful version of the parser tool
- 15:11 Changeset [15370] by
- The syntax checker is now more accurate when typing faster by using …
- 15:10 Changeset [15369] by
- Update the messages.pot file
- 14:43 PadrePluginCookbookRecipie05 edited by
- (diff)
- 14:30 Changeset [15368] by
- updated Changes
- 14:24 Changeset [15367] by
- The functions and syntax check windows was not being cleared properly when …
- 14:08 Changeset [15366] by
- Changed the layout
- 13:12 Changeset [15365] by
- updating with release announcement link
- 12:30 Changeset [15364] by
- Added 'Hunting a Padre bug' by Sebastian Willing (Sewi++)
- 12:22 Changeset [15363] by
- The Parser Tool dialog now obeys plugin_unload correctly
- 12:09 Changeset [15362] by
- Pointless ->braces() always seem to distract me, it's not perlish
- 12:06 Changeset [15361] by
- Fixed Changes. azawawi--
- 12:02 Changeset [15360] by
- Comment update
- 11:59 Changeset [15359] by
- Shortening a few ->main->ide->config to ->config
- 11:55 Changeset [15358] by
- Noting Padre::Document breakage
- 11:39 Changeset [15357] by
- Fix "open in file browser" failure under Windows 7 as a result of r15174
- 11:37 Changeset [15356] by
- Nudge
- 11:10 Changeset [15355] by
- Update the messages.pot file
- 11:09 Changeset [15354] by
- Refactoring the function list code a bit more
- 10:57 Ticket #1286 (Too many newlines pressing ENTER on a blank line) closed by
- fixed: fixed in r15353
- 10:57 Changeset [15353] by
- Fix #1286: Too many newlines
- 10:46 Changeset [15352] by
- More cleaning up of the functions stuff
- 10:01 Changeset [15351] by
- Tidy Changes a bit from previous commit
- 09:58 Changeset [15350] by
- feature_devel_endstats: Padre Run script now supports Devel::EndStats? …
- 08:33 Changeset [15349] by
- Added feature_devel_endstats. The purpose of this configuration parameter …
- 08:19 Changeset [15348] by
- More emphasis via bold on diff/patch addition, deletions and commands
- 08:11 Changeset [15347] by
- First let us revamp the diff style. Red background for deleted stuff, …
- 07:40 DownloadMacOSX edited by
- Added more info about the DMG and how to build from source. (diff)
- 07:27 Ticket #932 (Cannot adjust font setting) closed by
- cannot reproduce: This appears to have been fixed, at least on OSX with Padre 0.88.
- 07:20 Ticket #1269 (Padre 0.86 on OSX DMG crashes) closed by
- fixed: I believe this is fixed with #1272.
- 07:16 Changeset [15346] by
- Added the blog entry "Padre 0.88 - Internals refactoring completed!" by …
- 07:10 Changeset [15345] by
- Update the messages.pot file
- 04:59 Changeset [15344] by
- Typo fix, and removing more code that is no longer in use
- 03:48 Changeset [15343] by
- Minor variable name cleaning
- 03:47 Changeset [15342] by
- Remove Padre::Document::Perl::goto_sub now that we have …
- 03:10 Changeset [15341] by
- Update the messages.pot file
- 02:57 Changeset [15340] by
- Moved the Function List "goto function" logic into Padre::Editor as …
- 02:49 Changeset [15339] by
- Removing more code if folding is disabled
08/09/11:
- 22:17 Changeset [15338] by
- Drag plugin_versions forward so plugin loads again . compat ~0.86 ? …
- 22:15 Changeset [15337] by
- fix Sync config DELETE to sense the correct success response
- 18:19 PadrePluginCookbookRecipie05 edited by
- (diff)
- 16:03 PadrePluginCookbookRecipie05 edited by
- (diff)
- 15:42 Ticket #1285 (osx test failure - xt/mimetype.t fails on osx Lion) closed by
- fixed: This was fixed by the fix in r15301
- 15:34 PadrePluginCookbookRecipie05 edited by
- (diff)
- 15:10 Changeset [15336] by
- Update the messages.pot file
- 14:59 SandBox edited by
- (diff)
- 14:11 Changeset [15335] by
- tag Padre-0.88
- 14:07 Changeset [15334] by
- Whitespace
- 14:07 Release_History edited by
- (diff)
- 13:53 Changeset [15333] by
- Comment on why we are doing package ## no critic \n Wx;
- 13:50 Changeset [15332] by
- merging indexer fix from trunk
- 13:38 Changeset [15331] by
- Fix for indexer
- 13:28 Ticket #1283 (Downward scrolling causes every 3rd line to blank, intermittently, but ...) closed by
- fixed
- 12:57 Changeset [15330] by
- No incompatible API changes during the 0.90 release cycle... yet
- 12:54 Changeset [15329] by
- removed the comment from the 0.89 entry about no api changes from 0.84.. …
- 12:54 Changeset [15328] by
- Setting dev version back to 0.89 for the march toward 0.90 - truck is now …
- 12:51 Changeset [15327] by
- Setting the Changes file to reflect the next dev cycle
- 12:49 Changeset [15326] by
- Branching trunk for release 0.88 take 2.
- 12:48 Changeset [15325] by
- version number roll back to 0.88 for the release branch
- 12:46 Changeset [15324] by
- Release 0.88 do over, and not it has nothing to do with me being slow!
- 12:26 Changeset [15323] by
- Adding patience
- 12:25 Changeset [15322] by
- Try this now
- 12:13 Changeset [15321] by
- removing the aborted release 0.88 branch, there will be a new 0.88 branch …
- 12:12 Changeset [15320] by
- Fixing function list typo
- 12:11 Changeset [15319] by
- merged non-released branch back to trunk -r15089:15317
- 11:52 Release edited by
- (diff)
- 11:47 Changeset [15318] by
- Open the way for probably the last development release of Wx::Scintilla, …
- 11:41 Changeset [15317] by
- bring the version number to up 0.89 to avoid conflict for merge to trunk …
- 11:39 Changeset [15316] by
- Debolding ultraedit
- 11:24 Changeset [15315] by
- release 0.11 of Hyppolit
- 11:22 Changeset [15314] by
- finish the open registration close registration command: Hyppolit trac!
- 11:21 Changeset [15313] by
- Updated Changes for 0.20_04 CPAN release
- 11:20 Changeset [15312] by
- Fixed a drawing bug for transparent boxed indicators. This caused Padre …
- 11:15 Ticket #1028 (Syntax highlighting in Padre using Colorer) closed by
- invalid: No need for Colorer since we have Wx::Scintilla :)
- 10:57 Ticket #1287 (Running find in files crashes Padre) created by
- Highlight something and press Ctrl+F three times: DIE: Can't locate …
- 10:55 Ticket #1286 (Too many newlines pressing ENTER on a blank line) created by
- Padre inserts two newlines instead of one if the ENTER key is being …
- 10:38 Changeset [15311] by
- add basic test to Hyppolit
- 10:37 Changeset [15310] by
- enable/disable trac registration from irc
- 10:04 Changeset [15309] by
- Avoid a copy
- 10:02 Changeset [15308] by
- Comment
- 09:45 Changeset [15307] by
- Adding test case for *glob = \&…
- 09:42 Changeset [15306] by
- Include *blog = \&... in the supported function pattern
- 09:42 Changeset [15305] by
- Fix sorting bug
- 09:32 Changeset [15304] by
- add uptime? command to Hyppolit
- 09:20 Changeset [15303] by
- Minor name/comment tweaks to the "Open Last Closed File" feature. The menu …
- 09:12 Changeset [15302] by
- "Open Last Closed File" does not depend now on Padre::DB::History. This …
- 07:32 Changeset [15301] by
- Addressing #1285, return a file as binary when a bad codepoint - non …
- 07:10 Changeset [15300] by
- Update the messages.pot file
- 06:09 Ticket #1285 (osx test failure - xt/mimetype.t fails on osx Lion) created by
- xt/mimetype.t .............. 260/522 Code point 0x950412DE is not Unicode, …
- 06:02 Changeset [15299] by
- - The Function List now recognises *function = sub { } in Perl code …
- 05:31 Changeset [15298] by
- Addressing #162 partially, move stc_updateui processing to idle. On OSX I …
- 04:13 Changeset [15297] by
- Small simplification to menu construction code, passing the parent menu to …
- 04:03 Changeset [15296] by
- Removed a Padre->ide
- 03:45 Changeset [15295] by
- Typo
- 03:42 Changeset [15294] by
- Delay loading more code, clean up Padre::Wx::Editor a bit more to get rid …
- 03:10 Changeset [15293] by
- Update the messages.pot file
- 02:20 Changeset [15292] by
- Removing more code that isn't used when various features are turned off
- 02:11 Ticket #1284 (osx Wx::Scintilla .21_04 causes Padre to scroll poorly) created by
- With Scintilla .21_04 enabled, when scrolling with gesture on OSX, the …
- 01:50 Changeset [15291] by
- Remove all of the Padre::Action entries for relevant features when they …
- 01:45 Ticket #1283 (Downward scrolling causes every 3rd line to blank, intermittently, but ...) created by
- <submersible_mib>: mib_806otp - please state your bug anyway <ccjar>: …
- 01:02 Changeset [15290] by
- Noting that Padre::Feature constants can't be moved to Padre::Constant or …
- 00:56 Changeset [15289] by
- Complete the conversion of most uses of ->feature_* to Padre::Feature::*
- 00:30 Changeset [15288] by
- - Optional feature configuration settings are now compiled into the new …
- 00:06 Changeset [15287] by
- Whitespace
08/08/11:
- 22:03 Changeset [15286] by
- added comments to Makefile.PL minor tweaks
- 21:51 PadrePluginCookbookRecipie05 edited by
- (diff)
- 21:37 PadrePluginCookbookRecipie05 edited by
- (diff)
- 21:34 PadrePluginCookbookRecipie05 edited by
- (diff)
- 21:27 PadrePluginCookbookRecipie05 edited by
- (diff)
- 21:21 PadrePluginCookbookRecipie05 edited by
- (diff)
- 21:20 PadrePluginCookbookRecipie05 edited by
- (diff)
- 21:03 PadrePluginCookbookRecipie05 edited by
- (diff)
- 21:00 PadrePluginCookbookRecipie05 edited by
- (diff)
- 15:10 Changeset [15285] by
- Update the messages.pot file
- 14:26 Ticket #1202 (Add separation bar) closed by
- fixed: applied in r15284
- 14:24 Changeset [15284] by
- Added separator
- 14:10 Ticket #1282 (Wx::Scintilla v0.21_02 and TABS) reopened by
- in Padre::Wx::menu::Run when copying $self->AppendSeparator?; to new line …
- 14:00 Changeset [15283] by
- Critic tweaks
- 13:05 Changeset [15282] by
- Perl keywords are now shown in bold font across all styles.
- 12:56 Ticket #1282 (Wx::Scintilla v0.21_02 and TABS) closed by
- cannot reproduce: Cannot reproduce. Please reopen if you are able to find a scenario. …
- 12:54 Changeset [15281] by
- Adding t::lib::Padre
- 12:52 Changeset [15280] by
- Set all the lexer keywords lists that the document provides
- 12:30 Changeset [15279] by
- Highlight Perl keywords using Scintilla
- 12:18 Changeset [15278] by
- Added sample Perl keywords highlighting to share/editor.pl
- 11:26 Changeset [15277] by
- Expose IndicatorSetUnder? and IndicatorGetUnder?
- 11:10 Changeset [15276] by
- Update the messages.pot file
- 10:57 Changeset [15275] by
- Expose IndicatorSetAlpha? and IndicatorGetAlpha?
- 09:24 Changeset [15274] by
- When spawning the fastfind dialog with text selected in the editor, …
- 09:15 Changeset [15273] by
- Cleaning up bits and pieces
- 09:07 Changeset [15272] by
- Simplifying the select all code
- 08:18 Changeset [15271] by
- Fix xt/copyright.t test failures
- 08:12 Changeset [15270] by
- Fix xt/eol.t failures
- 07:45 Changeset [15269] by
- Put in a late-starting master spawn if it wasn't spawned by Startup.pm …
- 07:35 Ticket #1272 (Padre crashes on Save, OS X 10.6.7) closed by
- fixed: Addressed by r15268
- 07:31 Changeset [15268] by
- Addressing #1272, avoid trailing pipe on FileDialog? to stop crashes during …
- 07:25 Changeset [15267] by
- Fixed the usual 04-config.t failure when adding/removing configuration …
- 07:10 Changeset [15266] by
- Update the messages.pot file
- 06:56 Changeset [15265] by
- - Removed the regex option in fast find as it doesn't make much sense to …
- 06:49 Changeset [15264] by
- give tome++ commit bit
- 06:11 Changeset [15263] by
- Merging the actionlibrary search logic into the main window code
- 03:10 Changeset [15262] by
- Update the messages.pot file
- 03:04 Changeset [15261] by
- All modules loaded before the slave master is spawned now correctly avoid …
- 02:46 Changeset [15260] by
- - Thread Slave Mastering now works for Task 2.0. This removes thread spawn …
- 02:27 Changeset [15259] by
- Unload Padre::Startup once we have cleaned up the splash screen
- 02:22 Changeset [15258] by
- Adding a separate top-level frame to act as the PlThreadEvent? conduit …
- 01:36 Changeset [15257] by
- Removed the unused feature_config, and added feature_masterthread to help …
- 00:57 Changeset [15256] by
- different form of AE + wx + threads experiment
08/07/11:
- 18:22 PadrePluginDialog edited by
- (diff)
- 18:16 Changeset [15255] by
- tweak POD tweak tests
- 18:06 Changeset [15254] by
- wrapped display text with Wx::gettext(...)
- 17:51 PadrePluginCookbookRecipie05 edited by
- (diff)
- 14:13 Ticket #1282 (Wx::Scintilla v0.21_02 and TABS) created by
- Wx::Scintilla 0.21_02 since using above I have noticed that the first TAB …
- 13:51 Changeset [15253] by
- added clean for last position in file tweak POD added more xt's
- 10:27 PadrePluginCookbookRecipie05 edited by
- (diff)
- 00:49 Ticket #1281 ([osx] Could not find system(darwin) default encoding) created by
- On OSX Lion I'm getting (currently on r15252) when I try to open a file I …
08/06/11:
- 21:50 Ticket #1280 (Padre::Logger fails when Plugin is reloaded) created by
- when run with perl dev -a -t Padre::Plugin::Cookbook::Recipe04::Main …
- 21:35 Changeset [15252] by
- added remove missing to history clean tweak to adjust lots of spelling …
- 18:31 Ticket #1258 ([osx] opening the plugin manager results in a wxWidgets Debug Alert) closed by
- cannot reproduce: Looks like this went away in trunk (testing on r15251)
- 16:44 PadrePluginDialog edited by
- (diff)
- 16:42 PadrePluginDialog edited by
- (diff)
- 16:36 PadrePluginDialog edited by
- (diff)
- 16:35 PadrePluginDialog edited by
- (diff)
- 14:54 PadrePluginCookbookRecipie05 edited by
- (diff)
- 13:04 PadrePluginDialog edited by
- (diff)
- 11:59 PadrePluginCookbookRecipie04 edited by
- (diff)
- 11:43 Plugins edited by
- (diff)
08/05/11:
- 21:00 PadrePluginCookbookRecipie05 edited by
- (diff)
- 20:01 PadrePluginCookbookRecipie05 edited by
- (diff)
- 19:38 PadrePluginCookbookRecipie05 edited by
- (diff)
- 19:34 PadrePluginCookbookRecipie05 edited by
- (diff)
- 18:00 Ticket #1279 (OSX Unsupported window created of class: NSNavOpenPanel) created by
- When opening the save dialog (save/save as) I get this warning: …
- 11:10 Changeset [15251] by
- Update the messages.pot file
- 10:21 Changeset [15250] by
- Added "use Padre::Wx ':api2'" to monkey-patch a second-generation constant …
- 07:35 Changeset [15249] by
- - Scintilla word characters are now set up per document type (ADAMK)
- 04:08 Changeset [15248] by
- Couldn't make the current line visibility stick when not focused, …
- 03:57 Changeset [15247] by
- proof of concept - latency of threads->kill signal is awful.
- 03:29 Changeset [15246] by
- Fixing vertical align
- 03:28 Changeset [15245] by
- Fixing vertical aligning
- 03:10 Changeset [15244] by
- Update the messages.pot file
- 02:35 Changeset [15243] by
- Created Padre::Wx::Frame to hold frames (so everything in …
- 02:08 Changeset [15242] by
- The new more complicated search functionality becomes complicated and …
- 01:34 Changeset [15241] by
- unidirectional example with AE doing all the socket work in a bg thread to …
- 01:27 Changeset [15240] by
- more and more AE wx quackery
- 01:23 Changeset [15239] by
- more AE + wx + thread madness
- 01:04 Changeset [15238] by
- add multicast listener to AE loop running _under_ wx in a thread
- 00:51 Changeset [15237] by
- danger danger - AnyEvent? + Wx + threads quackery
08/04/11:
- 21:48 PadrePluginCookbookRecipie05 edited by
- (diff)
- 21:46 Plugins edited by
- (diff)
- 21:23 PadrePluginDialog edited by
- (diff)
- 21:22 PadrePluginDialog edited by
- (diff)
- 21:12 PadrePluginCookbookRecipie05 edited by
- (diff)
- 19:37 Changeset [15236] by
- update to plugin interface, start using DEBUG added an icon
- 19:16 PadrePluginCookbookRecipie05 edited by
- (diff)
- 18:03 PadrePluginCookbookRecipie05 edited by
- (diff)
- 17:29 PadrePluginCookbookRecipie05 created by
- 17:07 PadrePluginDialog edited by
- (diff)
- 16:20 Plugins edited by
- (diff)
- 15:47 Changeset [15235] by
- Parser tool works now
- 15:11 Changeset [15234] by
- [LaTeX plugin] some modifications suggested by bowtie
- 15:10 Changeset [15233] by
- Update the messages.pot file
- 14:44 Plugins edited by
- (diff)
- 14:40 Ticket #1278 (Padre::Plugin::LaTeX, fix for missing version & some :)) created by
- As requested, relating to this afternoons irc, ;) […]
- 13:53 DownloadMacOSX edited by
- (diff)
- 13:51 DownloadMacOSX edited by
- (diff)
- 13:51 Changeset [15232] by
- remove the link to the ancient dmg file from the main download page
- 13:48 DownloadMacOSX edited by
- (diff)
- 13:02 Changeset [15231] by
- Module::Refresh no longer appears to be in use
- 12:59 Changeset [15230] by
- Remove name duplication
- 12:55 Changeset [15229] by
- Comment nudge
- 12:54 Changeset [15228] by
- Cleaning out some Data::Dumper code people forgot to remove
- 12:48 Changeset [15227] by
- Clearing out some little bits of dead code
- 11:53 Ticket #1099 (Ctrl-Shift-T to get last closed tab) closed by
- fixed: Fixed
- 11:52 Changeset [15226] by
- Various menu tweaks. Renamed "Open a copy" to "Duplicate"
- 11:52 Changeset [15225] by
- Implemented ticket:1099 Ctrl-Shift-T to get the last closed tab
- 11:31 Changeset [15224] by
- Critic fix
- 11:30 Changeset [15223] by
- Whitespace change
- 11:29 Changeset [15222] by
- Added missing copyright
- 11:18 Changeset [15221] by
- Initial implementation of ticket:1099 Ctrl-Shift-T to get last closed tab
- 11:10 Changeset [15220] by
- Update the messages.pot file
- 09:21 Changeset [15219] by
- - Removing the deprecated Padre::Wx::Dialog now that all dialogs have been …
- 09:18 Changeset [15218] by
- Fix a few small bugs in the snippit dialog
- 09:11 Changeset [15217] by
- - Upgraded the Insert Snippet dialog to wxFormBuilder (ADAMK)
- 07:14 Changeset [15216] by
- Completed the migration of "Insert Special Values" to wxFormBuilder
- 07:10 Changeset [15215] by
- Update the messages.pot file
- 06:18 Changeset [15214] by
- Ignore Makefile.old
- 05:55 Ticket #1277 (Folding shortkeys and improvement) created by
- I was told that Notepad++ has nice shortkeys for folding and a multi level …
- 05:39 Ticket #1276 (Compilation of padre.exe triggers virus warning) created by
- ln.exe reports "permission denied" for some output dll it tries to write …
- 04:01 Changeset [15213] by
- Refactored Sewi's backup functionality. Removed the execution of the …
- 03:52 Changeset [15212] by
- Function search nudge
- 03:10 Changeset [15211] by
- Update the messages.pot file
- 02:29 Changeset [15210] by
- Core plugins may reuse the padre icon
- 02:08 Changeset [15209] by
- Adding an is_unsaved method to identify editors which contain altered …
08/03/11:
- 22:01 Ticket #1256 (OSX Padre menu keybindings are missing / not clear) closed by
- fixed: Closed by r15208
- 21:52 osxbugs edited by
- Change the OSX bugs table to make it easier to read (diff)
- 19:47 Changeset [15208] by
- make shortcuts work on OSX as well - #1256 patched by tome
- 19:10 Changeset [15207] by
- Update the messages.pot file
- 16:08 Changeset [15206] by
- Tweaks to Special
- 15:57 Ticket #1275 ([osx] wxPerl not needed on OSX) created by
- wxPerl is not needed on OSX, and our build packager actually removes it …
- 15:10 Changeset [15205] by
- Update the messages.pot file
- 14:42 Changeset [15204] by
- Fixed routine 04-config.t test failure (Module::Starter feature removal)
- 14:00 Changeset [15203] by
- Remove Padre::File::HTTP warning that caused test suite failure
- 13:43 Changeset [15202] by
- remove a warning, one backup file per instance and remove backup file on …
- 13:33 Changeset [15201] by
- Very first try to add #105
- 12:49 Ticket #1255 (The directory browser got an undef object and may stop working now. Please ...) closed by
- duplicate: Seems to be duplicate of #1096
- 12:43 Changeset [15200] by
- Small visual change, mixing "REFRESH","DB" with "REFRESH_DB" was too easy …
- 12:40 Ticket #1244 (The menu "recent files" is not updated on history updates, only with 1 ...) closed by
- fixed: fixed in r15199
- 12:40 Changeset [15199] by
- Fix #1244: Refresh recent open files list on close
- 11:38 Changeset [15198] by
- [Wx-Scintilla] A basic Perl 6 example is now highlighting correctly
- 11:10 Changeset [15197] by
- Update the messages.pot file
- 11:09 Changeset [15196] by
- add "Support" to "Contact Us"
- 11:07 Changeset [15195] by
- Beautify code: Lowercase variable names
- 11:05 Changeset [15194] by
- Add PUT support for Padre::File::HTTP
- 10:53 Changeset [15193] by
- [Wx-Scintilla] Perl 6 is coloring stuff... basic but it is a start :)
- 10:41 Changeset [15192] by
- Bumped version to 0.21_04 and updated Changes
- 10:36 Changeset [15191] by
- [Wx-Scintilla] The rebirth of the experimental Perl 6 lexer. Updated …
- 10:26 Changeset [15190] by
- [Wx-Scintilla] Removed duplicate SetText?()
- 10:02 Ticket #1274 (--die Plugin-Manager & Pod::Abstract::Path bleeding into Padre $SIG) created by
- when you run Padre from trunk, with perl dev -a --die and open Plugin …
- 09:38 Changeset [15189] by
- Adding the skeleton for the FBP conversion of "Insert Special Values" …
- 09:22 Changeset [15188] by
- [Wx-Scintilla] CPAN Release 0.21_03
- 09:11 Changeset [15187] by
- [Wx-Scintilla] Removed an extra unneeded bracket
- 09:09 Changeset [15186] by
- [Wx-Scintilla] Fix an XS build regression
- 09:06 Changeset [15185] by
- Prepare for 0.21_03 developer release. Updated Changes
- 08:52 Changeset [15184] by
- [Wx-Scintilla] Perl->tidy()
- 08:48 Changeset [15183] by
- Removing Module::Starter integration
- 08:47 Changeset [15182] by
- Do not build XS if it is up to date on various platforms
- 08:18 Changeset [15181] by
- Trigger a smart XS build/link only if it is not up to date
- 08:08 Changeset [15180] by
- Do an explicit void return when we can't find anything
- 08:01 Changeset [15179] by
- [Wx-Scintilla] Updated Changes
- 07:59 Changeset [15178] by
- Trigger a smart object/shared library build if one of the input files is …
- 07:51 Changeset [15177] by
- [Wx-Scintilla] Makefile-like compilation dependency management
- 07:34 Changeset [15176] by
- [Wx-Scintilla] Test and install Module::Build actions invoke build first
- 06:05 Ticket #1257 (OSX Preferences window opens at maximize and cannot be resized) closed by
- fixed: This was fixed by changeset #15166 - changing the calls to layout/fit/etc. …
- 04:53 Changeset [15175] by
- fix syntax error of Alias
- 03:43 Changeset [15174] by
- - Turn off Win32::SetChildShowWindow? so that ordinary system() calls …
- 02:43 Changeset [15173] by
- Made an %ENV setting local to avoid the need for an ugly no critic
- 01:57 Changeset [15172] by
- - Padre::DB::Migrate now has a method-based timeline that is even smaller …
- 00:46 Changeset [15171] by
- Noting the regenerated FBP files
- 00:41 Changeset [15170] by
- POD typo
- 00:35 Changeset [15169] by
- Comment nudge
08/02/11:
- 19:10 Changeset [15168] by
- Update the messages.pot file
- 16:14 Changeset [15167] by
- Reflow the form after filling with data
- 16:08 Ticket #1273 (Padre::Plugin::Swarm patch for reloading) created by
- Hope this helps, […]
- 15:57 Changeset [15166] by
- Updated dialog code to FBP::Perl 0.59 which should fix our Mac problems
- 15:45 Changeset [15165] by
- BAck to 0.03
- 15:34 Changeset [15164] by
- Updating to match FBP-Perl 0.59
- 13:35 Changeset [15163] by
- Updated wxWidgets documentation links to 2.8.12 in Padre developer tools …
- 11:10 Changeset [15162] by
- Update the messages.pot file
- 10:52 Changeset [15161] by
- Updated Changes
- 10:50 Changeset [15160] by
- Fix share/editor.pl stupid mistake azawawi--
- 10:38 Changeset [15159] by
- Bumped version to 0.21_02
- 10:37 Changeset [15158] by
- Fix OSX compilation error (tome++)
- 10:33 Changeset [15157] by
- Updated editor.pl to include 5.10 test
- 09:56 Ticket #1272 (Padre crashes on Save, OS X 10.6.7) created by
- Started up and ran OK as far as I could see, but crashed without any …
- 09:26 Changeset [15156] by
- Added Makefile.old to svn:ignore in Padre/winxs
- 08:57 Changeset [15155] by
- Perl tidy
- 08:57 Changeset [15154] by
- [Perl6] Added missing 'require IO::File'
- 08:03 Changeset [15153] by
- Updated TODO
- 07:53 Changeset [15152] by
- Updated 0.21_01 release date in Changes. A day after Scintilla 2.28 is …
- 07:50 Changeset [15151] by
- Added a TODO for SurfaceImpl::DrawRGBAImage and …
- 07:17 Changeset [15150] by
- Moving wx_scintilla_ready to Padre::Config to break a circular dependency
- 07:15 Changeset [15149] by
- Added stub SurfaceImpl::DrawRGBAImage and ListBoxImpl::RegisterRGBAImage …
- 07:10 Changeset [15148] by
- Update the messages.pot file
- 06:57 Changeset [15147] by
- Header files (.h) are now recognized as a C document
- 06:29 Changeset [15146] by
- Update README.txt
08/01/11:
- 16:08 Changeset [15145] by
- Fixed a compilation error
- 15:59 Changeset [15144] by
- Updated Changes
- 15:54 Changeset [15143] by
- We support Scintilla 2.28. Updated POD :)
- 15:50 Changeset [15142] by
- Upgrade to Scintilla 2.28 (1 August 2011 release) :)
- 15:45 Changeset [15141] by
- scintila.xs -> Scintilla.xs
- 15:38 Changeset [15140] by
- Fix the last of the compilation errors for scintilla 2.27 on win32
- 12:24 Changeset [15139] by
- Removed old files from scintilla
- 12:06 Changeset [15138] by
- 2.20 scintilla is compiling but the wrapper glue code is not working. …
- 11:53 Changeset [15137] by
- Completely switched to 2.03. Scintilla 1.79 support removed.
- 11:48 Changeset [15136] by
- Module::Build::Scintilla2 -> Module::Build::Scintilla
- 11:46 Changeset [15135] by
- Started major rename of wx-scintilla2 namespace to replace obsolete 1.x
- 11:42 Changeset [15134] by
- Started to remove support for Scintilla 1.79 in development version
- 11:39 Changeset [15133] by
- Bumped version to development version 0.21_01 in Changes and Scintilla.pm
- 11:10 Changeset [15132] by
- Update the messages.pot file
- 10:28 Changeset [15131] by
- Updated TODO and documentation
- 10:24 Changeset [15130] by
- Updated --help text in Build.PL
- 10:22 Changeset [15129] by
- Updated Changes for Wx::Scintilla. Please read. Added 'perl Build.PL …
- 10:16 Changeset [15128] by
- Build2.PL -> Tidied Build.PL
- 10:14 Changeset [15127] by
- Delete Build.PL
- 10:13 Changeset [15126] by
- Decide whether to use scintilla 1.x or 2.x in Build2.PL
- 09:54 TranslationIntro edited by
- (diff)
- 08:56 Changeset [15125] by
- Stopped hidden feature 'Replace in Files' from cannibalizing on the …
- 08:13 Changeset [15124] by
- Compatibility patch by Mark Dootson (markd++) re-applied to wx-scintilla2
- 07:39 Changeset [15123] by
- Applied patch 'Versions before 2.8.11 dont' have wxIntPtr defined' to fix …
- 07:10 Changeset [15122] by
- Update the messages.pot file
- 05:20 Changeset [15121] by
- run this test now uses -l
07/31/11:
- 14:14 Changeset [15120] by
- Removed WXPERL_W_VERSION_(GE|LT) preprocessor #ifdef(s) since there are …
- 14:06 Changeset [15119] by
- #if WXPERL_W_VERSION_GE( 2, 9, 0 | 1 ) removed from st_constants.cpp
- 14:03 Changeset [15118] by
- Deprecated constants removed. Constant renames updated
- 13:43 Changeset [15117] by
- Scintilla 2.03 is here. ./Build test works :)
07/30/11:
- 12:33 Ticket #1271 (Padre::Plugin::Plack, fix for missing version, api change) created by
- enc diff, for version, and api name change r14590 […] * I generate …
- 10:23 Plugins edited by
- (diff)
- 09:45 Ticket #1270 (Padre::Plugin::SpellCheck, fix for missing version) created by
- You need to add the following […] to SpellCheck.pm This is a …
- 09:19 Plugins edited by
- (diff)
07/29/11:
- 20:04 Ticket #906 (Padre installation fails (and all plugins using Locale::Msgfmt)) closed by
- fixed: Alias as per your recommendation in r14837 […] This can now be …
- 20:03 Plugins edited by
- (diff)
- 17:46 Plugins edited by
- (diff)
- 16:15 Plugins edited by
- (diff)
- 16:12 Plugins edited by
- (diff)
- 16:12 Ticket #1264 (Padre::Plugin::Swarm missing dependency does not run!!!) closed by
- fixed: submersible_toaster thanks It works from trunk, now, 0.89. got chat …
- 14:36 Ticket #1269 (Padre 0.86 on OSX DMG crashes) created by
- I downloaded a copy of Padre 0.86 from …
- 12:22 Changeset [15116] by
- Catch the crash #1268
- 12:15 Ticket #1268 (Padre sometimes crashes on right click in editor window) created by
- DIE: Can't locate object method "feature_folding" via package …
- 07:58 Changeset [15115] by
- update German translation
- 07:55 Changeset [15114] by
- Updated Spanish translation
- 07:40 Changeset [15113] by
- Update the version from 0.85 to next release version
- 07:10 Changeset [15112] by
- Update the messages.pot file
- 05:12 Changeset [15111] by
- make Padre::Sync client line up with Madre server implementation …
- 01:31 Changeset [15110] by
- update Changes
- 01:28 Changeset [15109] by
- move Wx::Socket to runtime requires. #1264
- 01:21 Changeset [15108] by
- roll version to 0.11 , quash some windows line endings in Diff.pm
07/28/11:
- 22:49 PadrePluginCookbookRecipie04 edited by
- (diff)
- 18:01 PadrePluginCookbookRecipie04 edited by
- (diff)
- 17:38 PadrePluginCookbookRecipie04 edited by
- (diff)
- 14:09 PadrePluginCookbookRecipie04 edited by
- (diff)
- 13:39 PadrePluginDialog edited by
- (diff)
- 13:25 Changeset [15107] by
- Blah
- 08:32 Changeset [15106] by
- Moved FBP file to the root. Updated to Module::Install::DSL 1.01 Changed …
- 07:57 Changeset [15105] by
- Rename to standard pattern
- 06:52 Changeset [15104] by
- add link to latest post by tome++
07/27/11:
- 23:18 Changeset [15103] by
- #1264 add requires for Wx::Socket and use it.
- 16:43 Changeset [15102] by
- 0.03 to be released - Rearranged the codegen options to allow more …
- 14:14 Plugins edited by
- (diff)
- 14:12 Plugins edited by
- (diff)
- 14:06 Plugins edited by
- (diff)
- 12:34 Plugins edited by
- (diff)
- 11:04 Plugins edited by
- (diff)
- 11:03 Plugins edited by
- (diff)
- 09:47 Plugins edited by
- (diff)
- 07:10 Changeset [15101] by
- Update the messages.pot file
- 06:09 Changeset [15100] by
- Updating version to development 0.89
- 04:48 Changeset [15099] by
- Select the version of Scintilla to use once at compile time. This prevents …
- 02:27 Changeset [15098] by
- Regardless of what wxFormBuilder says, always show the first tree element
Note: See TracTimeline
for information about the timeline view.
