18 Commits

Author SHA1 Message Date
PiggyPiglet
478190203a
Update .gitignore
I see no benefit in having multiple ./idea shit when you can have just one.
2018-04-01 17:44:29 +08:00
Banbeucmas
c57a0afb56
Better pom.xml 2018-04-01 18:35:44 +09:00
DoNotSpamPls
508f251605 Remove eclipse project files (and add them to .gitignore), pom.xml improvements (#5)
* Remove .classpath

* Delete .project

* Delete org.eclipse.core.resources.prefs

* Delete org.eclipse.jdt.core.prefs

* Delete org.eclipse.m2e.core.prefs

* Add the deleted files to .gitignore

* Update depedencies in pom.xml
2018-04-01 02:38:54 -04:00
Ryan
c5a984e7c9
Update PAPI dependency to latest version 2018-03-29 04:56:14 -04:00
extendedclip
49fdcd1016 Return nice list with /papijsp list 2018-03-20 12:30:37 -04:00
extendedclip
385dcc9af3 I guess This works 2018-03-10 13:20:42 -05:00
extendedclip
34a5893b8a Direct access to JavascriptPlacholder class. 2018-03-10 11:29:28 -05:00
extendedclip
b17620cdbf Experimenting...
Added a listener to the expansion so I can execute a reload command that
does not reload all expansions, only the javascript placeholders.
Added "Expansion" var to get the expansion instance.
Added some methods related to javascript placeholders
2018-03-09 11:03:04 -05:00
extendedclip
62a496bb58 Complete overhaul of expansion
New configuration layout.
Now requires javascript files associated with a javascript placeholder.
Can define engine type per script.
2018-03-08 19:49:27 -05:00
extendedclip
410b021b0b placeholders parsed after the javascript is evaluated need to use {}
Placeholders that use %<placeholder>% are parsed before the script is
evaluated so the ability to store or utilize raw placeholders was not
possible. Now if you use {<placeholder>}, placeholders with brackets are
parsed after the script has been evaluated.
2018-03-08 15:37:00 -05:00
extendedclip
ebbeeb2062 Allow placeholders be parsed on javascript result 2018-03-08 15:23:19 -05:00
extendedclip
1e36114287 Data config no longer wiped on load.
Keys that no longer exist when it is time to save will be removed on
save as the remove operation keeps them in the data map with a null
value.
2018-03-08 14:53:59 -05:00
extendedclip
e2ca19949e persistent data that can be accessed within javascript 2018-03-08 14:08:49 -05:00
extendedclip
4a803e2883 Persistent data accessible within the javascript placeholder 2018-03-08 14:05:41 -05:00
extendedclip
9c0193109c test 2018-03-06 19:06:40 -05:00
extendedclip
0be7ac50c6 Added pom versioning. Temp fix for single line comments in .js files 2018-03-06 19:03:17 -05:00
extendedclip
b496a3244e Allow arguments in javascript placeholders. 2018-03-06 11:38:25 -05:00
extendedclip
07fb6f911b Initial commit 2018-03-04 14:59:19 -05:00