mickaelbo updated this revision to Diff 64727.
mickaelbo added a comment.
It makes sense.
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D23484?vs=64719&id=64727
REVISION DETAIL
https://phabricator.kde.org/D23484
AFFECTED FILES
src/indexer/katehighlightingindexer.cpp
To: mickae
mickaelbo created this revision.
mickaelbo added a reviewer: Framework: Syntax Highlighting.
Herald added projects: Kate, Frameworks.
Herald added a subscriber: kde-frameworks-devel.
mickaelbo requested review of this revision.
REVISION SUMMARY
With gcc 7.4.0 (and maybe some other versions), "m
mickaelbo added a comment.
Yup,
Mickael Bosch
mickael.bo...@linux.com
Thanks,
REVISION DETAIL
https://phabricator.kde.org/D23447
To: mickaelbo, #framework_syntax_highlighting, cullmann
Cc: cullmann, ngraham, kwrite-devel, kde-frameworks-devel, julianstirling,
LeGast00n, GB_2
mickaelbo added a comment.
Thank you for the "js way" to modify the indentation. I will have a look at
this tomorrow.
From what I see, the *.scad* files in the autotest directory are exclusively
related to hightlighting and folding, nothing is related to the indenter
expected behavior (
mickaelbo updated this revision to Diff 64607.
mickaelbo added a comment.
Set the section to 3D and few style changes.
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D23447?vs=64598&id=64607
REVISION DETAIL
https://phabricator.kde.org/D23447
AFFECTED FILES
data/syntax/openscad.x
mickaelbo created this revision.
mickaelbo added a reviewer: Framework: Syntax Highlighting.
Herald added projects: Kate, Frameworks.
Herald added a subscriber: kde-frameworks-devel.
mickaelbo requested review of this revision.
REVISION SUMMARY
OpenSCAD uses braces enclosed blocks, you can see e
mickaelbo added a comment.
Another way to avoid indented empty line is to clear the trailing
spaces/indentation when pressing enter while the cursor is at the end of a line
containing only spaces or \t. This can lead to a nightmare though if someone
want to keep trailing spaces...
REPOSITOR