[Bug 401865] [NEW] Anjuta Scintilla - Auto Indentation
bnuytten
launchpad at sarit.be
Mon Jul 20 18:08:50 UTC 2009
Public bug reported:
Binary package hint: anjuta
Start a new project in Anjuta 2.26.0.0 and open the file main.cc. Change the content to something simple like this:
int main() {
printf("/");
return 0;
}
Position your cursor after the ; of the printf-line. Press Enter. Indentation is normal, one tab.
Add another / to the print statement. So it should look like this:
int main() {
printf("//");
return 0;
}
Position you cursor at the end of the line again and press Enter. Notice that indentation is now using a tab and seven spaces...
PS: I discovered this when making a string like "http://www.whatever.com".
** Affects: anjuta (Ubuntu)
Importance: Undecided
Status: New
** Tags: anjuta indentation scintilla
--
Anjuta Scintilla - Auto Indentation
https://bugs.launchpad.net/bugs/401865
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list