openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
J
Jannis's jptemplate
Settings
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #2 from hail2u/support-pathogen-and-vim-help
Jannis Pohlmann
More...
almost 11 years ago
Update installation instruction
Kyo Nagashima
More...
almost 11 years ago
Add README.md
Kyo Nagashima
More...
almost 11 years ago
Add vim help and move HTML help to `help/`
Kyo Nagashima
More...
almost 11 years ago
Move jptemplate.vim for pathogen
Kyo Nagashima
More...
almost 11 years ago
* jptemplate.vim: Fix version string.
Jannis Pohlmann
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
Jannis Pohlmann
More...
over 16 years ago
doc/index.html: Fix revision date.
Jannis Pohlmann
More...
over 16 years ago
* Version 1.4 released! * jptemplate.vim, docs/index.html: Fix issues with empty shell commands and empty template result.
Jannis Pohlmann
More...
over 16 years ago
* jptemplate.vim: Escape &,~ and \ before calling substitute().
Jannis Pohlmann
More...
over 16 years ago
* jptemplate.vim: Allow $ to appear in variable names and default values. Perl and shell script people: enjoy!
Jannis Pohlmann
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.
Jannis Pohlmann
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.
Jannis Pohlmann
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().
Jannis Pohlmann
More...
over 16 years ago
* doc/index.html: Change page title. * doc/index.html: Update documentation.
Jannis Pohlmann
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.
Jannis Pohlmann
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}).
Jannis Pohlmann
More...
over 16 years ago
* TODO: TODO file added.
Jannis Pohlmann
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.
Jannis Pohlmann
More...
over 16 years ago
Initial import into my git repository.
Jannis Pohlmann
More...
over 16 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree