https://www.rj-texted.se/screenshots/main02-50.png
pls hide { chars in the code explorer?
Search found 5 matches
- 11 Jan 2021 18:46
- Forum: General discussion
- Topic: CSS code explorer shows { chars, it's not needed
- Replies: 0
- Views: 16905
- 11 Jan 2021 18:44
- Forum: General discussion
- Topic: UI tabs x marks
- Replies: 1
- Views: 11121
UI tabs x marks
1) X marks on tabs, must be bigger; at least 16px in size because Windows cursors have 16px.
2) Pls place X marks centered vertically; now marks are on the top, not centered.
2) Pls place X marks centered vertically; now marks are on the top, not centered.
- 11 Jan 2021 17:19
- Forum: Syntax files
- Topic: C/C++ syntax bug
- Replies: 2
- Views: 10486
Re: C/C++ syntax bug
More #ifdef PROTECTED_BUILD # pragma warning(push) # pragma warning(disable:4995) # include <malloc.h> # pragma warning(pop) //# define TRIVIAL_ENCRYPTOR_DECODER //# include "trivial_encryptor.h" //# undef TRIVIAL_ENCRYPTOR_DECODER #endif // PROTECTED_BUILD CLocatorAPI* xr_FS = NULL; #prag...
- 11 Jan 2021 17:11
- Forum: News
- Topic: LSP client component
- Replies: 1
- Views: 10729
Re: LSP client component
Very good idea! It will be useful component for several apps, and I will test it in the RJTextEd.
- 11 Jan 2021 17:10
- Forum: Syntax files
- Topic: C/C++ syntax bug
- Replies: 2
- Views: 10486
C/C++ syntax bug
'# include' is not highjlighted as preprocessor line. note that C/C++ allows spaces after # char.
Code: Select all
#include/**/<time.h>
#include <ncurses.h>
# include <stdlib.h>