blender/tests/gtests
Sybren A. Stüvel 05417b2220 Text editor: syntax highlighting + line numbers on by default
The most common use of the text editor seems to be for scripting. Having
line numbers and syntax highlighting enabled by default seems sensible.

Syntax highlighting is now enabled by default, but is automatically
disabled when the datablock has a non-highlighted extension.
Highlighting is enabled for filenames like:
    - Text
    - Text.001
    - somefile.py
and is automatically disabled when the datablock has an extension for
which Blender has no syntax highlighter registered.

Reviewers: billreynish, campbellbarton

Subscribers: brecht, billreynish

Differential Revision: https://developer.blender.org/D5472
2019-08-14 16:59:37 +02:00
..
alembic Fix T63678 Link error of tests with MSVC. 2019-04-17 07:58:48 -06:00
blenlib Text editor: syntax highlighting + line numbers on by default 2019-08-14 16:59:37 +02:00
bmesh Fix T63678 Link error of tests with MSVC. 2019-04-17 07:58:48 -06:00
guardedalloc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
testing ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
CMakeLists.txt ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00