0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2 from hail2u/support-pathogen-and-vim-help More... almost 11 years ago
Update installation instruction More... almost 11 years ago
Add README.md More... almost 11 years ago
Add vim help and move HTML help to `help/` More... almost 11 years ago
Move jptemplate.vim for pathogen More... almost 11 years ago
* jptemplate.vim: Fix version string. More... over 16 years ago
* Version 1.5 released! * doc/index.html: Update documentation. * jptemplate.vim: Really fix the cursor placement and the way of returning to insert mode this time. Rename jp:SetCursorPosition() to jp:UpdateCursorPosition(). Add new feature: Use 'general' template dir as a fallback for template lookup for any file type. This way it's possible to also use 'general' to make templates available in all file types. * jptemplate.vim, doc/index.html: Fix issues with empty More... over 16 years ago
doc/index.html: Fix revision date. More... over 16 years ago
* Version 1.4 released! * jptemplate.vim, docs/index.html: Fix issues with empty shell commands and empty template result. More... over 16 years ago
* jptemplate.vim: Escape &,~ and \ before calling substitute(). More... over 16 years ago
* jptemplate.vim: Allow $ to appear in variable names and default values. Perl and shell script people: enjoy! More... over 16 years ago
* jptemplate.vim: Fix error with cnt not being defined in jp:ExpandTemplate() when the template contains nothing. Add support for ${interactive_shell:<optional command>} variable which allows you to define which shell command to run at runtime instead of hard-coding it in the template. More... over 16 years ago
* jptemplate.vim: Remember the last value of all non-special variables without a local default value. If there are two variables with the same but only the second has a local default value, remember the value for the one without local default anyway. More... over 16 years ago
* jptemplate.vim: Implement ${shell:<shell command here>} special variable. Add support for multiline variable values as required for this variable. Move template insertion code into jp:ExpandTemplate(). More... over 16 years ago
* doc/index.html: Change page title. * doc/index.html: Update documentation. More... over 16 years ago
* Version 1.3 released! * jptemplate.vim: Fix case sensitivity issues and problems with variables appearing multiple times: Variables are now clearly case sensitive. Multiple occurances like '${x:i} ${x}' yield 'i i', multiple occurences of variables with a global default 'j' like '${x} ${x:i}' end up as 'i i'. Multiple occurences of variables with one or more local defaults, like '${x:i} ${x:j} ...' yield an input with 'i' as default value. More... over 16 years ago
* Version 1.2 released! * doc/index.html: Update documentation. * jptemplate.vim: Use list for the default configuration variables. Add g:jpTemplateDateFormat for the default date format used for ${date} fields, g:jpTemplateDefaults for a list of default values for custom fields, like ${author}. This way you don't have to type ${author:My name here} all all the time. Also add g:jpTemplateVerbose for enabling more verbose output. Add jp:ParseExpression() to extract name and value from ${...} expressions. Add jp:EvaluateReservedVariable() for determining values of special variables like ${date}. More special variables will follow. Rework jp:ProcessTemplate() in various ways: Implement support for special variables like ${date} with and without parameters (like ${date:insert format string here}). More... over 16 years ago
* TODO: TODO file added. More... over 16 years ago
* jptemplate.vim: Add jp:Initialize() and make the configuration more flexible by using a dict for the default configuration. Prepare support for more reserved variables. More... over 16 years ago
Initial import into my git repository. More... over 16 years ago