Timeline
10/14/11:
- 22:44 Ticket #1273 (Padre::Plugin::Swarm patch for reloading) closed by
- fixed: P-P-Swarm now supports Plug-in re-loading
- 22:11 Changeset [16999] by
- update POD with my musings
- 21:04 Changeset [16998] by
- marking and remembering breakpoints works in simulation and panel If you …
- 13:05 Changeset [16997] by
- reset to 12, opps sorry
- 12:27 Changeset [16996] by
- reset user_version to 11, but I am still going to us 12 locally, but need …
- 11:51 Changeset [16995] by
- some refactoring
- 11:10 Changeset [16994] by
- Update the messages.pot file
- 10:35 Ticket #1353 (warning when accessing context menu) closed by
- fixed: Fixed in r16992? i think i introduced a couple of undefined problems that …
- 10:33 Changeset [16993] by
- Fixed undefined variable problem in t/15_locale. azawawi--. azawawi--
- 09:31 Changeset [16992] by
- just a tweak
- 08:24 Ticket #1353 (warning when accessing context menu) created by
- When I select the context menu, I get the following warning: {{{Use of …
- 07:21 Changeset [16991] by
- Removed obsolete tests from actiontest.t
- 07:15 Ticket #1050 (Window menu is confusing) closed by
- fixed
- 07:13 Changeset [16990] by
- Fix ticket:1050 'Window menu is confusing' zenog++ and right click is now …
- 07:10 Changeset [16989] by
- Update the messages.pot file
- 06:59 Changeset [16988] by
- Configuration key rename from feature_saved_document_diffs to …
10/13/11:
- 23:10 Changeset [16987] by
- Update the messages.pot file
- 22:27 Changeset [16986] by
- Next difference is only enabled in the menu when the diff feature is …
- 22:06 Changeset [16985] by
- remove unneeded event handler route
- 21:58 Changeset [16984] by
- Minor tree root image nudge :)
- 21:54 Changeset [16983] by
- Fix svn:mime-type on recently added image
- 21:53 Changeset [16982] by
- Outline has directory icons now :)
- 21:15 Changeset [16981] by
- Handle char events in search box like in the function list
- 21:07 Changeset [16980] by
- Disabling and enabling search is now better with unsaved and closed …
- 21:06 Changeset [16979] by
- Updated Changes
- 20:59 Changeset [16978] by
- Always expand all categories in outline when there a search term
- 20:50 Changeset [16977] by
- always clear to handle unsaved editors
- 20:48 Changeset [16976] by
- Outline view has now a working search box. Enjoy :)
- 20:29 Changeset [16975] by
- Started the outline search box in an attempt to search the cool generic …
- 20:20 Changeset [16974] by
- use $tree instead of $self->{tree} to save some trees :)
- 18:30 Changeset [16973] by
- we can now toggle breakpoints and store them, retrieval to do also some …
- 15:10 Changeset [16972] by
- Update the messages.pot file
- 14:15 Changeset [16971] by
- Upgrade the Outline panel to wxFormBuilder
- 13:59 Changeset [16970] by
- You double click to set focus on the function name in outline
- 13:49 Changeset [16969] by
- Fix Outline focus and paint bugs that caused other right panels to …
- 11:20 Changeset [16968] by
- Update the messages.pot file
- 07:25 Changeset [16967] by
- 'Version control' is a right-side panel that conserves your space. …
- 06:53 Changeset [16966] by
- 'Version control' tab is now shown on the right side to free more pixels …
- 06:45 Changeset [16965] by
- *.fbp: set eol-style to 'native'
10/12/11:
- 23:03 Changeset [16964] by
- *.fbp: set svn:eol-style to "native"
- 22:38 Changeset [16963] by
- *.fbp: svn:eol-style set to 'native'
- 20:54 Changeset [16962] by
- now we write to DB as well as project padre.yml to view DB use Cookbook …
- 17:01 Changeset [16961] by
- Add relation DebugBreakpoints? to radio box
- 17:00 Changeset [16960] by
- Add Debug Breakpoints to ConfigDB update 12
- 14:43 Changeset [16959] by
- update C# keywords
- 14:39 Changeset [16958] by
- so we can store breakpoints in project padre.yml but is this the right …
- 12:53 Changeset [16957] by
- C# function list: take annotations into account (includes test case)
- 11:10 Changeset [16956] by
- Update the messages.pot file
- 10:46 Changeset [16955] by
- re -factor _sys_info to _information and more tests
- 10:04 Ticket #1352 (improvement suggestions for the new About box) created by
- There are several things that are not 100% perfect yet. See the attached …
- 09:34 Changeset [16954] by
- oops reset version to 0.91
- 09:32 Changeset [16953] by
- change About dialog from 600x620 to 600x630
- 09:23 Ticket #1342 (new info/about box should have a "Close" button) closed by
- fixed: r16952 change to Close button
- 09:18 Changeset [16952] by
- change to Close button and Information
- 02:25 Changeset [16951] by
- - Ported the timeline class mechanism back to ORLite::Migrate, and switch …
10/11/11:
- 19:10 Changeset [16950] by
- Update the messages.pot file
- 18:57 Changeset [16949] by
- critic and tidy
- 18:26 Changeset [16948] by
- tidy previously modified source files
- 18:22 Changeset [16947] by
- Java and C# function lists: more comments in regex
- 18:22 Changeset [16946] by
- add remark about #1351 into Java and C# function list tests (but do not …
- 18:21 Ticket #1351 (Java and C# function list: do not ignore method declarations after line ...) created by
- […] is currently ignored, which should of course not happen.
- 18:13 Changeset [16945] by
- Java function list: further regex simplification
- 18:11 Changeset [16944] by
- Java function list: better catching of comments (including test), improved …
- 17:58 Changeset [16943] by
- rm C# keywords from Document.pm
- 17:57 Changeset [16942] by
- initial implementation of FunctionList? for C#, including tests
- 17:33 Changeset [16941] by
- Java function list: modify regex for finding the method start
- 17:16 Changeset [16940] by
- Java and Perl function list: add explanation about peculiar newline …
- 17:12 Changeset [16939] by
- Java function list: test for another corner case
- 17:07 Changeset [16938] by
- Java function list: use qr{} instead of qr, thus simplifying the regex
- 17:06 Changeset [16937] by
- Java function list: quote component regex
- 16:58 Changeset [16936] by
- Java function lists: support static generic methods, include tests
- 16:20 Changeset [16935] by
- tidy up
- 16:18 Changeset [16934] by
- add line number to dialog
- 16:18 Ticket #1350 (Function list: support "private functions last" for all programming ...) created by
- Currently, the "alphabetical_private_last" sorting order refers only to …
- 15:32 Changeset [16933] by
- gui tweak
- 15:14 Changeset [16932] by
- add a breakpoints panel
- 14:43 Ticket #1349 (renaming variable names inside regular expressions does not work) created by
- How to reproduce: - load the file …
- 14:41 Changeset [16931] by
- added Padre::Wx::Role::View methods to Bottom
- 14:34 Changeset [16930] by
- update German translation
- 14:32 Changeset [16929] by
- Java function list: allow arrays and generics
- 14:26 Changeset [16928] by
- Added toByteArray test case to 9A_java_functionlist.t. zenog please fix :)
- 13:39 Changeset [16927] by
- initial commit of test area for debug part 2
- 13:37 Changeset [16926] by
- initial commit of test area for debug
- 12:28 Changeset [16925] by
- add yet another margin symbol for swarm comment/feedback, add a whole …
- 12:13 Changeset [16924] by
- Added Scintilla.iface to MANIFEST.SKIP
- 12:11 Changeset [16923] by
- Added Scintilla.iface to wx-scintilla\src\scintilla\include
- 10:50 Ticket #1348 (Add support for additional keyword lists in Scintilla LexPerl) created by
- LexPerl? currently supports only one keyword list - which is being used for …
10/10/11:
- 21:31 Changeset [16922] by
- parse_wx_scintilla: fix output (indent, final 1), svn properties
- 21:18 Changeset [16921] by
- Fix M
- 15:10 Changeset [16920] by
- Update the messages.pot file
- 14:38 Ticket #1347 (separate patch and diff functionality) created by
- Currently, applying a patch and creating one is handled by one single …
- 14:15 Ticket #1346 (patch/diff dialog should be resizable) created by
- The current patch/diff dialog should react to the resizing of its window. …
- 14:02 Changeset [16919] by
- Updated share/perl_editor.pl inside Wx::Scintilla to utilize Wx::Scintilla …
- 13:51 Changeset [16918] by
- Started another development release cycle for Wx::Scintilla version …
- 13:32 Changeset [16917] by
- Fix typo in Changes
- 13:22 Changeset [16916] by
- Tidy a couple of tests a bit :)
- 13:16 Changeset [16915] by
- Fixed wrong usage of Wx::gettext() to fix r16589 and Perl tidy …
- 12:56 Changeset [16914] by
- use actual Wx::Scintilla constants instead of Cooked values in …
- 12:53 Changeset [16913] by
- use actual Wx::Scintilla constants instead of Cooked values in …
- 12:47 Changeset [16912] by
- Added future Perl 6 keywords highlighting
- 12:17 Changeset [16911] by
- A simple rename to make sure t/9A_java_functionlist.t runs in the correct …
- 12:12 Changeset [16910] by
- Properly put test plan count at the start of xt/actiontest.t TAP output
- 12:09 Changeset [16909] by
- Removed search.quick_find_next and search.quick_find_previous. They are …
- 12:07 Changeset [16908] by
- Remove ancient Perl 6 auto detection tests from xt/mimetype.t
- 12:01 Changeset [16907] by
- Added TODO and properly disabled intentionally disabled code :)
- 11:58 Changeset [16906] by
- EOL => LF Padre::Document::Ruby
- 11:11 Changeset [16905] by
- The Big Wx::Scintilla 0.32 Padre constant upgrade. We now rely on …
- 11:10 Changeset [16904] by
- Update the messages.pot file
- 11:07 Changeset [16903] by
- Removed POD about STC
- 11:05 Changeset [16902] by
- Bumped Wx::Scintilla dependency to 0.32. To fix the dependency without …
- 10:59 Changeset [16901] by
- Bumped version to 0.32
- 10:58 Changeset [16900] by
- Updated Changes for the stable 0.32 release
- 10:25 Changeset [16899] by
- Updated Changes for 0.31_02
- 10:22 Changeset [16898] by
- No need for Wx::Scintilla::Constants. They are now in the Wx::Scintilla …
- 09:46 Changeset [16897] by
- Update parse_wx_scintilla_h.pl to remove wxSTC_ prefix and add an …
- 09:25 Changeset [16896] by
- Migrate perl_editor.pl to Wx::Scintilla constants
- 09:13 Changeset [16895] by
- Perl tidy Wx::Scintilla project. my precious :)
- 09:10 Changeset [16894] by
- Updated Changes
- 09:06 Changeset [16893] by
- Added parse_wx_scintilla_h.pl for future usage
- 09:05 Changeset [16892] by
- Wx::Scintilla nows exports all of scintilla constants. Alias++
- 08:45 Changeset [16891] by
- Fix foreground for brace highlighting in Solarized light
- 08:40 Changeset [16890] by
- Removed old test for Perl 6 auto detection.
- 08:28 Changeset [16889] by
- Fixed syntax error. azawawi-- azawawi--
- 08:26 Changeset [16888] by
- More extension/mimetype mappings for visual basic
- 08:20 Changeset [16887] by
- Updated Changes
- 08:19 Changeset [16886] by
- Removed get_command from Padre::Document::Java since a Java source file …
- 08:17 Changeset [16885] by
- Updated Changes
- 08:15 Changeset [16884] by
- Added a hello world embedded HTML example :)
- 08:11 Changeset [16883] by
- Fix EOL
- 08:10 Changeset [16882] by
- Keywords highlighting for embedded Python/PHP/Javascript/VBScript in HTML
- 08:05 Changeset [16881] by
- Add 100_java_functionlist.t
- 07:30 Changeset [16880] by
- Java method function list is now working
- 07:10 Changeset [16879] by
- Update the messages.pot file
- 07:05 Changeset [16878] by
- More fixes to ruby, python and java support
- 06:54 Changeset [16877] by
- Added Padre::Document::Java and its function lists. Still copy of ruby... …
10/09/11:
- 23:17 Ticket #261 (When Document::XYZ.pm is not available padre crashes on file open) closed by
- wontfix: This is a crash that will only occur during plugin development. It's …
- 21:52 Ticket #1345 (actionqueue=internal.dump_padre is writing to a closed filehandle.) created by
- joi@tardis:~/projects/Pavlov/Pavlov-AutoDialer?$ padre …
- 15:10 Changeset [16876] by
- Update the messages.pot file
- 11:36 Changeset [16875] by
- Updated Changes
- 11:29 Ticket #1341 (Wx-Scintilla build fails on wxWidgets 2.8.10) closed by
- fixed
- 11:28 Changeset [16874] by
- another tweak for continuity
- 11:27 Changeset [16873] by
- Updated Changes for Wx::Scintilla 0.31_01
- 11:26 Changeset [16872] by
- Fix ticket:1341 'Wx-Scintilla build fails on wxWidgets 2.8.10'. markd++
- 11:18 Changeset [16871] by
- Added "Language Perl 6" tab to preferences.
- 11:10 Changeset [16870] by
- Update the messages.pot file
- 11:09 Changeset [16869] by
- Added lang_perl6_auto_detection which enables Padre to detect Perl 6 files …
- 10:52 Changeset [16868] by
- When clicking on an annotation, it shows the non-visible syntax check …
- 10:35 Changeset [16867] by
- tweak
- 10:24 Changeset [16866] by
- Added the following tests to t/44_perl_syntax.t: - Syntax check off/on …
- 09:58 Ticket #1344 (version control panel, set focus, on open, to first diff found) created by
- version control panel, shows a blue list of files which have a diff since …
- 09:52 Changeset [16865] by
- More system info changes in "About" dialog
- 09:19 Changeset [16864] by
- "About" dialog refactoring
- 08:59 Changeset [16863] by
- Gabor's name is not translatable.
- 08:32 Changeset [16862] by
- Updated Changes
- 08:30 Changeset [16861] by
- Process ## use|no padre_syntax_check comment pragmas in syntax checker. …
- 07:44 Changeset [16860] by
- Initial comment to parses syntax checking comments blocks To disable Padre …
- 07:42 Changeset [16859] by
- Decrement plan test count to 21 in t/08_style.t
- 04:36 Ticket #1343 (Padre seg faults when syntax checking some 'use' statements) created by
- Padre will seg fault and dump core when asked to syntax check a short perl …
10/08/11:
- 21:24 Changeset [16858] by
- add a whole margin for swarm cursors. attempt to mask the swarm symbols …
- 21:16 Changeset [16857] by
- Micro optimization: substr
- 19:17 Changeset [16856] by
- add missing names to dummy setlabels
- 19:10 Changeset [16855] by
- Update the messages.pot file
- 18:08 Changeset [16854] by
- Translators names are not translatable.
- 16:05 Changeset [16853] by
- update German translation - translate everything except UTF-8 translator …
- 15:39 Changeset [16852] by
- update German translation - fixed all fuzzy translations
- 09:33 Ticket #1342 (new info/about box should have a "Close" button) created by
- ... not "Cancel".
10/07/11:
- 15:10 Changeset [16851] by
- Update the messages.pot file
- 14:49 Changeset [16850] by
- remove one comment and add another one
- 14:15 Changeset [16849] by
- inc tests to 22
- 13:55 Changeset [16848] by
- BAT => Batch and added .cmd extension
- 13:26 Changeset [16847] by
- add examples with filehandles to style_perl5
- 13:23 Changeset [16846] by
- tweaks to solarized dark css
- 13:23 Changeset [16845] by
- add comment support for Haskell
- 13:21 Changeset [16844] by
- correct ordering of css lexer keywords, added some missing ones and the …
- 13:20 Changeset [16843] by
- fix typo in MimeTypes?.pm: Haskhell -> Haskell
- 13:13 Changeset [16842] by
- fix MATLAB/Octave file extension
- 13:05 Changeset [16841] by
- adding more detail to perl5 and sql styling examples
- 13:01 Changeset [16840] by
- add comment support for several languages
- 12:34 Changeset [16839] by
- added style_perl5 example for SYMBOLTABLE
- 12:21 Changeset [16838] by
- add POD after END
- 12:12 Ticket #251 (Disable syntax highlighting after __END__ keyword) closed by
- wontfix: This is untrue - it is often desired to have pod beyond the _END_ marker. …
- 11:10 Changeset [16837] by
- Update the messages.pot file
- 09:49 Ticket #1341 (Wx-Scintilla build fails on wxWidgets 2.8.10) created by
- Recent updates of scintilla source removed patch that allows build on …
- 09:41 Changeset [16836] by
- Implemented about half of a feature where the syntax highlight tool panel …
- 09:01 Changeset [16835] by
- Correction, my brain is so used to 5 pixel margins the 4 pixel one looks …
- 08:57 Changeset [16834] by
- - Tools and panels that are hidden across a AUI geometry change …
- 07:10 Changeset [16833] by
- Update the messages.pot file
- 06:16 Changeset [16832] by
- add more keywords and styles for SQL / PLSQL
- 03:48 Changeset [16831] by
- collect the marker handles from MarkerAdd? and use those instead of …
- 03:10 Changeset [16830] by
- Update the messages.pot file
- 01:51 Changeset [16829] by
- Because the editor displays the result of the post-transform state of the …
- 01:14 Changeset [16828] by
- Make the line numbers subtly lighter
- 00:57 Changeset [16827] by
- - Scintilla numeric resources such as margins, markers and indicators are …
10/06/11:
- 23:23 Changeset [16826] by
- sql styling changes. move some sql lexer keywords into a second list for …
- 19:14 Ticket #1340 (DIE: Error while autoloading Wx Constant at ...) created by
- with reference to: http://irclog.perlgeek.de/padre/2011-09-28#i_4493127 …
- 19:10 Changeset [16825] by
- Update the messages.pot file
- 16:05 Ticket #1339 (preferences: theme preview ignores bold elements) created by
- Some themes highlight e.g. language keywords by using bold face fonts. …
- 15:40 Changeset [16824] by
- preferences preview: typo
- 15:38 Changeset [16823] by
- preferences preview: use heredoc instead of awkward join/map combination
- 15:27 Changeset [16822] by
- solarized_light: bold keywords in C-style languages
- 15:23 Changeset [16821] by
- bold C-style language keywords for default and solarized_dark themes
- 15:10 Changeset [16820] by
- Update the messages.pot file
- 14:50 Changeset [16819] by
- Added missing mimetype. Padre understands actionscript now :)
- 14:48 Changeset [16818] by
- Added actionscript/helloworld.as
- 14:46 Changeset [16817] by
- ActionScript? is here!
- 14:37 Changeset [16816] by
- ADA => Ada and ASM to Assembly
- 14:34 Changeset [16815] by
- Commit forgotten Changes from previous commit. azawawi--
- 14:33 Changeset [16814] by
- Added Pascal also. "Real Programmers Don't Use Pascal" bowtie++ :)
- 14:33 Changeset [16813] by
- [HTML plugin] add /trac to bug tracker URL
- 14:25 Changeset [16812] by
- Added hello world Pascal. My second language after QuickBasic? :)
- 14:22 Changeset [16811] by
- Fix EOL LF
- 14:21 Changeset [16810] by
- Added hello world Ada, Cobol and Haskell to eg folder
- 13:57 Changeset [16809] by
- Perl tidy a bit
- 13:54 Changeset [16808] by
- Cool haskell keyword support :)
- 13:49 Changeset [16807] by
- typo
- 13:26 Changeset [16806] by
- Properly added the COBOL highlighter/mimetype. azawawi--. azawawi--
- 13:20 Changeset [16805] by
- Added ancient COBOL keyword highlighting and mimetypes :)
- 13:13 Changeset [16804] by
- Added Ada keywords/operators highlighting
- 12:38 Changeset [16803] by
- updates to styling example for perl add beginnings of sql styling example
- 11:51 Changeset [16802] by
- Fix t/76_preferences.t on linux :)
- 11:18 Changeset [16801] by
- Embedded Javascript keywords (reused) :)
- 11:11 Changeset [16800] by
- first attempt to support --desktop on Unix
- 11:10 Changeset [16799] by
- Update the messages.pot file
- 11:04 Changeset [16798] by
- padre script: replace unnecessary double quotes by single quotes
- 11:01 Changeset [16797] by
- Fixed Bad commit. qw(azawawi--), qw(azawawi--) :)
- 11:00 Changeset [16796] by
- HTML keyword highlighting
- 10:45 Changeset [16795] by
- Fixed CSS3 in Padre::Document
- 10:34 Changeset [16794] by
- Added CSS, JavaScript?, YAML keyword highlight
- 09:19 Changeset [16793] by
- Fix t/99_ruby_functionlist.t :)
- 09:15 Changeset [16792] by
- Fix multiline comments in Ruby function list support
- 08:46 Changeset [16791] by
- Quickly dropping 99_ruby_functionlist.t to start fixing Ruby function list …
- 08:33 Changeset [16790] by
- tweak POD
- 08:31 Changeset [16789] by
- Activate Padre::Document::Ruby :)
- 08:27 Changeset [16788] by
- Silently added Padre::Doument::Ruby and …
- 08:09 Changeset [16787] by
- made padre.desktop a little bit more generic (still not generic enough) - …
- 07:30 Changeset [16786] by
- Mixed EOL => LF EOL in Padre::Document::Python
- 07:29 Changeset [16785] by
- NUMBER_OF_CONFIG_OPTIONS-- :)
- 07:28 Changeset [16784] by
- Removed the experimental Padre wizard API
- 07:10 Changeset [16783] by
- Update the messages.pot file
- 06:54 Changeset [16782] by
- - Major refactoring of the editor setup and configuration code (ADAMK) …
- 06:10 Changeset [16781] by
- Bump compat versions to 0.91
- 05:14 Changeset [16780] by
- Removing defunct F4 and Shift-F4 actions. These should be used within the …
- 05:05 Changeset [16779] by
- We no longer need a dedicated test script for Wx API 2.0
- 04:46 Changeset [16778] by
- Updating the $COMPATIBLE flags for modules which have broken …
- 04:44 Changeset [16777] by
- Remove trailing whitespace
- 04:43 Changeset [16776] by
- Removing the Padre dependency introduced despite the giant "Seriously, NO …
- 04:15 Changeset [16775] by
- With all styles migrated to themes, removing the old styles directory. …
- 03:10 Changeset [16774] by
- Update the messages.pot file
- 02:27 Changeset [16773] by
- Moving the basic language support from dedicated classes to the base …
- 00:28 Changeset [16772] by
- - Removed the comment basis for Padre::Document subclassing (ADAMK)
- 00:00 Changeset [16771] by
- Aligning all the document methods that provide keyword/etc information for …
10/05/11:
- 16:41 Changeset [16770] by
- switch Patch.pm to use Padre::Util::run_in_directory_two instead of …
- 15:41 Changeset [16769] by
- modify to test Padre::Util::run_in_directory_two
- 15:40 Changeset [16768] by
- Add POD and Logger to check operation
- 15:10 Changeset [16767] by
- Update the messages.pot file
- 15:07 Changeset [16766] by
- Added the ability to run python programs
- 14:37 Changeset [16765] by
- Updated Changes
- 14:30 Changeset [16764] by
- Fix t/98_python_functionlist.t
- 14:13 Changeset [16763] by
- Add t/98_python_functionlist.t :)
- 14:11 Changeset [16762] by
- Support Python lambda function (i.e. Anonymous functions) in function list
- 13:58 Changeset [16761] by
- Functions list is now working for python :)
- 13:54 Changeset [16760] by
- Removed a Perl fossil from Padre::Document::Python::FunctionList? :)
- 13:53 Changeset [16759] by
- added function Padre::Util::run_in_directory for azawawi to work his magic …
- 13:45 Changeset [16758] by
- Added funny Padre::Document::Python::FunctionList? support :)
- 12:56 Changeset [16757] by
- try again
- 12:49 Changeset [16756] by
- re-name file
- 12:37 Changeset [16755] by
- add more lexer triggering code to perl theme test
- 12:33 Changeset [16754] by
- Corrected test count in 08_style.t
- 12:31 Changeset [16753] by
- add eg/theme/test.pl submersible_toaster++
- 12:30 Changeset [16752] by
- add eg/theme/test.pl submersible_toaster++
- 12:20 Changeset [16751] by
- Correct stupid test count in t/04_config.t. azawawi--
- 12:15 Changeset [16750] by
- Added eg/php/hello.php.
- 12:00 Changeset [16749] by
- Added eg/sql/query.sql and updated eg/java/HelloWorld.java
- 11:59 Changeset [16748] by
- flip background colours from solarized dark to make solarized light
- 11:55 Changeset [16747] by
- Added java/HelloWorld.java :)
- 11:51 Changeset [16746] by
- Added Padre::Document::PHP :)
- 11:50 Changeset [16745] by
- fix notepad theme error for SetSelBackground?
- 11:41 Changeset [16744] by
- all names in translator corrected in about2 using about1 as source, if …
- 11:38 Changeset [16743] by
- Added Padre::Document::CS for C#
- 11:35 Changeset [16742] by
- Added basic support for XS highlighting. Nothing major.
- 11:30 Changeset [16741] by
- Added C/C++ keyword lexer highlighting with fixes to …
- 11:24 Changeset [16740] by
- Added Python keyword highlighting
- 11:21 Changeset [16739] by
- Fixed Padre::Document::Java
- 11:18 Changeset [16738] by
- Added keyword support for Ruby highlighting :)
- 11:16 Changeset [16737] by
- Padre::Document::SQL -> LF newline and added Padre::Document::Java :)
- 11:11 Changeset [16736] by
- translation row four
- 11:11 Changeset [16735] by
- Added Padre::Document::SQL which supports SQL keywords highlighting :)
- 11:10 Changeset [16734] by
- Update the messages.pot file
- 10:54 Changeset [16733] by
- translation row thress add use use utf8; azawawi++
- 10:16 Changeset [16732] by
- translation row two
- 09:56 Changeset [16731] by
- first row of translators in about
- 09:31 Changeset [16730] by
- add creator with correct charters
- 08:55 Changeset [16729] by
- Added Padre::Wx::FBP::Diff
- 08:40 Changeset [16728] by
- Silently dropping the diff window into Padre.fbp and moved the Find in …
- 07:54 Changeset [16727] by
- Added normal, unversioned and ignored VCS objects configuration parameters …
- 07:10 Changeset [16726] by
- Update the messages.pot file
- 07:07 Changeset [16725] by
- urgh - conflict leftovers
- 07:06 Changeset [16724] by
- add text/x-sql to solarized_dark ... still needs a document type to …
- 06:53 Changeset [16723] by
- Migrated the Notepad++ style
- 06:40 Changeset [16722] by
- Adding copyright statements
- 06:39 Changeset [16721] by
- Moved marker constants into Padre::Constant for consistency. Converted …
- 03:10 Changeset [16720] by
- Adding the StyleAllForeground? and StyleAllBackground? methods to …
- 01:36 Changeset [16719] by
- Noting the style breakage
10/04/11:
- 16:53 Changeset [16718] by
- update German translation (not complete yet)
- 15:10 Changeset [16717] by
- Update the messages.pot file
- 14:23 Changeset [16716] by
- Updated Changes
- 14:21 Changeset [16715] by
- Update Changes for the quick menu access changes
- 14:19 Changeset [16714] by
- Make sure a really "Quick" quick menu access invocation does not result in …
- 14:06 Changeset [16713] by
- Hide instead of destroy. This improves the stability of QuickMenuAccess? …
- 13:50 Changeset [16712] by
- reuse $self->main->error in OpenResource? and QuickMenuAccess?
- 13:41 Ticket #1318 (Padre freeze(?)) closed by
- fixed: Fixed in r16711
- 13:40 Changeset [16711] by
- Do not use a $cookie to iterate tree items. Use $child-IsOk?
- 13:37 Changeset [16710] by
- Restore hidden root creation
- 11:08 Changeset [16709] by
- solarized dark, port text/css
- 10:34 Changeset [16708] by
- solarized dark , port diff and makefile styles
- 08:40 Changeset [16707] by
- Fix valid perl critic errors. postfix if/unless and declarations are evil.
- 07:24 Changeset [16706] by
- Refactor code a bit to prepare for future GIT support
- 05:47 Changeset [16705] by
- add solarized dark rules for html~sgml~xml~javascript soup.
10/03/11:
- 19:10 Changeset [16704] by
- Update the messages.pot file
- 18:31 Changeset [16703] by
- More refactoring to the VCS view to handle four cases: unsupported VCS, …
- 18:16 Changeset [16702] by
- More cleanup
- 18:14 Changeset [16701] by
- Handle undefined vcs properly (bowtie) and add a TODO to support GIT in …
- 16:02 Changeset [16700] by
- move clear to refresh catch undef type add comments to be deleted by …
- 15:10 Changeset [16699] by
- Update the messages.pot file
- 14:53 Changeset [16698] by
- Updated changes with the latest "Version control" updates
- 14:51 Changeset [16697] by
- Less code through Perl magic :)
- 14:47 Changeset [16696] by
- Select the first item. This is the weirdest API code you'll ever encounter …
- 14:38 Changeset [16695] by
- Selected entry is now properly used in add/delete and revert actions
- 14:35 Changeset [16694] by
- Store fullpath in Padre::Task::VCS
- 14:14 Changeset [16693] by
- Toggle VCS command buttons according to the list being empty or not
- 14:06 Changeset [16692] by
- Basic confirmation dialog to add, delete and revert buttons
- 13:57 Changeset [16691] by
- More perlish code when answering an override shortcut question in …
- 13:51 Changeset [16690] by
- More UI tweaks to "Version control"
- 13:37 Changeset [16689] by
- And a commit bug that is like a document save button... :)
- 13:28 Changeset [16688] by
- And we now have an add/delete and revert bitmap and totally dummy buttons. …
- 13:15 Changeset [16687] by
- Fix 'should blank the listed rows when switching to non vcs file.. ' …
- 13:09 Changeset [16686] by
- Fix 'the baseline alignment of the radiobuttons and their label looks …
- 12:57 Changeset [16685] by
- Fix nasty hidden key bindings logic. You need to thank FBP::Perl for not …
- 12:49 Changeset [16684] by
- clicking on a SVN path opens it
- 12:07 Changeset [16683] by
- port text/x-perlxs from old .yml for solarized_dark
- 11:28 Changeset [16682] by
- List columns are sortable now :)
- 11:11 Changeset [16681] by
- Normal is dark green :)
- 11:10 Changeset [16680] by
- Update the messages.pot file
- 11:09 Changeset [16679] by
- Uncheck "unversioned" checkbox bowtie++
- 11:08 Changeset [16678] by
- Red for added and deleted svn paths. Blue for modified, gray for …
- 10:55 Changeset [16677] by
- Better comments and added list item selection and list column header click …
- 10:34 Changeset [16676] by
- method ordering nothing important
- 10:23 Changeset [16675] by
- Unmodified => Normal and added a 'Show:' label. bowtie++
- 10:17 Changeset [16674] by
- Prevent xt/badcode.t from croaking about unconverted constants :)
- 10:06 Changeset [16673] by
- Handle --no-ignore svn status output and the checkbox "Show ignored" now …
- 10:02 Changeset [16672] by
- Unversioned filter is now active!
- 10:00 Changeset [16671] by
- "Show unmodified" checkbox is now working. Unversioned is now displayed …
- 09:35 Changeset [16670] by
- tidy up sub _tidy_display, azawawi++
- 09:22 Changeset [16669] by
- removed custom resize_columns and added Padre::Util::tidy_list
- 09:15 Changeset [16668] by
- Fix what i broke when i committed the last two commits. azawawi--, …
- 09:08 Changeset [16667] by
- Another TODO removed
- 09:03 Changeset [16666] by
- Resize columns according to Padre::Plugin::Cookbook::Recipe4. bowtie++ :)
- 08:39 Changeset [16665] by
- Added Show unversioned, unmodified and ignored check box at the top of the …
- 08:21 Changeset [16664] by
- "Only subversion is supported at the moment" in version control panel.
- 08:14 Changeset [16663] by
- Perl tidy Padre::Task::VCS
- 08:12 Changeset [16662] by
- Only svn status with more than zero files are now shown in the subversion …
- 07:31 Changeset [16661] by
- Better column widths for version control list. Handled most of SVN status …
- 07:10 Changeset [16660] by
- Update the messages.pot file
- 06:38 Changeset [16659] by
- Correct plan test count in t/08_style.t
- 05:52 Changeset [16658] by
- tweak 'night' theme for text/plain and current line background
- 05:39 Changeset [16657] by
- port some more of solarized_dark
- 05:39 Changeset [16656] by
- now make preferences lexer preview work again
- 05:35 Changeset [16655] by
- fix editor lexer broken @16625 by 'fixing' preferences editor preview. …
10/02/11:
- 15:10 Changeset [16654] by
- Update the messages.pot file
- 15:03 Changeset [16653] by
- Refresh version control whenever there is a document refresh
- 14:50 Changeset [16652] by
- Updated Changes
- 14:49 Changeset [16651] by
- Background version control with Subversion 0.000001 implemented :)
- 14:38 Changeset [16650] by
- We only support Subversion at the moment in Padre::Task::VCS
- 14:37 Changeset [16649] by
- Refresh works by launch a svn status parsing task but at the moment it …
- 14:01 Changeset [16648] by
- A quick TODO so i wont forget :)
- 13:59 Changeset [16647] by
- The sample row in "Version control" properly shows now a sample *dummy* …
- 13:53 Changeset [16646] by
- Added a sample row to 'Version Control' that will be later properly …
- 13:49 Changeset [16645] by
- Removed hard-coding in a loop
- 13:38 Changeset [16644] by
- Updated Padre's Changes
- 13:36 Changeset [16643] by
- Enable feature_vcs_support to speed up my committing spree :)
- 13:32 Changeset [16642] by
- Removed bin_diff configuration parameter along with the "External tools" …
- 13:11 Changeset [16641] by
- Fixed crash with version control and preferences dialog closing…
- 13:04 Changeset [16640] by
- Properly document Padre::Util::run_in_directory
- 12:36 Changeset [16639] by
- Fixed not found refresh button handler exception and refresh button looks …
- 12:31 Changeset [16638] by
- added main_vcs configuration key and the "Version control" panel …
- 12:24 Changeset [16637] by
- Added "Show version control" to view menu under the "Show syntax check" …
- 12:16 Changeset [16636] by
- Add Padre::Wx::FBP::VCS
- 12:09 Changeset [16635] by
- Use Wx::StaticText? instead of Wx::TextCtrl? to display find in files status …
- 11:36 Changeset [16634] by
- Fix Padre splash center alignment in About dialog
- 11:10 Changeset [16633] by
- Update the messages.pot file
- 10:54 Changeset [16632] by
- Added a nasty hack to access the sizer of the key bindings panel with a …
- 10:18 Changeset [16631] by
- Fix Padre splash image in About dialog
- 10:01 Changeset [16630] by
- Migrated ADAMK's Ultraedit theme
- 09:43 Changeset [16629] by
- More horizontal space tweaking in Preferences/Key? bindings
- 09:23 Changeset [16628] by
- Find fast FBP dialog updated. Please note that we still have a …
- 09:21 Changeset [16627] by
- Fix find fast close button alignment
- 08:58 Changeset [16626] by
- optipng image from artwork
- 08:49 Changeset [16625] by
- Sample code in preferences preview will now lex properly
- 08:14 Changeset [16624] by
- tidy and add more sys_info
- 07:52 Changeset [16623] by
- More .bmp to .png in Padre::Startup
- 07:44 Changeset [16622] by
- adjust as directed Padre::Util::splash, thanks azawawi++
- 07:38 Changeset [16621] by
- Fixing EOLs
- 07:35 Changeset [16620] by
- ajust image name to reflect changes
- 07:29 Changeset [16619] by
- Added a smaller padre-splash.png that is a copy of padre-splash.bmp and is …
- 07:28 Changeset [16618] by
- padre-splash.png -> padre-splash-ccnc.png. Deleted the CCNC bmp
- 07:22 Changeset [16617] by
- Use Padre::Util::splash in Padre::Wx:;Dialog::About instead of old png to …
- 07:18 Changeset [16616] by
- Fix other places references the bmp files
- 07:12 Changeset [16615] by
- bmp -> png in README.txt for the images
- 07:10 Changeset [16614] by
- Update the messages.pot file
- 06:41 Changeset [16613] by
- Moved key bindings upwards a little in preferences dialog to preserve …
10/01/11:
- 23:10 Changeset [16612] by
- Update the messages.pot file
- 22:28 Changeset [16611] by
- add os check in run_command
- 21:56 Changeset [16610] by
- catch missing env, thanks tome++
- 20:56 Changeset [16609] by
- added support for gnome-terminal in run_command,
- 19:10 Changeset [16608] by
- Update the messages.pot file
- 17:18 Changeset [16607] by
- some more tweaks
- 15:10 Changeset [16606] by
- Update the messages.pot file
- 13:30 Ticket #1338 (Opening a File not in Project kills Padre) created by
- So you are working on your project in Padre, you decided to view a modules …
- 11:29 Changeset [16605] by
- tweak, make composed methods private update test file accordingly
- 11:10 Changeset [16604] by
- Update the messages.pot file
- 11:00 Changeset [16603] by
- re-gen Patch dialog
- 10:43 Changeset [16602] by
- Fix end-of-line consistency in Changes
- 10:41 Changeset [16601] by
- "Smart" translation for Padre is deprecated because it is a bad idea. So …
- 10:28 Changeset [16600] by
- Update french translation.
- 10:22 Changeset [16599] by
- add test for image used by About
- 10:05 Changeset [16598] by
- PerlFilter? fixes: - specify source encoding - use a sandbox package to …
- 09:45 Changeset [16597] by
- tidy-up, remove unwanted comments added two composed methods add a test …
- 09:16 Changeset [16596] by
- comment out un-needed dependency
- 09:11 Changeset [16595] by
- Fix encoding of the Perl filter user code
- 08:27 Changeset [16594] by
- new_document_from_string: update doc
- 08:24 Changeset [16593] by
- new_document_from_string now accepts an optional encoding
- 08:23 Changeset [16592] by
- Document: make 'encoding' property public
- 07:10 Changeset [16591] by
- Update the messages.pot file
- 06:29 Changeset [16590] by
- Load Sort::Versions only if necessary
- 06:21 Changeset [16589] by
- Move sprintf() out of Wx::gettext() to fix translatability
- 03:10 Changeset [16588] by
- Update the messages.pot file
09/30/11:
- 23:38 Changeset [16587] by
- reset About system_info back to black on white
- 19:10 Changeset [16586] by
- Update the messages.pot file
- 16:38 Changeset [16585] by
- Add a hint of colour and kernel version
- 15:10 Changeset [16584] by
- Update the messages.pot file
- 14:40 Changeset [16583] by
- Add focus for Padre tab
- 13:36 Changeset [16582] by
- remove comments from before Patch…
- 13:34 Changeset [16581] by
- About dialog sizing tweak
- 13:08 Changeset [16580] by
- Comment out About-1 and replace with About-2 know known as About
- 12:45 Changeset [16579] by
- Tidy up Dev page
- 12:16 Changeset [16578] by
- Close the preferences dialog in Padre.fbp
- 11:47 Ticket #1337 (Tools -> Preferences kills Padre) closed by
- fixed: Fixed in r16577 thanks submersible_toaster
- 11:30 Changeset [16577] by
- unbreak preferences dialog - indirectly
- 11:10 Changeset [16576] by
- Update the messages.pot file
- 10:53 Ticket #1337 (Tools -> Preferences kills Padre) created by
- since revision 16521/2 Padre dies when opening Preferences, Ubuntu Natty …
- 08:40 Changeset [16575] by
- Forgot to use the role. azawawi--, azawawi--
- 08:36 Changeset [16574] by
- Added missing role to prevent xt/badcode.t from croaking :)
- 08:27 Changeset [16573] by
- svn:eol-style => LF and removed mime-type stuff
- 08:22 Changeset [16572] by
- Added missing copy to Padre::Wx::Choice::Theme. Alias++ :)
- 07:24 Changeset [16571] by
- Adding a message for -a to indicate that evil shit is going to happen and …
- 07:10 Changeset [16570] by
- Update the messages.pot file
- 05:49 Changeset [16569] by
- Correction
- 05:48 Changeset [16568] by
- Tweaking the Changes entry
- 05:47 Changeset [16567] by
- Tweaking the Changes entry
- 05:42 Changeset [16566] by
- Extending ->lock_update to a number of other places that don't really need …
- 05:19 Changeset [16565] by
- More lock tweaking in the directory tree code
- 05:04 Changeset [16564] by
- - Adding a second Wx update locking mechanism that creates less flickering …
- 03:10 Changeset [16563] by
- Update the messages.pot file
- 00:57 Changeset [16562] by
- Whitespace
- 00:54 Changeset [16561] by
- Removed the use of Padre::Wx::Theme from Padre::Config by inlining it's …
09/29/11:
- 20:34 Changeset [16560] by
- Add OUTPUT_AUTOFLUSH and Tidy
- 19:10 Changeset [16559] by
- Update the messages.pot file
- 18:09 Changeset [16558] by
- tidy About2, plus add unicode test so that system info provides …
- 17:43 Changeset [16557] by
- phase one complete a replica of about use a png instead of bmp critiques …
- 17:36 Changeset [16556] by
- more tweaking of About2
- 17:16 Changeset [16555] by
- We now have an image on first page
- 16:25 Changeset [16554] by
- more tweaking of About2
- 15:10 Changeset [16553] by
- Update the messages.pot file
- 13:40 Changeset [16552] by
- Fix spelling typo. szabgab++ :)
- 13:21 Changeset [16551] by
- tweak System Info, that will do for phase one
- 13:09 Changeset [16550] by
- tweak System Info, now mimics About-Info
- 12:15 Changeset [16549] by
- tweak Info, add some dynamic output
- 12:07 Changeset [16548] by
- Update the messages.pot file
- 12:04 Changeset [16547] by
- fix a gettext interpolation issue
- 12:02 Changeset [16546] by
- fix a gettext interpolation issue
- 12:00 Changeset [16545] by
- fix a gettext interpolation issue
- 11:12 Changeset [16544] by
- Handle undefined action labels (e.g. view.close_panel)
- 10:43 Changeset [16543] by
- safe Perl tidy for Padre::Wx::Dialog::Preferences and Padre::Wx::Main
- 10:40 Changeset [16542] by
- A minor comment typo
- 10:37 Changeset [16541] by
- Bye bye Padre::Wx::Dialog::KeyBindings?. My $precious :)
- 10:36 Changeset [16540] by
- Updated Changes
- 10:35 Changeset [16539] by
- Recreate menu bar after saving configuration to activate key bindings :) …
- 10:29 Changeset [16538] by
- Key bindings has been official moved into Preferences 2.0
- 10:27 Changeset [16537] by
- Added remaining stuff to make key bindings work in preferences 2.0. The …
- 10:25 Changeset [16536] by
- Remove the sizer re-layout since Padre::Plugin::FormBuilder? stores sizer …
- 10:23 Changeset [16535] by
- More fixes to the preferences key bindings. Padre::Plugin::FormBuilder? is …
- 10:10 Changeset [16534] by
- Disabled EVT_CHAR for now since it does not work in …
- 09:57 Changeset [16533] by
- Preferences key bindings migration... (step 3 of X) :)
- 09:43 Changeset [16532] by
- "Move Keybindings to Preferences 2.0" (step 2)
- 09:25 Changeset [16531] by
- Remove dead variables in Padre::Wx::FindInFiles?
- 09:16 Changeset [16530] by
- Fixed button keyboard shortcut in Preferences 2.0 like it was in Prefs …
- 08:52 Changeset [16529] by
- Missing class
- 08:50 Changeset [16528] by
- Added blog post "Finding files in Padre" by $myself :)
- 08:45 Changeset [16527] by
- This should fix it
- 08:18 Changeset [16526] by
- Added a stop search button for those slow find in files searches
- 08:06 Changeset [16525] by
- Removed the help folder root image…
- 08:05 Changeset [16524] by
- Replaced the root 'status' line from the find in files tree control with a …
- 07:33 Changeset [16523] by
- Closing About dialog in Padre.fbp :)
- 07:06 Changeset [16522] by
- Part 2 of Style 2.0 Further generalised styles as Padre::Theme, where a …
- 06:51 Changeset [16521] by
- Don't do a wide lock around everything, as each refresh function should be …
- 03:39 Changeset [16520] by
- prevent remote delta from being collected in the local editor undo buffer. …
- 02:37 Changeset [16519] by
- address the issue with deletion of wide chars by using the length passed …
09/28/11:
- 22:39 Changeset [16518] by
- more dialog tweaks
- 21:41 Changeset [16517] by
- Help->About2 more dialog modifications
- 21:33 Changeset [16516] by
- Help->About2 more dialog modifications
- 19:19 Changeset [16515] by
- Add Help->About2 start of new dialog needs a lot more doing to it
- 14:14 Changeset [16514] by
- Destroy the dialog (just in case)
- 14:12 Changeset [16513] by
- Removed unused find in files action
- 14:08 Changeset [16512] by
- Added missing require which seems to caused segfaults on ubuntu silently …
- 14:03 Changeset [16511] by
- Converted find in files buttons into bitmap buttons. Enjoy :)
- 13:38 Changeset [16510] by
- Added a tooltip for the repeat search button to show what we're going to …
- 13:30 Changeset [16509] by
- Properly expand and collapse all. Obviously you need to check $child->IsOk? …
- 13:29 Ticket #993 (BibTeX files: Scintilla is not shown as highlighter in the status bar) closed by
- fixed: It now works correctly in r16507.
- 13:04 Changeset [16508] by
- Added view-refresh.png, zoom-in.png and zoom-out.png from gnome218 distro …
- 12:43 Changeset [16507] by
- A big Perl tidy :)
- 12:39 Changeset [16506] by
- Updates Changes with the following: Upgrade the find in files panel to …
- 12:38 Changeset [16505] by
- Repeat, expand all and collapse all are now enabled and disabled correctly …
- 12:25 Changeset [16504] by
- Repeat, expand all and collapse all now working :)
- 11:53 Changeset [16503] by
- Preferences -> Key bindings now has filter and list. Remaining stuff to be …
- 11:31 Changeset [16502] by
- Initial steps in the great move of Key bindings to preferences 2.0 :)
- 11:27 Changeset [16501] by
- More border tweaks
- 11:18 Changeset [16500] by
- Now the event code is moved further into wxFormBuilder project with the …
- 11:12 Changeset [16499] by
- added Patch.fbp, using 3.1.70, sorry
- 11:09 Changeset [16498] by
- Tree item activation in "Find in files" is working again as expected
- 11:06 Changeset [16497] by
- Closing the stupid tree state in Padre.fbp
- 11:05 Changeset [16496] by
- It is alive... Repeat find in files is there along with expand and …
- 10:54 Changeset [16495] by
- More tweak to the Find in Files in Padre.fbp
- 10:52 Changeset [16494] by
- Migrating Padre::Wx::FindInFiles? to a wxFormBuilder style panel so we can …
- 10:43 Changeset [16493] by
- Added Padre::Wx::FBP::FindInFiles::Output to Padre.fbp (step 1 in Padre …
- 10:27 Changeset [16492] by
- Revert r16172 'added Padre-Plugin-Patch.fbp to Padre.fbp' since it was …
- 09:53 Features/EditPatch edited by
- (diff)
- 07:53 Changeset [16491] by
- Fix a cut-n-paste typo in 96_edit_patch.t. bowtie++ :)
- 07:49 Changeset [16490] by
- add test file for Patch, 96_edit_patch.t azawawi++
- 02:08 Changeset [16489] by
- Added skeleton module to hold the generated whole-project content
09/27/11:
- 21:28 Changeset [16488] by
- Update french translation.
- 14:38 Ticket #541 (wrong outline can get displayed for a document) closed by
- fixed
- 13:47 Changeset [16487] by
- Updated Changes to be more clear about the Makefile.PL requires Wx 0.9901 …
- 13:11 Changeset [16486] by
- Added three keywords to Makefile.PL: version control, patch, diff
- 12:02 Ticket #1184 (Perl help browser suppresses linebreaks) closed by
- fixed: Fixed in r16485 Thanks for your patience Ahmad M. Zawawi (azawawi)
- 12:01 Changeset [16485] by
- Require Wx 0.9901 on all platforms. This should fix tickets like …
- 11:52 Changeset [16484] by
- add svn version warring in status bar, azawawi++
- 11:20 Changeset [16483] by
- Perl tidy some of *my precious* commits :)
- 11:14 Changeset [16482] by
- Removed commented dead code for the old diff sub menu
- 11:13 Changeset [16481] by
- Patch is now enabled only when there is a document open in Padre
- 09:54 Changeset [16480] by
- Added copyright to Padre::Template so that xt/copyright.t will not …
- 08:27 Changeset [16479] by
- Unifying some method names to show_
- 08:23 Changeset [16478] by
- Put the start stuff into their own POD doc section
- 08:16 Changeset [16477] by
- Changing new_foo to start_foo
- 07:52 Changeset [16476] by
- - Refactored the generation of templated skeleton code into a pure …
- 07:30 Ticket #1336 (UI Layout - Lock/Unlock Behaviour) created by
- I think this is a defect, and it is, at the very least partly. OS - …
- 01:31 Changeset [16475] by
- We now generate launch scripts and root apps correctly
09/26/11:
- 12:54 Changeset [16474] by
- Fix typo in Changes
- 11:14 Ticket #1335 (Double Click Behaviour : Perl sigils and namespace delimiters etc) created by
- Currently when u double click on a variable name, padre selects the entire …
- 11:11 Ticket #1334 (Syntax checker could be slower) created by
- The syntax checking as it stands right now, checks too fast, i pause for …
- 11:06 Ticket #1333 (More understandable Settings : Auto Complete Brackets) created by
- Very small point.. but the current option to auto complete brackets does …
- 10:53 Ticket #1332 (Go to Prev/Next Cursor Position) created by
- This is inspired by the proprietary code browser source insight. This …
- 10:43 Ticket #1331 (Specially Handle Escaped characters) created by
- This is inspired atleast by gedit on ubuntu. It would be useful if escape …
- 08:12 Changeset [16473] by
- More bug fixing
- 07:00 Changeset [16472] by
- Bug fixing
- 03:36 Changeset [16471] by
- fluff - mostly trace
- 03:17 Changeset [16470] by
- Basic hooking up of the "Complete Wx Application" generation, although …
- 02:52 Changeset [16469] by
- Adding form section for generate all main files
- 00:50 Changeset [16468] by
- more icon adjustments
- 00:44 Changeset [16467] by
- adjustments to margin icons
09/25/11:
- 15:59 Features/EditPatch edited by
- (diff)
- 15:23 Features/EditPatch edited by
- (diff)
- 15:11 Changeset [16466] by
- Add mods to use local svn client, rather than Class::SVN
- 14:07 PadrePluginCookbookRecipie05 edited by
- (diff)
- 14:04 Changeset [16465] by
- more dysfunctional but optimistic OT
- 13:17 Changeset [16464] by
- mishin in Russian
- 12:59 Changeset [16463] by
- links to posts of Nikolay Mishin
- 12:17 Ticket #1330 (Enhanced TODO?) created by
- I am not sure how to call it but this idea could be borrowed: …
- 11:51 Changeset [16462] by
- remove unwanted composed method and tidy
- 11:49 Changeset [16461] by
- use File::Which::which thanks Alias++
- 03:35 Changeset [16460] by
- add XPM handler in plugin_startup temporarily updates to Resource - the …
09/24/11:
- 17:38 Changeset [16459] by
- tidy and add pod
- 17:32 Changeset [16458] by
- Add Composed Method file_in_path
- 11:24 Ticket #1329 (Current Line Highlighting) created by
- The color selection for the current line highlighting feature has a small …
09/23/11:
- 20:04 Changeset [16457] by
- tweak, tidy and add POD
- 15:23 Ticket #1328 (Padre infinite loops when launched without a filename to open) created by
- When I launch Padre without specifying a file on the command line, the …
- 11:43 Changeset [16456] by
- add TRACE lines
- 11:25 Changeset [16455] by
- tweak, tidy and add dependence
- 10:58 Changeset [16454] by
- only test for svn once
- 10:33 Changeset [16453] by
- add svn test exists before version
- 08:55 Changeset [16452] by
- update changes
- 08:50 Changeset [16451] by
- tweak and tidy
- 07:32 Changeset [16450] by
- add the beginnings of resource tracking of operations
- 07:30 Changeset [16449] by
- tweak icons
- 02:21 Changeset [16448] by
- distinguish the document owner swarm cursor from the ghost cursors.
- 00:58 Changeset [16447] by
- Removing deprecated ->bottom method
- 00:56 Changeset [16446] by
- Even though the acronym is Version Control System, in English nobody uses …
- 00:54 Changeset [16445] by
- Noting the Style 2.0 addition
- 00:48 Changeset [16444] by
- Allow ->send( foo => 1 ) in addition to ->send( { foo => 1 } )
- 00:46 Changeset [16443] by
- - Added identity_location config setting so collaborative functions such …
- 00:02 Changeset [16442] by
- 'animate' the ghost cursors between two frames - per the modulo of the …
09/22/11:
- 21:21 Changeset [16441] by
- tidy and add TRACE lines
- 21:09 Changeset [16440] by
- comment out unwanted code
- 21:05 Changeset [16439] by
- add dependencs
- 20:57 Changeset [16438] by
- a better solution using Sort::Versions
- 18:11 Changeset [16437] by
- try and catch the no svn diffs error, or non error
- 17:45 Changeset [16436] by
- remove commented out code
- 16:38 Changeset [16435] by
- Change code to use local SVN if present instead of SVN::Class, testing …
- 14:54 Changeset [16434] by
- Ghost cursors now only appear while you are focused on a document, so when …
- 14:06 Changeset [16433] by
- Make it slightly more obvious that a hello world message coming from …
- 12:17 Changeset [16432] by
- swarm ghost cursors are now 'real' ghosts.
- 11:43 Features/AutoDiff edited by
- (diff)
- 11:12 DownloadDebian edited by
- more information about Debian installation from CPAN/trunk (diff)
- 10:57 wxWidgets edited by
- (diff)
- 10:56 wxWidgets edited by
- Remove old information about Scintilla (diff)
- 09:55 Features/AutoDiff edited by
- (diff)
- 09:53 Features/AutoDiff edited by
- (diff)
- 09:42 Features/AutoDiff edited by
- (diff)
- 07:48 Ticket #1203 (CGI::Carp qw(fatalsToBrowser) hides errors) closed by
- fixed: Fixed in trunk
- 07:45 Ticket #1314 (syntax checker cannot deal with abs_path($0) ?) closed by
- fixed: Already fixed in trunk :)
- 07:41 Ticket #168 (columns in the Syntax check window should keep their size) closed by
- invalid: Invalid now that we are using a tree control
- 06:46 Changeset [16431] by
- Fix test plan count in 08_style.t
- 06:31 Changeset [16430] by
- Change the default foreground from green to grey so that visible …
- 06:13 Changeset [16429] by
- port solarized_dark to new style format - not guaranteed exact. some …
- 05:52 Changeset [16428] by
- make calltip and whitespace styling available to padre styles
- 04:46 Changeset [16427] by
- Preferences saves again
09/21/11:
- 20:01 Features/AutoDiff edited by
- (diff)
- 19:46 Features/AutoDiff edited by
- (diff)
- 19:43 Features/AutoDiff edited by
- (diff)
- 19:29 Features/AutoDiff edited by
- (diff)
- 19:23 Features/AutoDiff edited by
- (diff)
- 19:14 Features/AutoDiff edited by
- (diff)
- 19:00 Features/AutoDiff edited by
- (diff)
- 18:13 Features/AutoDiff edited by
- (diff)
- 18:01 Features/AutoDiff created by
- 18:00 Features/EditPatch edited by
- (diff)
- 17:59 Features/EditPatch edited by
- (diff)
- 17:57 Features edited by
- (diff)
- 14:30 Ticket #1327 (Padre trunk crashes on Ubuntu 10.04) created by
- ./dev starts without problem. […]
- 14:06 Ticket #711 (menu code) closed by
- invalid: Padre::Action::Help was refactored by Alias (Adam Keneddy) in r11766 …
- 14:02 Ticket #718 (highlighting bug on qw( first element if its a classname.) closed by
- cannot reproduce: Cannot reproduce on Padre 0.92 trunk with Wx::Scintilla 0.30
- 14:01 Changeset [16426] by
- Updates Changes
- 14:00 Ticket #1126 (TODO list: does not immediately show items) closed by
- fixed: Fixed in r16425
- 13:59 Changeset [16425] by
- Fix #1126 'TODO list: does not immediately show items' zenog++
- 13:24 Changeset [16424] by
- Fix missing main role in Padre:Wx::VCS
- 12:16 Changeset [16423] by
- Padre::Wx::Dialog::Diff passes the xt/badcode.t Wx::wx tests
- 12:16 Changeset [16422] by
- Padre::Wx::Dialog::PerlFilter? passes the xt/badcode.t Wx::wx tests
- 11:56 Changeset [16421] by
- xt/actiontest.t now works on Ubuntu under RELEASE_TESTING=1
- 11:13 Changeset [16420] by
- Dropping the extra parenthesis from postfix if in Padre::Task::Diff and …
- 11:02 Changeset [16419] by
- My bad. feature_vcs_support is false now by default until it is mature. …
- 10:57 Changeset [16418] by
- Updated changes with the Diff and VCS stuff that I have been hacking on. …
- 10:53 Changeset [16417] by
- Added missing Padre::Task::VCS to execute vcs command in the background …
- 10:49 Changeset [16416] by
- Removed copy&paste code from syntax check lol :)
- 10:48 Changeset [16415] by
- Added Padre::Wx::VCS and the vcs method to Padre::Wx::Main. Nothing fancy …
- 10:35 Changeset [16414] by
- Silently dropping a configuration parameter for version control system …
- 08:27 Changeset [16413] by
- Added blog post "Padre differentiates with style :)" :)
- 08:04 Changeset [16412] by
- No need to hide the dialog anymore on construction
- 08:02 Changeset [16411] by
- Inherit from the current editor. We used to get that for free but now …
- 07:46 Changeset [16410] by
- Perl tidy the diff box files
- 07:46 Changeset [16409] by
- Fix warning while running test in Padre:Wx::Style
- 07:31 Changeset [16408] by
- Create only one shared dialog for all editors that is a child of Padre's …
- 07:31 Changeset [16407] by
- Fix refactoring project directory typo in Padre::Task::Diff. azawawi--
- 07:23 Changeset [16406] by
- The diff dialog now belongs to Padre's main window instead of the current …
- 06:43 Changeset [16405] by
- some 'improvements' to night.txt style
- 06:25 Changeset [16404] by
- Small refactorlings :)
- 04:24 Changeset [16403] by
- Add a small update lock around the editor restyling
- 04:17 Changeset [16402] by
- Removing Padre::Wx::Main::change_style, we now change style exclusively …
- 03:46 Changeset [16401] by
- The drop down selector in the preferences dialog will now refresh the …
- 03:34 Changeset [16400] by
- Removing the last traces of the aborted Padre::Config::Style API in favour …
- 01:08 Changeset [16399] by
- Ported the "Night" style to the new style system and added test German …
09/20/11:
- 23:27 Changeset [16398] by
- Adding ->labels and tests for ->labels and ->label
- 22:00 Changeset [16397] by
- Parse out just the label
- 15:02 Changeset [16396] by
- tweak to size of Wx::TextCtrl? , plus logic comments
- 14:03 Changeset [16395] by
- changed Wx::TextCtrl? to 52 charters wide
- 13:44 Changeset [16394] by
- add another Wx image handler - Alias DO NOT 'optimize' this back out …
- 13:33 Changeset [16393] by
- pod updates and swarm logo as 'ghost cursor' margin markers. azawawi++
- 13:27 Changeset [16392] by
- Hack to workaround Wx::PopupWindow? relative positioning bug and a Perl …
- 12:24 Changeset [16391] by
- More UI tweaks. You cannot get enough of 'em :)
- 12:20 Changeset [16390] by
- More UI tweak to make it the perfect diff popup :)
- 11:56 Changeset [16389] by
- Added window-close.png to beautify the diff popup window even further :)
- 11:49 Changeset [16388] by
- More cool diff popup window... :)
- 11:43 Changeset [16387] by
- Added proper GNOME theme actions icons to both …
- 11:36 Changeset [16386] by
- Up and down arrows in diff box working :)
- 11:18 Changeset [16385] by
- use Wx::PopupWindow? instead of Wx::Window for diff popup window
- 00:53 Changeset [16384] by
- debugging for margins
09/19/11:
- 22:19 Changeset [16383] by
- pod updates and cleanup
- 21:49 Changeset [16382] by
- Perl tidy stuff that i forgot to commit before. azawawi--
- 21:45 Changeset [16381] by
- More elegant code in Padre::Task::Diff. Hide and then destroy the old diff …
- 21:34 Changeset [16380] by
- Destroy diff box that is for another editor when a new one is created
- 21:26 Changeset [16379] by
- Refactor run command in Padre::Task::Syntax
- 21:02 Changeset [16378] by
- More refactoring... less code :)
- 20:49 Changeset [16377] by
- Less code in Padre::Task::Diff. Removed dead code.
- 20:45 Changeset [16376] by
- Refactor slurps in Padre::Task::Diff :)
- 20:36 Changeset [16375] by
- More refactoring to VCS diff code
- 16:23 Changeset [16374] by
- Revert r15902 and r15905
- 14:55 Changeset [16373] by
- Free git and cheap support on Padre :)
- 14:37 Changeset [16372] by
- Added experimental git support to Padre::Task::Diff :)
- 14:35 Changeset [16371] by
- Fix a syntax check regression that was caused by method name refactoring. …
- 13:56 Ticket #1326 (Padre-Plugin-PerlTidy and the /a modifier with tools/perltidyrc) created by
- when using the ascii (/a) modifier with tools/perltidyrc. before tidy: …
- 13:25 Changeset [16370] by
- add a plugin method for margin marker bitmap .
- 13:24 Changeset [16369] by
- tidy slightly
- 13:23 Changeset [16368] by
- i think this is pie in the sky - but one day there will be a swarm margin …
- 11:48 Changeset [16367] by
- Added a simple border to the diff box
- 11:36 Changeset [16366] by
- ugly ugly ugly socket tickling causes nuisance warnings. dump 'noop' as a …
- 11:04 Changeset [16365] by
- Select next/previous difference was buggy around line #0
- 10:56 Changeset [16364] by
- Switch from Wx::PlPopupTransientWindow? to plain Wx::Window... :)
- 10:52 Changeset [16363] by
- Properly use ESCAPE constant instead of value
- 10:31 Changeset [16362] by
- Hide the diff box when clear is called
- 10:26 Changeset [16361] by
- Escape hides the diff box. Sewi++
- 10:23 Changeset [16360] by
- Faster background coloring of the whole diff box
- 10:15 Changeset [16359] by
- Quick coloring styles to diff box :)
- 09:43 Changeset [16358] by
- Hide diff box after a successful revert
- 09:41 Changeset [16357] by
- Perl-o-el-tidy-o :)
- 09:41 Changeset [16356] by
- Updated Changes
- 09:39 Changeset [16355] by
- Perfect revert functionality or maybe not :)
- 09:32 Changeset [16354] by
- Mini-me revert patch functionality :)
- 09:12 Changeset [16353] by
- First case in revert functionality handled
- 08:34 Changeset [16352] by
- Simplify diff box positioning code
- 08:19 Changeset [16351] by
- Perl Tidy Padre::Wx::Diff
- 08:16 Changeset [16350] by
- Padres => Padre developers. ranguard++ :)
- 08:11 Changeset [16349] by
- Refactor the next/previous difference code. Perl++ :)
- 08:02 Changeset [16348] by
- fix small typo
- 08:01 Changeset [16347] by
- Next/Previous? change button are 100% working... :)
- 08:00 Changeset [16346] by
- website patch from Ranguard++
- 07:56 Changeset [16345] by
- Diff text now resizes to its best size
- 07:55 Changeset [16344] by
- Hide the diff popup window when the editor loses focus
- 07:54 WikiStart edited by
- Nothing to see here, just a test edit (diff)
- 07:44 Changeset [16343] by
- Refactor event handlers
- 07:39 Changeset [16342] by
- Accelerators in a popup window has no meaning whatsoever since it has no …
- 07:38 Changeset [16341] by
- Adding ->file method to directly resolve a style name to a file name
- 07:36 Changeset [16340] by
- Only show what needs to be reverted... That's the original text that this …
- 07:15 Changeset [16339] by
- Reverted back to wxButton for up and down arrow. wxBitmapButton is buggy …
- 06:57 Changeset [16338] by
- Croak about deprecated EVT_STC_POSCHANGED when the event is subscribed. …
- 06:48 Changeset [16337] by
- add a newline to console message. TODO fix the damn interface for Chat.pm …
- 06:46 Changeset [16336] by
- Adding ->styles method to search for the list of available styles
- 06:35 Changeset [16335] by
- more fiddling around with markers.
- 06:30 Changeset [16334] by
- add marker decoration for swarm cursors... wtf does wxSTC_MARK_CHARACTER …
- 04:45 Changeset [16333] by
- remember to remove the margin markers before adding the next one.
- 04:36 Changeset [16332] by
- attempt to track cursor movement and render hint at where a remote user …
09/18/11:
- 21:46 Changeset [16331] by
- clean up and tidy
- 21:29 Changeset [16330] by
- Perl tidy my night's work :)
- 21:27 Changeset [16329] by
- More refactoring to Padre::Wx::Dialog::Diff
- 20:45 Changeset [16328] by
- Proper up and down arrows instead of stupid "next/previous difference" …
- 20:36 Changeset [16327] by
- Drop editor annotation to display diff output to the new Padre diff box! …
- 20:14 Changeset [16326] by
- Previous and Next difference button and a text control to show the diff in …
- 19:54 Changeset [16325] by
- Added initial Padre::Wx::Dialog::Diff; nothing fancy but will replace …
- 19:31 Changeset [16324] by
- Less more Perlish code in Padre::Wx::Diff
- 19:19 Changeset [16323] by
- Removed the last of the good-old TODOs in Padre::Wx::Dialog::KeyBindings? …
- 19:17 Changeset [16322] by
- SetTooltip? -> SetToolTip? azawawi-- :)
- 19:14 Changeset [16321] by
- Fixed 'TODO tooltips for all buttons' in Padre::Wx::Dialog::KeyBindings? :)
- 19:01 Changeset [16320] by
- Properly use Padre::Constant::PADRE_DIFF_HEADER. azawawi-- :)
- 18:45 Changeset [16319] by
- Added PADRE_DIFF_HEADER
- 18:39 Changeset [16318] by
- Add forgotten PADRE_DIFF_DELETED and PADRE_DIFF_ADDED to …
- 18:34 Changeset [16317] by
- Use PADRE_DIFF_DELETED and PADRE_DIFF_ADDED to properly display deleted …
- 18:22 Changeset [16316] by
- Sort numerically to solve a bug where select next difference was not …
- 18:05 Changeset [16315] by
- Simplify variable names a bit
- 18:01 Changeset [16314] by
- Added blog post 'Wx::Scintilla 0.30 released' to Padre's about page
- 17:05 Changeset [16313] by
- add ranguard so he can patch the website
- 17:04 Changeset [16312] by
- update POD, and tidy
- 17:02 Changeset [16311] by
- update POD, and tidy
- 16:34 Changeset [16310] by
- add another link at the top (Ranguard)
- 16:33 Changeset [16309] by
- add another link at the top (Ranguard)
- 16:28 Changeset [16308] by
- add App::cpanminus to the wish list
- 14:29 Changeset [16307] by
- Properly handle undefined line to select when showing next difference …
- 14:16 Changeset [16306] by
- Perl tidy Padre::Wx::Syntax
- 14:16 Changeset [16305] by
- 'Next Difference' now shows the next difference in an annotation (the same …
- 14:05 Changeset [16304] by
- Refactor next problem/difference to use the same …
- 13:58 Changeset [16303] by
- Updated Changes and "Next Difference" runs like butter
- 13:39 Changeset [16302] by
- Added 'Next Difference' dummy action that will quickly jump to the next …
- 13:25 Changeset [16301] by
- Added blog post 'Padre realtime diff' to Padre's about page
- 13:05 Changeset [16300] by
- Handle 'svn diff' in a very fast way through a local svn trick provided by …
- 12:38 Changeset [16299] by
- move new perl filter version back to core
- 12:37 Changeset [16298] by
- move new perl filter version back to core
- 12:11 Changeset [16297] by
- announce in chat console when someone takes a copy of an open file via …
- 11:34 Changeset [16296] by
- Enable syntax check symbol margin when feature_saved_document_diffs is …
- 11:11 Changeset [16295] by
- Require latest stable Wx::Scintilla 0.30 to get Scintilla 2.29 in Padre
- 11:08 Changeset [16294] by
- Fix t/15_locale.t warnings in Padre::Wx::Diff
- 11:02 Changeset [16293] by
- Describe how many lines were added, deleted or changed
- 10:49 Changeset [16292] by
- Removed experimental flag from feature_saved_document_diffs and enabling …
- 10:47 Changeset [16291] by
- Use annotations instead of Calltips since these can be colored for now... …
- 09:45 Changeset [16290] by
- Clicking on the margin now display diff results... Not coloured at the …
- 09:18 Changeset [16289] by
- Line added margins are now shown for all added lines as green plus signs
- 07:47 Changeset [16288] by
- SVN ignore stuff in Padre-Plugin-Swarm
- 07:45 Changeset [16287] by
- Released 0.29_03 as stable Wx::Scintilla 0.30. Enjoy :)
- 07:44 Changeset [16286] by
- Perl tidy various forgotten tidies…
- 07:43 Changeset [16285] by
- Added initial commented VCS diff to Padre::Task::Diff and Perl tidy my …
- 06:56 Changeset [16284] by
- Updated Padre's Changes
- 06:54 Changeset [16283] by
- Added Padre::Project Version Control System (VCS) constants to …
09/17/11:
- 13:57 Changeset [16282] by
- update POD to include link to it's wiki page
- 13:40 Changeset [16281] by
- force Show output to be in colour
- 11:03 Changeset [16280] by
- i18n diff margin messages
- 10:04 Changeset [16279] by
- Correct release date on Changes
- 09:45 Changeset [16278] by
- Bumped version to 0.29_03 and updated to Scintilla 2.29 released on 16th …
09/16/11:
- 12:04 Changeset [16277] by
- add info about Italian translation to Changes
- 04:51 Changeset [16276] by
- If a buggy compile run results in error messages that are logically after …
09/15/11:
- 19:33 Changeset [16275] by
- Updated Padre Italian translation
- 17:41 Features/EditPatch edited by
- (diff)
- 17:37 Features/EditPatch edited by
- (diff)
- 17:29 Features/EditPatch edited by
- (diff)
- 15:57 Features/EditPatch edited by
- (diff)
- 15:22 Features/EditPatch edited by
- (diff)
- 13:44 Features/EditPatch edited by
- (diff)
- 12:54 Changeset [16274] by
- sigh - more ridiculous socket tickling
- 12:41 Features/EditPatch created by
- 12:38 Features edited by
- (diff)
- 11:51 Changeset [16273] by
- Arrow marker instead three dots for a diff change
- 11:41 Changeset [16272] by
- A bit of color fixing
- 11:38 Changeset [16271] by
- Properly split newlines when calculating differences. We now have more …
- 11:16 Changeset [16270] by
- Padre::Wx::Diff can now properly classify changed stuff into lines …
- 11:14 Changeset [16269] by
- Ignore blib folder in Padre::Plugin::Swarm
- 10:08 Changeset [16268] by
- Less warnings in Padre::Task::Diff when there is no filename (azawawi--, …
- 10:06 Changeset [16267] by
- Handle crash in Padre::Task::Diff when there is no filename for the …
- 10:05 Changeset [16266] by
- Handle crash in Padre::Wx::Menu::Edit (bowtie++)
- 10:03 Changeset [16265] by
- update Changes
- 10:00 Changeset [16264] by
- renamed Patch-2 -> Patch removed Diff Tools from editor menu
- 10:00 Changeset [16263] by
- Perl tidy forgotten relics
- 09:57 Changeset [16262] by
- Correctly refresh "Diff to Saved Document" when the document is saved
- 09:32 Changeset [16261] by
- an updated patch file
- 09:21 Changeset [16260] by
- refresh diff when refresh is called
- 09:06 Changeset [16259] by
- 3 markers to show differences: lines added (+ light green), line changed …
- 08:22 Changeset [16258] by
- Updated Changes to give credit to bowtie++
- 08:21 Changeset [16257] by
- Plugin manager is now modal
- 08:19 Changeset [16256] by
- PerlTidy? Padre::Wx::Diff and Padre::Task::Diff
- 08:13 Changeset [16255] by
- Calculating document differences is now done in the background and when it …
- 07:07 Changeset [16254] by
- Fixed a copy-n-paste typo in Padre::Task::Outline
09/14/11:
- 22:46 Ticket #1325 (Backreference substitution not working in Replace dialog) created by
- Trying to reformat some Euro date strings (dd.mm.yyyy) to sortable …
- 21:03 Changeset [16253] by
- waxhead some patches for you and a fbp, I have given you patches, rather …
- 15:08 Changeset [16252] by
- Updated Changes
- 15:03 Changeset [16251] by
- Yellow marker for an added text (diff), red marker for removed text (diff)
- 14:55 Changeset [16250] by
- Introducing online saved file version checking margins.... :)
- 14:27 Changeset [16249] by
- Added *experimental* saved document differences feature
- 12:58 Changeset [16248] by
- small changes, still no dialog interaction
- 12:36 Changeset [16247] by
- Added how much time does syntax checking take
- 12:28 Changeset [16246] by
- Removed deprecated function
- 12:24 Changeset [16245] by
- added first go at FBP dialog generation
- 12:05 Changeset [16244] by
- Exposed SetEmptySelection? in XS and wrote a dirty test in perl_editor.pl
- 12:00 Changeset [16243] by
- Exposed SetEmptySelection? in XS
- 11:47 Changeset [16242] by
- 0.29_02 will be released today :)
- 11:46 Changeset [16241] by
- Fix various compilation problems. azawawi--
- 11:42 Changeset [16240] by
- Perl tidy my previous evil commits to Padre::Wx::Syntax
- 11:40 Changeset [16239] by
- Add missing SetEmptySelection? to remove any selection and sets the caret …
- 11:36 Changeset [16238] by
- Updated Changes for Wx::Scintilla 0.29_02 (Another development release …
- 11:34 Changeset [16237] by
- More missing wxSTC indicator constants: wxSTC_INDIC_DASH, …
- 11:18 Changeset [16236] by
- More refactoring to the annotation feature i just added
- 11:04 Changeset [16235] by
- Update only current line annotation when you move your cursor to it. This …
- 10:01 Changeset [16234] by
- Indicators should now be shown with syntax checker annotations. This is …
- 09:02 Ticket #1324 (One of our features is missing... Skelton Build or Module::Starter) created by
- Back in the good old days we had module-starter we even have a component …
- 08:41 Changeset [16233] by
- svn:ignore *.old to get rid of winxs/ failing artifacts
- 08:39 Changeset [16232] by
- Replaced references to wxStyledTextCtrl documentation with the original …
- 08:32 Ticket #1323 (Wx::Scintilla missing methods) closed by
- fixed: Upgrade to latest Wx::Scintilla version fixes this.
- 07:07 Changeset [16231] by
- Extended style-driven gui colouring to the outline and todo list tools
- 07:06 Changeset [16230] by
- give up on trying to use the "select" feature
- 06:30 Changeset [16229] by
- Ensure we absolutely have the latest Scintilla
- 06:26 Ticket #1323 (Wx::Scintilla missing methods) created by
- DIE: Can't locate object method "SetIndicatorCurrent?" via package …
- 06:25 Changeset [16228] by
- Styles now intelligently fall back to next-best styles if the one we want …
- 06:23 Changeset [16227] by
- Expand from bottom to top so avoid hiding when there's only a single file
- 06:19 Changeset [16226] by
- Workaround for bad crash
- 06:10 Changeset [16225] by
- Workaround for bad crash
- 06:07 Changeset [16224] by
- Workaround for bad crash
- 05:36 Changeset [16223] by
- Removed Padre::Wx::Editor::data and the silly package lexical we stored …
- 04:24 Changeset [16222] by
- GUI style settings now apply to the editor properly
- 04:15 Changeset [16221] by
- Removed the need for dedicated ->recolour methods, we can now use a simple …
- 04:13 Changeset [16220] by
- Remove the evil legacy loading
- 04:12 Changeset [16219] by
- Updating change_style to the new mechanism (but disabling for now)
- 04:11 Changeset [16218] by
- Adding support for setting gui colouring
- 03:22 Changeset [16217] by
- Adding GUI section to the style
- 03:10 Changeset [16216] by
- Removing some remnant references to Wx::STC and Wx::StyledTextCtrl?
- 03:10 Changeset [16215] by
- Switching to using the new Padre::Wx::Style object held in Padre::Wx::Main
- 02:30 Changeset [16214] by
- Removed method prematurely, due to not finding any uses of it due to the …
- 02:19 Changeset [16213] by
- Message tweak
- 02:16 Changeset [16212] by
- - Find In Files shows match counts again, and no longer hides files when …
- 02:11 Changeset [16211] by
- FindInFiles? now does correct match accounting again
- 01:35 Changeset [16210] by
- Removing unused padre_setup_style
- 01:33 Changeset [16209] by
- Nothing has used $data_private for a while now
- 01:32 Changeset [16208] by
- The currently active style is now stored on the main object
- 01:29 Changeset [16207] by
- Move padre's internal colouring into it's own block
Note: See TracTimeline
for information about the timeline view.
