Hi,
how can I make automatic Space, e.g. in a c++ programm:
{ [no space, when i hit enter] cout << "abc" << endl; }
at the moment i make the space with the tab-button.
If you are using C++, consider using the QuickText plugin to do this when you press ctrl-Enter.
Hi,
how can I make automatic Space, e.g. in a c++ programm:
{
[no space, when i hit enter] cout << "abc" << endl;
}
at the moment i make the space with the tab-button.
If you are using C++, consider using the QuickText plugin to do this when you press ctrl-Enter.