Author Topic: Error - "}" required line 16 Error - "{" required line 27  (Read 780 times)

I love Torquedev...



Help?

function serverCmdSetLevel(%client,%target,%level);

Remove the ;

hnng. I can't believe I left that in.

just a question: what is that program?

just a question: what is that program?
I was just gonna ask that when I noticed:

I love Torquedev...

TorqueDev is very very nice, it has realtime error checking, syntax highlighting, and if you select the visual basic theme, it has a little menu pop up with local variables, known functions and commands, and other stuff, depending on the letter

Example - I type "p" it pulls up in the menu "Package" "Parent" "%poo" "$Poo::Derp" and a lot more stuff that begins with P. Very, very useful.

TorqueDev is very very nice, it has realtime error checking, syntax highlighting, and if you select the visual basic theme, it has a little menu pop up with local variables, known functions and commands, and other stuff, depending on the letter

Example - I type "p" it pulls up in the menu "Package" "Parent" "%poo" "$Poo::Derp" and a lot more stuff that begins with P. Very, very useful.
Wineskin Time.

I'm trying it out, seeing if I like it more than Notepad++. I like the project management abilities, that's the only thing I don't like about N++. However is there a way to fold all brackets? As in the little minus symbol next to opening brackets that lets you collapse it. I really need that because once a file gets past 2k lines that's pretty much a necessity for me.

I'm trying it out, seeing if I like it more than Notepad++. I like the project management abilities, that's the only thing I don't like about N++. However is there a way to fold all brackets? As in the little minus symbol next to opening brackets that lets you collapse it. I really need that because once a file gets past 2k lines that's pretty much a necessity for me.
I forget from my use of N++ whether it has that or you're looking for that. If you're looking, try out "Sublime Text 2". Great editor. Steam me if you have any questions for some reason.

As in the little minus symbol next to opening brackets that lets you collapse it. I really need that because once a file gets past 2k lines that's pretty much a necessity for me.
It does, I think.

Yeah it does, including the ability to collapse all at once. Unfortunately TorqueDev doesn't allow them to all be collapsed, which is what I was looking for.