SPCodeOrg / SPCode

A lightweight SourcePawn editor.
https://forums.alliedmods.net/showthread.php?p=2693577
61 stars 14 forks source link

Problem with inc file and beginning of the any file #49

Closed ManFizz closed 3 years ago

ManFizz commented 3 years ago

image If you write "#define" in the .inc file (46 line), then the spcode will not start. If you write [ at the beginning of the file, then the spcode will crash. version 1.6.2.1

Hexer10 commented 3 years ago

I could reproduce the crash with [ thanks for reporting! I wasn't able to make the ide crash with #define could you provide more context or share the file that is making the ide crash, also check in the IDE directory there should be a crashlog (pick the latest after the IDE has crashed)

ManFizz commented 3 years ago

I was unable to produce this bug again, but I have a crash log CRASH_17488968.txt

Natanel-Shitrit commented 3 years ago

The bug with the #define should be fixed from next release. I couldn't reproduce the [ bug, i will talk to @Hexer10 for some help i and i hope to fix that too.

Natanel-Shitrit commented 3 years ago

Not reproduceable anymore, re-open if you can constantly reproduce it. Closed 😄