Related questions
Where do I define symbols tested with {$IFDEF}?
When I use Delphi directives in code, like:
{$IFDEF something}
.
.
.
{$ENDIF}
Where do I assign the word 'something' in the project? I tried in some places in project options but it didn't work. Guess I didn't find the correct one.
Indentation shortcuts in Visual Studio
I'm new to Visual Studio 2010 and C#. How can I indent the selected text to left/right by using shortcuts?
In the Delphi IDE the equivalents are Ctrl+Shift+I and Ctrl+Shift+U