Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
akirschbaum | 13 (52.0%) | 18 (1.4%) | 260 (16.5%) | 1.38 |
avogl | 8 (32.0%) | 1281 (97.6%) | 1292 (82.2%) | 160.12 |
tchize | 4 (16.0%) | 13 (1.0%) | 20 (1.3%) | 3.25 |
Date | Author | File/Message |
---|---|---|
3/3/06 3:02 PM | akirschbaum |
General cleanup - remove wildcard import statements; move explicit package names to import statements.
(4 Files changed,
60 Lines changed)
src/cfeditor/textedit/scripteditor/ScriptEditControl.java 1.7
(+11
-9)
src/cfeditor/textedit/scripteditor/CFPythonPopup.java 1.6
(+14
-10)
src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java 1.6
(+10
-6)
src/cfeditor/textedit/scripteditor/ScriptEditView.java 1.6
(+25
-16)
|
3/1/06 3:13 PM | akirschbaum |
General cleanup - just whitespace changes and code rewording; should not change behavior.
(4 Files changed,
196 Lines changed)
src/cfeditor/textedit/scripteditor/ScriptEditView.java 1.5
(+63
-50)
src/cfeditor/textedit/scripteditor/ScriptEditControl.java 1.6
(+55
-52)
src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java 1.5
(+44
-59)
src/cfeditor/textedit/scripteditor/CFPythonPopup.java 1.5
(+34
-35)
|
2/26/06 4:04 AM | akirschbaum |
Fix javadoc warnings.
(1 Files changed,
1 Lines changed)
src/cfeditor/textedit/scripteditor/ScriptEditControl.java 1.5
(+1
-1)
|
12/4/05 3:15 PM | akirschbaum |
Properly terminate files with a newline to prevent compiler warnings.
(3 Files changed,
3 Lines changed)
src/cfeditor/textedit/scripteditor/ScriptEditView.java 1.4
(+1
-1)
src/cfeditor/textedit/scripteditor/CFPythonPopup.java 1.4
(+1
-1)
src/cfeditor/textedit/scripteditor/ScriptEditControl.java 1.4
(+1
-1)
|
9/11/05 4:44 PM | akirschbaum |
Remove unused import statements.
(1 Files changed,
0 Lines changed)
src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java 1.4
(+0
-1)
|
1/9/05 4:05 PM | tchize |
Adding support for editor plugins
Those plugins are in beanshell language An example plugin is provided Consider as beta release. Should not crash but some features not fully working (4 Files changed, 20 Lines changed) src/cfeditor/textedit/scripteditor/ScriptEditView.java 1.3
(+7
-3)
src/cfeditor/textedit/scripteditor/CFPythonPopup.java 1.3
(+0
-1)
src/cfeditor/textedit/scripteditor/ScriptEditControl.java 1.3
(+7
-2)
src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java 1.3
(+6
-1)
|
11/17/04 10:51 PM | avogl |
I made the CFJavaEditor compliant with Java Version 1.5.
(The problems were use of 'enum' as a variable name, which has become a reserved system keyword in 1.5, and debrecated functions 'Frame.show()' / 'Frame.hide()'. Simple fix.) On the way, I did some other minor syntax cleanups which are not supposed to have any effects on performance. The editor should now compile and run on java versions 1.3, 1.4 and 1.5. --AndreasV (4 Files changed, 8 Lines changed) src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java 1.2
(+3
-5)
src/cfeditor/textedit/scripteditor/ScriptEditView.java 1.2
(+2
-3)
src/cfeditor/textedit/scripteditor/CFPythonPopup.java 1.2
(+1
-1)
src/cfeditor/textedit/scripteditor/ScriptEditControl.java 1.2
(+2
-2)
|
4/7/03 7:45 PM | avogl |
-- CFJavaEditor version 0.984: ---
I have now committed the code for scripting support in the CFJavaEditor. I had put up a testversion with these features long ago and there was no negative response yet. To counter the fact that the code is now again slightly more difficult to compile from command-line, I have created an ANT build file for the latest setup. I have also updated the existing batch script which can be used on windows platforms. As the size of the full jar file (CFJavaEditor.jar) is ever growing and there are reliable build scrips now, I decided to remove the jar from CVS. Another thing maybe worth noting is that I have extended the online docu of the editor to cover some basic topics like "how to design your first map", or "what is a quest". It's only a start though, a lot more could be written. AndreasV (4 Files changed, 1284 Lines changed) src/cfeditor/textedit/scripteditor/ScriptEditControl.java 1.1 added 389
src/cfeditor/textedit/scripteditor/ScriptEditView.java 1.1 added 334
src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java 1.1 added 307
src/cfeditor/textedit/scripteditor/CFPythonPopup.java 1.1 added 254
|