0 Members and 4 Guests are viewing this topic.
Programmer's Notepad is a great tool for developers, featuring syntax highlighting, parenthesis matching, and tag closing among other things. It's great for all your coding needs, but it also has a conspicuous lack of syntax support for Z80 assembly programs. This Scintilla scheme file adds Z80-specific syntax information for PN users to enjoy.
Notepad++ is a great tool for developers, featuring syntax highlighting, parenthesis matching, and automatic indentation among other things. It's great for all your coding needs, but it also has a conspicuous lack of syntax support for Z80 assembly programs. This language file adds Z80-specific syntax information for N++ users to enjoy.
gedit ("Text Editor" in newer versions of GNOME) is a great tool for developers, featuring syntax highlighting, parenthesis matching, and automatic indentation among other things. It's great for all your coding needs, but it also has a conspicuous lack of syntax support for Z80 assembly programs. This gedit language file adds Z80-specific syntax information for gedit users to enjoy.
I like Geany. Lightweight on the resources, unlike Eclipse and NetBeans, and feature-rich. If I just want syntax highlight I use gedit. Any chance for one of those?A little painful to get geany on windows since you have to install gcc separately though.You don't have to, of course, but I would like it if you did. Gedit's syntax highlighting is pretty easy to change, about like bash's, but I'm not sure about geany's
Are you planning to make this available for as many editors as possible?