I have a some questions about a few things: 1. I could not figure out what the following properties are for: marker_line marker_search marker_mark call_tips white_space string_eol scalar label decorator extra entity
2. The "version" property says "incremented automatically, do not change manually" should I just leave it at 1225?
3. How do I make the "#include" part of a preprocessor command a different color than "<stdio.h>"
4. what is the difference between: number, number_1, and number_2 keyword, keyword_1, keyword_2, keyword_3, and keyword_4 identifier, identifier_1, identifier_2, identifier_3, and identifier_4 string, string_1, string_2, string_3, and string_4
5. How do I get rid of the vertical line through the middle of the editor (shown in [this picture](https://i.imgur.com/oPNI8G8.png))? You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-themes/pull/21
-- Commit Summary --
* added atom-one-dark theme
-- File Changes --
M AUTHORS (5) A colorschemes/atom-one-dark.conf (116) A screenshots/atom-one-dark.png (0)
-- Patch Links --
https://github.com/geany/geany-themes/pull/21.patch https://github.com/geany/geany-themes/pull/21.diff
marker_line
current line
marker_search
Search->Find...Find All->Mark
marker_mark
Search->more->Mark All
call_tips
The things that show when you type ( for a function call
white_space string_eol scalar label decorator extra entity
Those are specific to some language(s) AFAICT, you will need to see what languages produce them.
How do I make the "#include" part of a preprocessor command a different color than "<stdio.h>"
preprocessor?
what is the difference between:
number, number_1, and number_2 keyword, keyword_1, keyword_2, keyword_3, and keyword_4 identifier, identifier_1, identifier_2, identifier_3, and identifier_4 string, string_1, string_2, string_3, and string_4
Again these are specific to a particular language and depends on what the lexer assigns them to.
How do I get rid of the vertical line through the middle of the editor (shown in this picture)?
Change the preference (long line marker) in Geany prefs and/or project properties if a project is open.
@Flying-Toast pushed 1 commit.
a1c69d9 update atom-one-dark
Closed #21.
github-comments@lists.geany.org