Torsion 1.1.53 Beta
by Tom Spilman · in Torsion · 03/26/2007 (1:52 pm) · 29 replies
Hello all!
New beta build up on the road to a final 1.1 release which addresses remaining bugs and a few missing features.

Torsion TorqueScript IDE 1.1.53 Beta
The changes in this build:
I think i nailed the final GDI leak issue in this build. Please give me some feedback on that in particular as its my chief concern at the moment.
Also if anyone is particularly fond of the bookmark feature, please hammer on that a bit as i made some pretty big changes there to fix a few bugs.
I think we're close to making this the official build as long as the GDI leak issue is resolved and nothing new crops up.
New beta build up on the road to a final 1.1 release which addresses remaining bugs and a few missing features.

Torsion TorqueScript IDE 1.1.53 Beta
The changes in this build:
Quote: * When switching editor tabs we now show the full file path in the status bar.As usual be sure to post bugs to our mantis bugtracker.
* Ctrl+Space will also toggle the ScriptSense completion list just like Ctrl+J.
* Entering ( or = will now complete a ScriptSense completion list word.
* We now properly remove bookmarks for deleted or missing files or removed lines.
* Ctrl+F3 will now find the next occurrence of the current selection.
* Ctrl+page up/down move the caret to the top and bottom of the current page.
* Changed vertical caret positioning to behave more like VS.
* Ctrl+left mouse click now highlights the selected word.
* You can now use shift+delete to delete the entire editor line the cursor is on.
* Fixed bug where creating new script in empty folder would not update the tree.
* Fixed a DC leak that occurred on each editor cursor change.
* The Torsion logo is now properly rendered when the output pane is hidden.
* Registration after trial has expired no longer quits Torsion.
I think i nailed the final GDI leak issue in this build. Please give me some feedback on that in particular as its my chief concern at the moment.
Also if anyone is particularly fond of the bookmark feature, please hammer on that a bit as i made some pretty big changes there to fix a few bugs.
I think we're close to making this the official build as long as the GDI leak issue is resolved and nothing new crops up.
About the author
Tom is a programmer and co-owner of Sickhead Games, LLC.
#22
03/31/2007 (9:10 am)
There is a check for updates from within Torsion, but I think it will only check for non-beta releases
#23
03/31/2007 (11:27 am)
@Gustavo - Easier in what way? Running the installler seems to me pretty darn easy. You realize you can install new versions over the top of an existing install... you don't need to uninstall the old version first.
#24
Thanks
03/31/2007 (11:43 am)
@Tom: i mean an auto update built in. I know theres one but i think it is not working with the beta versions, like James said. However, i didnt realize that i didnt need to unistall the old version, thats ok now =)Thanks
#25
04/03/2007 (10:29 pm)
@Tom: Torsion can crash without any message(even 'unhandled exception') sometimes. This happen when I try to open 'About' dialog (registred version).
#26
04/04/2007 (3:30 pm)
@Igor - That's a weird one. Do you see the dialog at all? Does it happen all the time? Any more details you can provide would be extremely helpful in finding the issue.
#27
It was happen at least twice, after 1 or 2 hours of working well (just coding). (Don't ask me why i check the about dialog :) ) If I get more information I'll post it.
04/04/2007 (10:22 pm)
Ok, after pressing the "about" menu item Torsion dies immediately, just dissapear. No dialog boxes shown at all.It was happen at least twice, after 1 or 2 hours of working well (just coding). (Don't ask me why i check the about dialog :) ) If I get more information I'll post it.
#28
If you have copied a function name to the clipboard, i.e.
"Bar" is in the clipboard, I type out "Foo." and press Ctrl+V to paste Bar, auto-complete dialog is active and has selected the first option on the list, i.e. "Aar", now if I continue typing my function call "(%var)", it will replace my "Bar" with "Aar"
Kinda an annoyance, perhaps pasting text will turn off auto complete, or reevaluate it
04/11/2007 (8:04 am)
I found a problem with the "(" accelerator for ScriptSense CompletionIf you have copied a function name to the clipboard, i.e.
"Bar" is in the clipboard, I type out "Foo." and press Ctrl+V to paste Bar, auto-complete dialog is active and has selected the first option on the list, i.e. "Aar", now if I continue typing my function call "(%var)", it will replace my "Bar" with "Aar"
Kinda an annoyance, perhaps pasting text will turn off auto complete, or reevaluate it
Torque Owner Gustavo Boni