jEdit Index
NOTE: I think I tracked down all the jEdit blog entries, but am going to hold off updating the navigation links at the bottom-right of each entry for a while in case I missed some. So if you spot any that are not in this index let me know!
jEdit is a programmer's editor that I like to use for 2600 development. It's written in Java, so is cross-platform. Key feature I like is the syntax highlighting, which makes it easy to spot typos - notice the first GRP0 in SplashKernel was typed with the letter O rather than the number 0, so is colored white instead of orange like the GRP1 below it.
A binary colorization rule also makes it easy to see graphics in your source code:
-
20060212 - jEdit for IDE?
initial look at using jEdit
-
20060214 - Edit Mode rev 2
additional changes to Mode file
-
20060519 - Updated MODE file
additional changes to Mode file
-
20060715 - jEdit files for batari BASIC
Syntax highlighting for bB
-
20120216 - ColecoVision Diversion
Syntax highlighting for ColecoVision
-
20120219 - Controller demo
Updates for ColecoVision development
-
20120306 - Frantic reboot?!?
minor updates to Mode file
-
20140626 - Updated MODE file
colorization of binary - makes it super easy to see graphics in your source code
-
20140927 - Updated batari BASIC mode file
colorized binary for batari BASIC
-
20140928 - Updated assembly-6502 and batari BASIC mode files
addition of DPC+ registers
-
20140929 - Add a console to jEdit
preparation to configure jEdit to Compile code and launch the results in Stella
-
20140929 - Compile and Run 2600 assembly code from jEdit
configure jEdit to use dasm and Stella
-
20140930 - changing jEdit colors
customize colors used by jEdit
-
20180306 - C mode file
mode file for C that supports colorized binary
-
20191215 - Minor revision to jEdit Mode files
Minor fix for coloration of binary numbers, addition of CDFJ registers
JEDIT NAVIGATION
<PREVIOUS> <INDEX> <NEXT>
0 Comments
Recommended Comments
There are no comments to display.