wudsn / wudsn-ide

WUDSN IDE
https://www.wudsn.com/index.php/ide
23 stars 9 forks source link

Annotations @com.wudsn.ide... not parsed correctly #11

Closed peterdell closed 1 year ago

peterdell commented 1 year ago

Source code annotations of the form

; @com.wudsn.ide.asm.outputfileextension=.rom using the ".asm" infix are deprecated and should still work but should be reported as warning.

Use annotation '@com.wudsn.ide.lng.outputfileextension' instead of the deprecated annotation '@com.wudsn.ide.asm.outputfileextension'.

Source code annotations of the form ; @com.wudsn.ide.lng.outputfileextension=.rom2 using the new ".lng" infix should work.

peterdell commented 1 year ago

Fixed with c013951 and 5839427

image