Skip to content

Commit

Permalink
Enabled auto-indentation and insertion of spaces instead of tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberpython committed Jul 7, 2012
1 parent 800d6fe commit 146e755
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lingua/ui/gtk/main_window/widgets/Editor.java
Expand Up @@ -97,6 +97,9 @@ public boolean onPopupMenu(Widget source) {
return true;
}
});

setAutoIndent(true);
setInsertSpacesInsteadOfTabs(true);
}

public void setFont(String fontDescription){
Expand Down

0 comments on commit 146e755

Please sign in to comment.