root/trunk/peppy/plugins
| Name | Size | Rev | Age | Last Change |
|---|---|---|---|---|
| ../ | ||||
| games | 1199 | 8 months | Refs #389: added egg plugin directory * moved games (hangman, fractal) to … | |
| __init__.py | 0 bytes | 55 | 2 years | Changes for initial implementation of #2. * Added shell ** ShellProtocol? … |
| bash_mode.peppy-plugin | 203 bytes | 1156 | 9 months | Added initial version of regex based autoindenter based on KDE's kate … |
| bash_mode.py | 1.6 kB | 1481 | 4 months | Added JobControlMixin? to FundamentalMode? so that all text modes can use … |
| buffer_list_mode.peppy-plugin | 207 bytes | 770 | 13 months | Fixed #309: Added basic functionality of buffer list mode * moved … |
| buffer_list_mode.py | 15.5 kB | 1715 | 5 weeks | Made IPeppyPlugin's getCompatible* methods more forgiving by allowing them … |
| c_mode.peppy-plugin | 205 bytes | 492 | 14 months | Phase 1 of the conversion to yapsy plugins * combined the trac plugins … |
| c_mode.py | 1.3 kB | 1168 | 8 months | Added CStyleAutoindent * forces an unindent when it sees a line starting … |
| changelog_mode.peppy-plugin | 194 bytes | 711 | 13 months | Fixed #278: Added changelog mode * added add-change-log-entry * added … |
| changelog_mode.py | 3.8 kB | 1213 | 8 months | Added 'wide' and 'fullwidth' keyword arguments to Params * expanded grid … |
| code_explorer.peppy-plugin | 235 bytes | 1697 | 6 weeks | Fixed #547: Added code browser and removed function menu * changed … |
| code_explorer.py | 3.9 kB | 1702 | 6 weeks | Removed call to mode.focus() so the code browser can stay popped up * the … |
| cpp_mode.peppy-plugin | 181 bytes | 705 | 13 months | Added boilerplate for C++ mode * moved C++ regexes from C mode to C++ … |
| cpp_mode.py | 0.9 kB | 1168 | 8 months | Added CStyleAutoindent * forces an unindent when it sees a line starting … |
| cursor_movement.peppy-plugin | 251 bytes | 604 | 14 months | Fixed #228: added tabify/untabify text transforms * created new plugins … |
| cursor_movement.py | 4.5 kB | 1581 | 3 months | Fixed #506: created actions for almost all scintilla commands * moved some … |
| debug_classes.peppy-plugin | 244 bytes | 530 | 14 months | Released 0.6.5! * Added credit to Thibauld Nion for yapsy * removed … |
| debug_classes.py | 5.6 kB | 1684 | 7 weeks | Removed hierarchical menu for DebugClasses?: only sidebar equivalent is … |
| diff_mode.peppy-plugin | 195 bytes | 1714 | 5 weeks | Added diff mode to edit or view diff files * views diff/patch files and … |
| diff_mode.py | 3.2 kB | 1715 | 5 weeks | Made IPeppyPlugin's getCompatible* methods more forgiving by allowing them … |
| editra_styleeditor.peppy-plugin | 230 bytes | 622 | 13 months | Added the plugin for the editra style dialog |
| editra_styleeditor.py | 3.3 kB | 1704 | 6 weeks | Fixed #550: default to python editra language if not a fundamental mode … |
| error_log.peppy-plugin | 192 bytes | 530 | 14 months | Released 0.6.5! * Added credit to Thibauld Nion for yapsy * removed … |
| error_log.py | 9.0 kB | 1696 | 6 weeks | Changed MinorMode? constructor argument list and added springtab support … |
| file_browser.peppy-plugin | 209 bytes | 1668 | 7 weeks | Added springtab classpref to sidebars to specify where a sidebar should … |
| file_browser.py | 1.8 kB | 1676 | 7 weeks | Added check to FileBrowser?.OnActivate? to make sure item is a real file … |
| find_replace.peppy-plugin | 229 bytes | 1265 | 7 months | Refs #407: Added more emacsy find bar * modified PyPE search bar to do … |
| find_replace.py | 50.9 kB | 1715 | 5 weeks | Made IPeppyPlugin's getCompatible* methods more forgiving by allowing them … |
| fortran_mode.peppy-plugin | 193 bytes | 1091 | 9 months | Added Fortran 77 mode |
| fortran_mode.py | 1.1 kB | 1105 | 9 months | Readied changelog for 0.7.2.6 release * moved detection of string and … |
| graphviz_mode.peppy-plugin | 221 bytes | 492 | 14 months | Phase 1 of the conversion to yapsy plugins * combined the trac plugins … |
| graphviz_mode.py | 5.6 kB | 1696 | 6 weeks | Changed MinorMode? constructor argument list and added springtab support … |
| help.peppy-plugin | 173 bytes | 493 | 14 months | Split about into two parts so the plugin could be loaded * created … |
| help.py | 3.9 kB | 1559 | 4 months | Made distinction between an active contributor to peppy (AddAuthor?) and … |
| hexedit_mode.peppy-plugin | 207 bytes | 492 | 14 months | Phase 1 of the conversion to yapsy plugins * combined the trac plugins … |
| hexedit_mode.py | 37.0 kB | 1260 | 7 months | Refs #425: attemped to find start and end of multi-byte sequence before … |
| htmlview_mode.peppy-plugin | 193 bytes | 492 | 14 months | Phase 1 of the conversion to yapsy plugins * combined the trac plugins … |
| htmlview_mode.py | 3.4 kB | 1730 | 4 weeks | Fixed #541: added MajorMode?.isTemporaryMode method * now allows instances … |
| image_mode.peppy-plugin | 192 bytes | 490 | 14 months | Added yapsy versions of menu item, toolbar item, and keyboard item … |
| image_mode.py | 5.3 kB | 1710 | 6 weeks | Fixed #551: added error handler when changing major modes * added … |
| insert_text.peppy-plugin | 221 bytes | 1455 | 5 months | Added InsertCodePoint? action to insert a unicode character from its code … |
| insert_text.py | 1.7 kB | 1715 | 5 weeks | Made IPeppyPlugin's getCompatible* methods more forgiving by allowing them … |
| java_mode.peppy-plugin | 184 bytes | 1180 | 8 months | Fixed #8: SimpleCLikeFoldFunctionMatchMixin now provides good function … |
| java_mode.py | 0.9 kB | 1180 | 8 months | Fixed #8: SimpleCLikeFoldFunctionMatchMixin now provides good function … |
| keyboard.peppy-plugin | 194 bytes | 492 | 14 months | Phase 1 of the conversion to yapsy plugins * combined the trac plugins … |
| keyboard.py | 7.9 kB | 1580 | 3 months | Fixed #489: user keystrokes now take precedence * added class attribute to … |
| makefile_mode.peppy-plugin | 191 bytes | 492 | 14 months | Phase 1 of the conversion to yapsy plugins * combined the trac plugins … |
| makefile_mode.py | 6.0 kB | 1716 | 5 weeks | Added iterFoldEntries to MakefileMode? so make commands appear in code … |
| openrecent.peppy-plugin | 199 bytes | 492 | 14 months | Phase 1 of the conversion to yapsy plugins * combined the trac plugins … |
| openrecent.py | 10.3 kB | 1618 | 2 months | Fixed #525: added Recent Projects menu that uses the new capabilities of … |
| preferences.peppy-plugin | 199 bytes | 492 | 14 months | Phase 1 of the conversion to yapsy plugins * combined the trac plugins … |
| preferences.py | 3.7 kB | 1376 | 5 months | Fixed #459: now update local settings in the preference dialog … |
| process_list.peppy-plugin | 207 bytes | 530 | 14 months | Released 0.6.5! * Added credit to Thibauld Nion for yapsy * removed … |
| process_list.py | 1.3 kB | 1049 | 9 months | Removed debuglevel class attributes and cleaned up some strings for i18n |
| python_mode.peppy-plugin | 197 bytes | 492 | 14 months | Phase 1 of the conversion to yapsy plugins * combined the trac plugins … |
| python_mode.py | 11.1 kB | 1710 | 6 weeks | Fixed #551: added error handler when changing major modes * added … |
| sandbox.peppy-plugin | 177 bytes | 492 | 14 months | Phase 1 of the conversion to yapsy plugins * combined the trac plugins … |
| sandbox.py | 2.7 kB | 1418 | 5 months | Added MultiMinibuffer? wrapper to put several minibuffer items in the same … |
| scintilla_commands.peppy-plugin | 276 bytes | 1576 | 3 months | Refs #506: Moved all the scintilla commands into their own plugin * this … |
| scintilla_commands.py | 18.4 kB | 1581 | 3 months | Fixed #506: created actions for almost all scintilla commands * moved some … |
| shell_mode.peppy-plugin | 200 bytes | 492 | 14 months | Phase 1 of the conversion to yapsy plugins * combined the trac plugins … |
| shell_mode.py | 5.9 kB | 1429 | 5 months | Changed major mode initialization process to send 'mode.preinit' message * … |
| spelling.peppy-plugin | 193 bytes | 1322 | 7 months | Changed spelling to be a plugin * renamed STCSpellCheckMixin to … |
| spelling.py | 0.9 kB | 1322 | 7 months | Changed spelling to be a plugin * renamed STCSpellCheckMixin to … |
| switch_buffers.peppy-plugin | 237 bytes | 1364 | 6 months | Fixed #400: added SwitchToBuffer? action to use text completion to change … |
| switch_buffers.py | 3.9 kB | 1575 | 4 months | Fixed #504: added use_current param to BufferFrame?.setBuffer * … |
| tab_change.peppy-plugin | 219 bytes | 1159 | 9 months | Fixed #398: Added tab_change plugin with actions to change tabs using a … |
| tab_change.py | 1.2 kB | 1159 | 9 months | Fixed #398: Added tab_change plugin with actions to change tabs using a … |
| tab_wordcompletion.peppy-plugin | 258 bytes | 1504 | 4 months | Added bash-style tab completion from Frank Atle Rod |
| tab_wordcompletion.py | 5.4 kB | 1727 | 4 weeks | Fixed capitalizing mistake on author name |
| text_mode.peppy-plugin | 192 bytes | 486 | 14 months | Added yapsy plugins … |
| text_mode.py | 1.7 kB | 1166 | 8 months | Moved autoindent stuff into a class so that major modes can use … |
| text_transforms.peppy-plugin | 259 bytes | 604 | 14 months | Fixed #228: added tabify/untabify text transforms * created new plugins … |
| text_transforms.py | 13.6 kB | 1609 | 2 months | Fixed #527: Tab now also works to reindent a region |
| widget_inspector.peppy-plugin | 196 bytes | 492 | 14 months | Phase 1 of the conversion to yapsy plugins * combined the trac plugins … |
| widget_inspector.py | 0.9 kB | 986 | 10 months | Moved actions out of menu.py into peppy/actions/init.py * changed most … |
Note: See TracBrowser
for help on using the browser.
