You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To address #1228 we have added indentation support to the editor. Verify:
Actions Convert Indentation to Spaces and Convert Indentation to Tabs properly convert white space on the start of each line to spaces or tabs respectively
Actions 'Indent Using Tabs' and 'Indent Using Spaces' change future indentation for the current editor
Status bar always shows indentation status and clicking on it show the above actions
These actions can not be invoked in read only text editors
The text was updated successfully, but these errors were encountered:
isidorn
changed the title
Editor - Improve tab and space insertion handling, show what tab size is guessed, support to convert tabs to space and vice versa
Indentation
Feb 22, 2016
Owner: @isidorn
Assignees:
To address #1228 we have added indentation support to the editor. Verify:
Convert Indentation to Spaces
andConvert Indentation to Tabs
properly convert white space on the start of each line to spaces or tabs respectivelyThe text was updated successfully, but these errors were encountered: