Game Development Community

Annoyance:formatImageNumber

by Dave Young · in Torsion · 10/12/2007 (8:08 pm) · 3 replies

When you start a for-next loop, you type for, hit spc then (
the intellisense substitutes formatImageNumber of course.

I also would like to turn intellisense off sometimes, it gets in the way when trying to do a mass refactoring or when utilizing wierd code techniques (like copy/pasting batches of code in that were builtin columnar fashion)

#1
10/12/2007 (8:10 pm)
BTW I know this is defined function and could be renamed, I guess the point was for such things to not override the very very common keywords.
#2
10/12/2007 (9:08 pm)
The same thing was driving me crazy. Luckily you can change that behavior, without losing intellisense.

Goto Tools->Preferences and uncheck "Enhanced Completion Keys".

I have no idea why anyone would want that feature turned on by default.
#3
10/13/2007 (5:52 pm)
To address this issue i added all the TorqueScript keywords to the ScriptSense system. It will be in the next release.