02-01-2023, 11:27 PM
(02-01-2023, 04:11 PM)RhoSigma Wrote: Just in case you guys didn't found it yet, here's my Notepad++ config for QB64.
Hi RhoSigma
I had tryed and used your config for QB64 and until there was no _OPTION EXPLICIT and _OPTION EXPLICIT ARRAY commands IMHO it is a very interesting way to write QB64 code into Notepad++.
But these 2 parser commands are not makable into another Editor like Notepad++ or VScode or Intellij++ or anyothers Eclipse/NetBeans/etc.
Further developing of QB64IDE had added interpreter of QB64 and a debug tool very close to the original of QB45... so writing code into Notepad++ with customized color for keywords and for the other parts of code (variables, comments, numbers, strings)
but lacking of those other features can be a choice for all those people that has used to write code without those tools. Instead all those need/like of _option explicit or of debugger or of interpreter for a runtime execution, the adventure stops here.