Changes between Version 77 and Version 78 of Features
- Timestamp:
- 03/17/11 09:08:14 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features
v77 v78 1 1 [[PageOutline(1-2)]] 2 2 3 List of existing and planned features with links to relevant tickets and4 some explanation how to use them or links to such explanations 3 List of existing and planned features with links to description of each feature 4 with relevant tickets and test cases to make sure the features are implemented correctly. 5 5 6 TODO: Padre has a lot more feature that should me mentioned here and explained 6 = Features = 7 7 8 TODO: re-working this page is not finished yet9 10 TODO: write a wiki page for each feature11 12 = Existing Features =13 8 * multi-platform: Microsoft Windows, Linux, !FreeBSD, Mac OS X, NetBSD 14 9 * Free and Open Source Software under the Perl licensing terms: [http://svn.perlide.org/padre/trunk/Padre/COPYING GPL I] [http://svn.perlide.org/padre/trunk/Padre/Artistic Artistic I] … … 36 31 * [wiki:Features/Bookmarks] 37 32 * [wiki:Features/ProjectManagement Project Management] 33 * [wiki:Features/Autocomplete] 34 * [wiki:Features/HelpViewer] 38 35 * Multi-document editing - as far as we understand this only means you can edit several files at the same time 39 * [wiki:Features/Autocomplete]40 36 * Code-assist editor - What does this cover? 41 * IME - Multilingual Input Method Editor 42 * [wiki:Features/HelpViewer] 43 * Rectangular selection: #167 44 * press Shift and Alt keys together while selecting with the mouse or the arrow keys 37 * IME - Multilingual Input Method Editor - AFAIK this means typing in Kanji or Hebrew and other non-latin letters. 38 * [wiki:Features/RectangularEditing] 45 39 * Integrated version control: #82 Padre::Plugin::Git, Padre::Plugin::SVN, Padre::Plugin::SVK, Padre::Plugin::HG 46 40 * Auto indent: #16 (TODO: add more specific) … … 68 62 * [wiki:Features/IdentifyCommonErrors] 69 63 70 = Planned Features =71 64 * Extendable in Perl 6: There is a very experimental way to extend Padre using Perl 6 via the very limited Inline::Rakudo module. See Padre::Plugin::PSI for a simple example. (Last checked in March 2009) 72 65 * Extendable in Python/PHP/Ruby/etc.: By embedding the Parrot virtual machine into Padre we can allow extending Padre by any language implemented on top of Parrot. The Padre::Plugin::Parrot has the code to embed Parrot and it has an example on coding in PIR. … … 80 73 Perl code can have embedded HTML or CSS or Javascript or SQL just to name a few 81 74 82 == Super Grep tool == 75 = Plugins = 76 77 * Super Grep tool 83 78 84 79 A plugin for Padre that allows building regular expressions and
