Anjuta Scintilla - Auto Indentation

Bug #401865 reported by bnuytten
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
anjuta (Ubuntu)
New
Undecided
Unassigned

Bug Description

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".

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.