mathiasvatter / cksp-compiler-issues

Issues-only repository of the ksp-compiler
0 stars 0 forks source link

Error when trying text replacements in macro header #10

Closed mathiasvatter closed 2 months ago

mathiasvatter commented 7 months ago

Error Message When using #n# in a macro header the header does not get recognized as a macro call

Code Snippet

    ui.slider.automation#n#(dynamic#n#,"Dynamic","slider",23+EMITTER_DIST_CONTROLPAGE*#n#,150,0,MAIN#n#)

Actual Behavior

Got: ui.slider.automation0

Expected Behavior

correct text replacement and finding of macro definition

CKSP Version

v0.0.5

Environment

mathiasvatter commented 2 months ago

prob fixed in v0.0.6