Search found 5 matches

by Mpegip
11 Jan 2021 18:44
Forum: General discussion
Topic: UI tabs x marks
Replies: 1
Views: 44386

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.
by Mpegip
11 Jan 2021 17:19
Forum: Syntax files
Topic: C/C++ syntax bug
Replies: 2
Views: 45826

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;
#pragma ...
by Mpegip
11 Jan 2021 17:11
Forum: News
Topic: LSP client component
Replies: 1
Views: 44684

Re: LSP client component

Very good idea! It will be useful component for several apps, and I will test it in the RJTextEd.
by Mpegip
11 Jan 2021 17:10
Forum: Syntax files
Topic: C/C++ syntax bug
Replies: 2
Views: 45826

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>