source: trunk/Padre/script/padre @ 18221

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18088   2 weeks azawawi Removed extra newline in padre --version
(edit) @18037   3 weeks adamk Bumping version and changes file to start 0.96 release cycle
(edit) @18031   3 weeks adamk Fix
(edit) @18030   3 weeks adamk Some final version tweaks
(edit) @17851   5 weeks adamk Updating a variety of copyright statements to refer to 2012
(edit) @17669   2 months adamk Keyword data for languages has now been moved into Padre::Wx::Scintilla
(edit) @17603   2 months adamk More tweaking to the script
(edit) @17602   2 months adamk - Try to avoid failing silently when there are major load-time failures …
(edit) @17601   2 months adamk Move PADRE_HOME earlier, so we don't ignore it when doing --version
(edit) @17530   3 months adamk seperated ---> separated
(edit) @16798   4 months zenogantner padre script: replace unnecessary double quotes by single quotes
(edit) @15658   6 months adamk Converted the :dialog constants Wx::wxCANCEL --> Wx::CANCEL Wx::wxCENTRE …
(edit) @15087   7 months waxhead perl tidy project prior to release 0.88
(edit) @15084   7 months adamk Fixing all outstanding Perl::Critic bugs
(edit) @15073   7 months adamk - Removed the --with-plugin command line option used by one of the author …
(edit) @14407   9 months Sewi Perl tidy
(edit) @14398   9 months claudio Disable overlay scrollbars on linux
(edit) @14307   9 months szabgab tidy
(edit) @14230   10 months burak scalar not needed
(edit) @14229   10 months burak Try to locate and use the wxPerl from "our" perl under OSX
(edit) @14089   11 months Sewi Plugin hooks, first part: Add a test plugin and a test which is using the …
(edit) @13605   13 months waxhead Tidy for release 0.80
(edit) @13530   13 months adamk More loading tweaks
(edit) @13492   13 months waxhead Changes to the copyright notice chaning the year from 2010 to 2011, tests …
(edit) @13231   15 months azawawi Restored --desktop command line option after Alias confirmed that we need …
(edit) @13225   15 months azawawi Removed non-functional '--desktop' command line option since it is a …
(edit) @12246   18 months waxhead project tidy for release 0.69
(edit) @12230   18 months chorny Command line switch to select locale
(edit) @11679   20 months adamk Blindly applying danlucraft's OSX anti-infinite-loop patch, because I …
(edit) @11221   23 months azawawi Removed wperl.exe failed attempt at fixing module tools since some …
(edit) @11218   23 months szabgab eliminate some critic errors possibly breaking Padre on windows as a …
(edit) @11216   23 months Sewi Add a critic fix idea (even if critic ignores it atm)
(edit) @11205   23 months azawawi Delayed IO redirection under wperl so that it does not collide with the …
(edit) @11204   23 months azawawi Fixed strange context string matching issue with $X (EXECUTABLE_NAME) …
(edit) @11193   23 months azawawi Perl tidy (only 2 files that i committed earlier)
(edit) @11191   23 months azawawi Redirect stdout/err to the null device (available since Windows NT). This …
(edit) @11090   2 years adamk Everything that needs threads should make sure they are loaded themselves. …
(edit) @11077   2 years szabgab fix version test problem
(edit) @10804   2 years azawawi Perl tidy (11 files)
(edit) @10792   2 years adamk Changed all for loops to foreach that should have been foreaches. …
(edit) @10615   2 years adamk Added support for --reset to flush and reset the configuration to …
(edit) @10259   2 years Sewi Perl tidy
(edit) @10249   2 years adamk Landing the final version of the new Padre::Startup mechanism
(edit) @10179   2 years Sewi Perl tidy
(edit) @10178   2 years adamk Add support for preloading all of Padre in advance. This flag is there to …
(edit) @10177   2 years adamk Completed the move of desktop integration to Padre::Desktop
(edit) @10083   2 years waxhead Tidy for release 0.54
(edit) @10042   2 years adamk Clean up the plugin manager more aggressively, and cure the segfault …
(edit) @10037   2 years szabgab change the copyright on the Padre files to include 2010
(edit) @9517   2 years Sewi dev.pl now accepts Padre's command line options (again)
(edit) @9468   2 years waxhead Tidy run for release 0.51
(edit) @9443   2 years adamk Perl::Critic fixes, UNGFFF
(edit) @9333   2 years Sewi Perl tidy
(edit) @9326   2 years Sewi Add to action queue from command line
(edit) @8853   2 years azawawi [Padre] Added forgotten --desktop usage POD to padre
(edit) @8625   2 years azawawi [Padre] Perl tidy
(edit) @8624   2 years azawawi [Padre] Added MimeType? text, Perl 5, Perl 6 to Padre desktop shortcut …
(edit) @8623   2 years azawawi [Padre] Fixed the Padre's logo on Padre.desktop
(edit) @8622   2 years azawawi [Padre] Copy Padre.desktop to ~/Desktop/ (when using padre --desktop)
(edit) @8620   2 years azawawi [Padre] padre --desktop now creates a Padre.desktop for KDE and GNOME …
(edit) @8619   2 years azawawi [Padre] Add code to support future --desktop launchers and integration for …
(edit) @8581   2 years azawawi [Padre] Acknowledge what has been done to the user after each stage when …
(edit) @8578   2 years azawawi [Padre] Perl tidy (one file)
(edit) @8577   2 years azawawi [Padre] padre --desktop now creates a desktop shortcut and creates the …
(edit) @8575   2 years azawawi [Padre] (win32) Display a message box under wperl.exe when 'padre …
(edit) @8551   2 years azawawi [Padre] Perl tidy
(edit) @8550   2 years azawawi [Padre] session => SESSION rename (to be more consistent)
(edit) @8549   2 years azawawi [Padre] --desktop creates a shortcut on your Windows desktop :)
(edit) @8548   2 years azawawi [Padre] --desktop: The evil desktop-VBS-based-win32-integration experiment …
(edit) @8516   2 years azawawi [Padre] Perl tidy dev.pl and script/padre along with ...Wx::Syntax :)
(edit) @7391   2 years daxim spelling and style fixes
(edit) @5728   3 years therek added --version switch (#408)
(edit) @5343   3 years szabgab separate DIE printouts
(edit) @5340   3 years azawawi [Padre] DIE longmess is a bit less messy :)
(edit) @5296   3 years submersible_toaster PADRE_DIE handler glorified with Carp::longmess
(edit) @5125   3 years szabgab watching how Padre would die
(edit) @4318   3 years adamk Completed the client-side half of single instance support
(edit) @4258   3 years adamk Removed an accidental use Class::Autouse
(edit) @4257   3 years adamk Even though we don't do a full ->refresh_menu during the Main->refresh any …
(edit) @3973   3 years jquelin new --session flag
(edit) @3715   3 years szabgab remove the uncommented fork() call so it wont bother anyone..
(edit) @3686   3 years szabgab stop froking for now…
(edit) @3685   3 years szabgab comment
(edit) @3684   3 years szabgab remove unnecessary checking of @ARGV (Offer Kaye)
(edit) @3060   3 years szabgab change the "Copyright for 2008-2009 The Padre development team as listed …
(edit) @2816   3 years SvenDowideit re-spawn using wxPerl on OSX
(edit) @2779   3 years adamk Moving --help handling to padre scripts. Adding support for --home to set …
(edit) @2381   3 years azawawi Removed use STD in script/padre
(edit) @2178   3 years azawawi Source cleanup (tabs->spaces) in script/padre and improved 'use STD' …
(edit) @2115   3 years szabgab no need to include the PARROR_PATH in Padre if Parrot is a plug-in
(edit) @2011   3 years fayland use is not OK with eval
(edit) @2001   3 years szabgab we don't use English as it just uses memory we don't have enough dont' …
(edit) @1999   3 years azawawi Padre launcher now supports the 'use STD' bug workaround [See …
(copy) @1745   3 years tsee move Padre trunk to trunk/Padre
copied from trunk/script/padre:
(edit) @604   3 years szabgab add license/copyright to all the .pm files
Note: See TracRevisionLog for help on using the revision log.