Changes between Version 39 and Version 40 of PadrePluginCookbookRecipie05
- Timestamp:
- 08/30/11 11:04:08 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginCookbookRecipie05
v39 v40 114 114 115 115 116 * draft needstiding up116 * draft 2 needs more work, in tiding up 117 117 {{{#!text 118 118 bowtie … … 359 359 This is cool 360 360 * now I can keep my say(print) statements, but turn then on when I want, with out littering the terminal :) 361 362 try the following 361 Make sure you have added {{{Padre::Logger}}} to {{{padre_interfaces}}} and loaded the module in your package. 362 * Read POD for [http://search.cpan.org/~plaven/Padre/lib/Padre/Logger.pm Padre::Logger] 363 {{{#!perl 364 TRACE( "found missing file in history " . $events[$_][2] ) if DEBUG; 365 }}} 366 367 To view the output in terminal, try the following 363 368 {{{#!sh 364 369 perl dev -a -t Padre::Plugin::Swarm::Transport::Global::WxSocket … … 459 464 == Miscellaneous 460 465 ==== ellipsis 461 Label the menu item with a trailing ellipsis ("...") only if the command requires further input from the user before it can be performed. Do not add an ellipsis to items that only present a confirmation dialog (such as Delete), or that do not require further input (such as Properties, Preferences or About). 466 Label the menu item with a trailing ellipsis ("...") only if the command requires further input from the user before it can be performed. Do not add an ellipsis to items that only present a confirmation dialog (such as Delete), or that do not require further input (such as Properties, Preferences or About). dolman+ 462 467 463 468 see sample from {{{Padre::Plugin::Patch}}}
