-
keilaron made 2 file-release changes.
2009-09-21 04:23:02 UTC in Atomic Tanks
-
keilaron made 1 file-release changes.
2009-09-21 04:21:02 UTC in Atomic Tanks
-
keilaron made 1 file-release changes.
2009-09-07 03:02:01 UTC in Atomic Tanks
-
keilaron made 2 file-release changes.
2009-09-07 03:01:01 UTC in Atomic Tanks
-
keilaron made 1 file-release changes.
2009-09-07 02:59:02 UTC in Atomic Tanks
-
keilaron added the Atomic-Tanks-3.5-r1.exe file.
2009-04-02 02:45:07 UTC in Atomic Tanks
-
Well, I figure that the highlighting is done by Sidekick or jEdit core, but I thought the PHPParser had to inform either of those two what the valid tokens were.
Either way, to answer your question:
$ jedit -version
jEdit 4.3pre12
$ java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05...
2008-03-15 20:22:16 UTC in jEdit
-
I don't know how Log Viewer does it, but I believe "tailing" does not work in Windows the way it would in Linux. The work-arounds I've heard of (e.g. Windows port of tail command) indeed do entail the program reloading the file and placing the file pointer at what was last believed to be the end of the file, then reading the appended data.
2008-03-11 17:36:37 UTC in jEdit
-
Given this code:
PHPParser gives these errors on the last echo line:
';' expected
expression expected
unexpected token: 'a'
This code is valid in PHP.
(Naturally, there's the workaround of also enclosing $a as {$a} or not enclosing $test if possible.)
2008-03-11 17:32:29 UTC in jEdit
-
This is only an aesthetic bug, I believe, and I *think* it's PHPParser's domain to report to Sidekick what characters are valid.
The \ character is considered as being part of the variable name in the colouration.
e.g.:
echo "$foo\n";
If purple is the colour for variables, then the string above will be purple starting with $ and ending with n.
Naturally, the expected behaviour is that the...
2008-03-11 17:25:59 UTC in jEdit