Author Topic: 3 features suggestion  (Read 3698 times)

Offline sf-in-sf

  • Mr. Drawsprite
  • **
  • Posts: 93
  • Artist F.P. Brixey
    • View Profile
    • My computed art project
3 features suggestion
« on: 2013-Oct-30 »
[-]  I'd like to set myself the background color of some portions of the code, for better readability.
[-]  The "find" (ctr-f) tool needs an option to search directly through all *.gbas files of the project, when you have many of them.
[-]  Sometimes it's useful to add a comment in the middle of a long line. How about implementing something like /-shortcomment-/ ?
On the day the atom is a cube I will start believing in the square pixel.

Offline mentalthink

  • Prof. Inline
  • *****
  • Posts: 3375
  • Integrated Brain
    • View Profile
Re: 3 features suggestion
« Reply #1 on: 2013-Oct-30 »
The only way to change the backgroun dcode it's with INLINE but from this you have to use C++.

IF you press CRTL+SHIFT and F you can find in all the Documents at the same time , a Command or any word.

If you want make a comment in the middle of a line try something like this

somecode ; //MY commments// ; this will be the next - Line...
OR
somecode , _ // MY Commnts
not the line continue here down...

Remenber when you use _ it's a carry out to the next line, but if you are doing something with parameters like a function don't forget put before the "comma" , and after the _ Symbols...