Feature #1353
Tag syntax could support indentations
Status: | Patch ready | Start date: | 12/10/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | CodeEditor | Spent time: | - | |
Target version: | - |
Description
Example:
<html> ____<body> ________<p></p> ____<body> <!-- Probably here user need to reverse identation - or detect this situation and remove indent from begining --> </html>
__ - 4 _ means one identation
History
#1 Updated by Zbigniew Rebacz over 9 years ago
- File TagSyntaxIdentation.diff added
#2 Updated by Zbigniew Rebacz about 9 years ago
- File TagSyntaxIdentation.diff added
#3 Updated by Miroslav Fidler about 9 years ago
- Target version changed from Release 2017.1 to Release 2017.1 - NTH
#4 Updated by Zbigniew Rebacz about 9 years ago
- File deleted (
TagSyntaxIdentation.diff)
#5 Updated by Zbigniew Rebacz about 9 years ago
- File CodeEditorTagIdentation.diff
added
#6 Updated by Zbigniew Rebacz about 9 years ago
- File CodeEditorTagIdent.diff added
- Status changed from New to Patch ready
- Assignee set to Miroslav Fidler
Production version added.
Not everything is working, but the main core is implemented. Moreover the class IdentRecognizer is added to not duplicate code.
#7 Updated by Zbigniew Rebacz about 9 years ago
- File deleted (
CodeEditorTagIdent.diff)
#8 Updated by Zbigniew Rebacz about 9 years ago
- File deleted (
TagSyntaxIdentation.diff)
#9 Updated by Zbigniew Rebacz about 9 years ago
- File CodeEditorTagIdent.diff
added
#10 Updated by Zbigniew Rebacz about 9 years ago
There is a typo in this implementation:
- It should be Indent instead of Ident? - What do you think in CodeEditor code we have functions like GetLineIdent?
#11 Updated by Zbigniew Rebacz almost 9 years ago
- Target version changed from Release 2017.1 - NTH to Release 2017.1
#12 Updated by Zbigniew Rebacz over 8 years ago
- Target version deleted (
Release 2017.1)