8 Commits

Author SHA1 Message Date
Fritz Mehner
4a64c84e05 Version 2.2
+ Better adaption to the Windows plattforms (default directories, running scripts).
+ Templates are more consistent now.
+ 'Line End Comments' ignores blank lines in a marked block.
-
Fritz Mehner
72ebdd736f Version 2.1
+ Installation simplified. + The generation of the module list is a magnitude faster.+ The version of a module is now shown in the module list. + The perl documentation (pod::perl*) appears in the module list.+ The dialog windows (GUI) have been replaced by more flexible command line inputs.+ User will now be asked before a snippet file will be overwritten.+ The undocumented and unnecessary hot key F12 has been removed.
-
Fritz Mehner
2dcded11e9 Version 2.0
+ New menu for regex-construction.
+ New menu with POD commands.
+ A list of all installed Perl modules can be built and read in.
  The documentation for a module can be opened from this list.
+ Extension to ctags + taglist shows POD table of content and enables navigation.
+ Append aligned comments to all lines of a marked block.
+ The root menu can be removed.
+ Documentation improved.
+ Bug fix (template file handling).
+ Install script improved.
-
Fritz Mehner
5107f80516 Version 1.9.2
+ Only one entry in the gVim root menu.+ All hotkeys are only defined for Perl files.+ Install script added.+ Customization improved. + Documentation improved.
-
Fritz Mehner
94f49ebc4e Version 1.9
+ 58 key mappings for Vim without GUI.  See perl-hot-keys.pdf  (reference card).+ A marked region can be surrounded by a for-, if-, do-while- , until-, ...   statements (with indentation).+ The Perl special variables have been added to the file word.list  for dictionary completion.+ Vim doc added (file perlsupport.txt).
-
Fritz Mehner
3d865c6336 Version 1.8
Tag substitution rewritten (Some characters in a substitution text for a tag   prevented the tag from being substituted).
-
Fritz Mehner
328cff1882 Version 1.7
+ Block comments are now read as templates or skeletons from files:      frame Comment,  function description,  file header+ These templates can contain tags like |FILENAME|, |AUTHOR| etc. which are replaced  after reading.+ indentation: multiline inserts and code snippets will be indented after insertion.+ Most menu entries are now also active in normal mode.+ Reading the templates is done in one function which can be called in an autocmd.+ Code cleanup: register z no longer used. Most function calls are silent now.
-
Fritz Mehner
ec6b16a4a7 Version 1.6: Initial upload -