[Github-comments] Re: [geany/geany] [C, C++] Move built-in type keywords to secondary list (PR #3448)

2023-05-03 Thread elextr via Github-comments
> I think it is useful to highlight types from global tag files differently > from types in the current workspace. Just to be clear, for the categories of types: 1. fundamental types, the list proposed in this PR 2. types from tags files, eg C++ STL tags from the wiki 3. types from open files,

[Github-comments] Re: [geany/geany] Update of 2018 edition of Rust (PR #3484)

2023-05-03 Thread elextr via Github-comments
Merged #3484 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3484#event-9161344421 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Update instructions for new lexer modules (PR #3481)

2023-05-03 Thread Christian via Github-comments
@killerbees19 pushed 1 commit. a55403c2ef966e908c816de6d7a33efcc542ab07 Update HACKING -- View it on GitHub: https://github.com/geany/geany/pull/3481/files/b2c2df5461393d579d701116012f2dd83fad389f..a55403c2ef966e908c816de6d7a33efcc542ab07 You are receiving this because you are subscribed to

[Github-comments] Re: [geany/geany] Add CIL lexer/filetype (PR #3480)

2023-05-03 Thread Christian via Github-comments
@killerbees19 pushed 1 commit. 07268b108d29236d76a38761a485e021ac95e719 Add CIL lexer at meson.build -- View it on GitHub: https://github.com/geany/geany/pull/3480/files/1397da184180e39a2797ffeb9f15c5174f1f52c5..07268b108d29236d76a38761a485e021ac95e719 You are receiving this because you are

[Github-comments] [geany/geany] Update of 2018 edition of Rust (PR #3484)

2023-05-03 Thread Peter C. S. Scholtens via Github-comments
Some keywords added, as also the 128-bit integers, see: https://doc.rust-lang.org/reference/keywords.html You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3484 -- Commit Summary -- * Update of 2018 edition of Rust -- File Changes --

[Github-comments] [geany/geany] add some CSS lines to geany.css for the tab-title of the active tab as comment (Issue #3483)

2023-05-03 Thread ralf3u via Github-comments
``` /* CSS-example for the tab-title of the active tab of the editor (this will affect also the tab-title of the active tab of the sidebar & the message window): notebook tab:checked label { color:white; background:black; font-weight:bold; font-style: oblique;

[Github-comments] Re: [geany/geany] Is there a possibility to change the CSS of the tab-title of a tab that is active? (Discussion #3482)

2023-05-03 Thread ralf3u via Github-comments
Closed #3482 as resolved. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/3482 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Is there a possibility to change the CSS of the tab-title of a tab that is active? (Discussion #3482)

2023-05-03 Thread ralf3u via Github-comments
I recognized that if I use bold, then the tabs are a little bit moving when I tab-browse in a loop. That is the reason why I decided to use this: ``` notebook tab:checked label { color:white; background:black; } ``` Your answer is so helpful for me. I was prepared to give up

[Github-comments] Re: [geany/geany] [C, C++] Move built-in type keywords to secondary list (PR #3448)

2023-05-03 Thread Nick Treleaven via Github-comments
> And maybe that could be given the same style (keyword_3 I think) as Geany > detected types? I think it is useful to highlight types from global tag files differently from types in the current workspace. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] [docs] Move CSS section to Configuration Files (PR #3472)

2023-05-03 Thread Nick Treleaven via Github-comments
Merged #3472 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3472#event-9157103905 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] [C, C++] Calltips have missing space after comma for parameters (Issue #3474)

2023-05-03 Thread Nick Treleaven via Github-comments
> Does https://github.com/geany/geany/pull/3478 fix that problem? If so, it > should be submitted to universal-ctags first and if it gets merged No. And it's from universal-ctags :-) Thanks for the info. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Update instructions for new lexer modules (PR #3481)

2023-05-03 Thread elextr via Github-comments
@elextr requested changes on this pull request. > @@ -588,7 +588,7 @@ LexFoo.cxx. Try the official Scintilla project first. When adding a lexer, update: * scintilla/Makefile.am -* scintilla/src/Catalogue.cxx - add a LINK_LEXER command *manually* +* scintilla/lexilla/src/Lexilla.cxx - add

[Github-comments] Re: [geany/geany] Update instructions for new lexer modules (PR #3481)

2023-05-03 Thread Nick Treleaven via Github-comments
@ntrel approved this pull request. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3481#pullrequestreview-1410744533 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Update instructions for new lexer modules (PR #3481)

2023-05-03 Thread Nick Treleaven via Github-comments
@ntrel commented on this pull request. > @@ -588,7 +588,7 @@ LexFoo.cxx. Try the official Scintilla project first. When adding a lexer, update: * scintilla/Makefile.am ```suggestion * meson.build * scintilla/Makefile.am ``` -- Reply to this email directly or view it on GitHub: