Changeset 12407
- Timestamp:
- 08/30/10 09:38:31 (18 months ago)
- Location:
- trunk/Padre
- Files:
-
- 3 edited
-
Changes (modified) (1 diff)
-
lib/Padre/Config.pm (modified) (1 diff)
-
lib/Padre/Startup.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/Changes
r12401 r12407 19 19 - Fixed small translation problem in ActionLibrary (ZENOG) 20 20 - Initial working version of the keyboard shortcut editor (ZENOG) 21 - The startup splash is now disabled by default. Padre starts up very 22 quickly these days, and delaying image loading should reduce the 23 per-thread memory cost more (ADAMK) 21 24 22 25 0.69 2010.08.17 -
trunk/Padre/lib/Padre/Config.pm
r12388 r12407 381 381 type => Padre::Constant::BOOLEAN, 382 382 store => Padre::Constant::HUMAN, 383 default => 1,383 default => 0, 384 384 startup => 1, 385 385 ); -
trunk/Padre/lib/Padre/Startup.pm
r12251 r12407 59 59 main_singleinstance => Padre::Constant::DEFAULT_SINGLEINSTANCE, 60 60 main_singleinstance_port => Padre::Constant::DEFAULT_SINGLEINSTANCE_PORT, 61 startup_splash => 1,61 startup_splash => 0, 62 62 threads => 1, 63 63 );
Note: See TracChangeset
for help on using the changeset viewer.
