This document describes, how to setup a text editor to:
Of course these features are not available in the Windows Notepad, so you must pick another text editor. Fortunately there are many general-purpose text editors for Windows. I'll focus on the following:
In the syntax subdirectory you'll find xasm syntax definitions for all of these editors.
Filter=xasm (*.asx)|*.asx HLTabWidth=0 IndentChar= UnIndentChar= Comment=0000800080000005000 Identifier=8000000880000005000 Key=00FF000080000005000 Label=0000000080000005000 Number=8000000880000005000 Preprocessor=0080800080000005010 Reserved word=00FF000080000005000 Space=0080800080000005000 String=0080008080000005000 Symbol=8000000880000005000
xasm|asx||\Add the following line at the end of SciTEGlobal.properties:
import xasm
Compilator File=C:\U\XASM.EXE Compilator Param=/q /o:%Dir%%Name%.xex %File% Compilator LOG= Compilator Run=C:\Atari\a800win\Atari800Win.exe -run %Dir%%Name%.xex Compilator Help= Compilator SaveAll=1 Compilator ParsLog=%F (%L) * Compilator Capture=1(replace the paths to xasm and the emulator).
This works same for all these editors: just double-click the line with the error message.