Lucide
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Edited Undesired formatting of C compound literals
Hi, I'm looking for some insight about the formatter behaviour in CLion. I have the following C code: initializeBlank(&canvas, 2, LTSIZES{{60, 10}, {1, 1}}); //LTSIZES is a macro for a castinitiali... -
Edited insights about File Watchers
AnsweredHi, I have some question about how File Watchers behave in different situations: a some files are modified, the watcher is currently processing command of the first edited file, what does it do ne... -
Created Customize the build-in server's document root using in-place server
I'm having a very painful experience trying setting up the appropriate root directory for WebStorm's built-in server, to resolve absolute URLs to the project root. I don't understand if it's my wor...