USING v4.9.8.0 BETA, NOT SURE ABOUT VERSION 4...
I would like to see VC-like configurations for projects
and workspaces. Workspaces make it easy to have
multiple projects loaded at once (say I need a file in
one project for another one), and configurations allow
you to quickly switch between debug and retail builds.
Also, a few quirks in the editor that annoy me:
automatic indenting - when I type this:
if ( ... )
{
When I press Enter, the editor should automatically
insert the appropriate number of tabs. Also backspacing
on a line with only tabs deletes strange numbers of
spaces... also pertaining to automatic indenting, when
I am in a block:
if ( ... )
{
// Stuff
< -- Cursor is here
I should be able to press } and:
if ( ... )
{
// Stuff
}
Right now, the closing bracket stays at the same
indentation of the line before.
Thanks!
Logged In: YES
user_id=609236
workspaces were already asked for in RFE 687661