SphereCommunity
vSCP - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: General Discussion (/Forum-General-Discussion)
+--- Forum: Sphere Tools (/Forum-Sphere-Tools)
+--- Thread: vSCP (/Thread-vSCP)



vSCP - Extreme - 06-05-2012 01:34 AM

When opening .scp files, its opening a new vSCP window.. try to make it do open in a new tab in vSCP.

Another thing, add an option to change the code font.

AND, THANK YOU VERY MUCH!
You did the best tool I ever seen for Sphere.
vSCP is awesome, congratulations =D
I hope you can make more tools for us!


RE: vSCP - Valios - 06-05-2012 02:07 AM

Yes, that is when you double click the file but if you open it directly from vscp you'll get your new tab. It's something I forgot to add into the code.

I can implement both suggestions for a next version.
Thanks for your feedback and compliments Smile


RE: vSCP - Extreme - 06-05-2012 02:30 AM

Thank YOU! Smile


RE: vSCP - Extreme - 06-11-2012 12:56 PM

Can you add a setting to choose how many 'spaces' it do when autoident the code?
I always use 2, your tool use 4, maybe other people use different numbers =D
Another thing, I think this is not the normal ident:
Code:
if (<src.name> == EXTREME)
    say oi
    else
        msg ola
endif
I think this is the normal:

Code:
if (<src.name> == EXTREME)
    say oi
else
    msg ola
endif
Can you check it? Fix or add an option, i dont know...
Thank you bud!


RE: vSCP - Valios - 06-12-2012 12:55 AM

The 'else' shouldn't be indented that way so I will fix it.
About the 4 spaces, it sounds pretty much standard to me so I don't think it's appropiate to change it. What I could do in a future is to add user settings so you guys can tweak that manually or if you want to add other words for the syntax highlighting you'll be able too. But of course you won't see that in the next version Rolleyes


RE: vSCP - Extreme - 06-12-2012 01:07 AM

(06-12-2012 12:55 AM)Valios Wrote:  The 'else' shouldn't be indented that way so I will fix it.
About the 4 spaces, it sounds pretty much standard to me so I don't think it's appropiate to change it. What I could do in a future is to add user settings so you guys can tweak that manually or if you want to add other words for the syntax highlighting you'll be able too. But of course you won't see that in the next version Rolleyes
OK Sad