Added a getter to use Syntaxpoints outside class.
6 lines of code changed in 1 file:
Progress viewer functionality now in jspViewer
0 lines of code changed in 1 file:
Refactored a bit, applied formatting
127 lines of code changed in 2 files:
Refactored using Syntaxpoints, highlights mak, jsp, JSTL taglibs, scriplets and comments.
Incorporated jsp progress viewer.
279 lines of code changed in 1 file:
Added basic support for keyword/reserved word highlighting, improved search for links to classes.
131 lines of code changed in 1 file:
Added search for classes the error occurs in, link is provided when successful.
99 lines of code changed in 1 file:
Completely refactored.
changed to use regular expressions, improved search for java classes, optimised search for link (parameter controllable).
429 lines of code changed in 1 file:
Removed handling of JSP progress viewer.
83 lines of code changed in 1 file:
Devel support: Added analyzer for .jspx
81 lines of code changed in 1 file:
0.5.13.7
4 lines of code changed in 1 file:
fixed limit bug with mysql 5
reversed arguments in a call
3 lines of code changed in 2 files:
0.5.13.6
4 lines of code changed in 1 file:
fix for the case when the programming error occurs in the included file
8 lines of code changed in 1 file:
fixed bug: tag file, line and column detection were wrong after an include
30 lines of code changed in 2 files:
better pointing to the source file.
probably the earlier version didn't work for includes
1 lines of code changed in 1 file:
if there are bugs when retrieving the source code, we don't show the source code
6 lines of code changed in 1 file:
0.5.13.5
3 lines of code changed in 1 file:
this was rather stupid, it clearly fails at includes, when there's no root, but the stack is still needed
0 lines of code changed in 1 file:
0.5.13.4
6 lines of code changed in 1 file:
fix for
bug 789, cleaning threadLocal variables so they are not set when the thread is reused for another access
13 lines of code changed in 2 files:
if display was false, the max++ increment didn't execute...
so we execute it first, then use max-1
3 lines of code changed in 1 file:
0.5.13.3
4 lines of code changed in 1 file:
f mak:input has display false, the formatting of the input is not done any more
(it was done, then ignored, resulting to resource waste)
6 lines of code changed in 2 files:
fixed a bug occuring when the title of a type is non-string
the choser becomes useless then anyway, so probably <mak:input > always has display="false" or (more recently) uses <mak:option > inside
1 lines of code changed in 1 file:
0.5.13.2
4 lines of code changed in 1 file:
fixed small bug in treating unknown errors.
made JSP compilation errors to be considered known
34 lines of code changed in 1 file:
one more tomcat dependency
1 lines of code changed in 1 file:
better exception handling. we still catch all exceptions, including jasper ones!
6 lines of code changed in 1 file:
OQL error message appeared twice
1 lines of code changed in 1 file:
fixing a mak:input null-related bug
moved a call to isNull() to only take effect for mak:option
2 lines of code changed in 2 files:
fixed some errors in the new exception handling code
4 lines of code changed in 2 files:
removed useless fields
0 lines of code changed in 1 file:
documented mak:option, removed old selector doc
27 lines of code changed in 1 file:
mak:option doesn't need dataType, as it will always be known from the enclosing mak:input
1 lines of code changed in 3 files:
0.5.13.1
5 lines of code changed in 1 file:
catching everything thrown during execution
no idea why it hasn't been like this before
maybe this is a bad idea but we can always undo
5 lines of code changed in 1 file:
implemented mak:option with code inherited from old mak.input, removed old option code from QueryTag
283 lines of code changed in 5 files:
added OptionTag
changed signatue of setTagKey()
setting the ThreadLocal info about the tag currently running or being analyzed
not printing tag source code info as it can be retrieved from the ThreadLocals
17 lines of code changed in 1 file:
not printing tag source code information anymore as it can be retrieved from the ThreadLocal information
7 lines of code changed in 2 files:
changed signature of setTagKey()
4 lines of code changed in 4 files:
printing ThreadLocal information about the current tag being analyzed or running
26 lines of code changed in 1 file:
added ThreadLocal info about the current tag being analyzed, running, etc
removed printouts of tag source code information, they can be retrieved from the ThreadLocal
changed signature of setTagKey()
36 lines of code changed in 1 file:
fixing another shitty pageCache problem. was introduced for the superclass but not for the subclass
1 lines of code changed in 1 file:
another problem related to the pageCache argument
1 lines of code changed in 1 file:
specified better
1 lines of code changed in 1 file:
testing type consistency between the mak:input and the mak:list
6 lines of code changed in 1 file:
removed a printout
0 lines of code changed in 1 file:
fixed
bug 59 and 60: the option lists of set and ptr chosers can be freely formatted, ordered, etc, and nil can be an option
243 lines of code changed in 12 files:
improved a bit the code reference
5 lines of code changed in 1 file:
0.5.12.7
5 lines of code changed in 1 file:
more improvements related to pageCache and "atAnalysis" names
6 lines of code changed in 3 files:
fixed small bug: FROM should not be written if there are no labels defined
found this problem with <mak:input ... value="nil" />
4 lines of code changed in 1 file:
fixed bug of 0.5.12.6, forgot to pass the pageCache to a method
12 lines of code changed in 8 files: