Edaphic Studio

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Edaphic Studio created a post, CLion incorrectly reports error when using std::bind (switching to boost::bind removes the error)
I get incorrect errors reported in my code where I use std::bind. I have included a screen shot below. If I switch to boost::bind then the errors goes away. I think this is a CLion bug as I expect ... -
Edaphic Studio created a post, Wierd build quirk using symbolic links. Anyone has ideas for a solution?
I'm trying to use CLion for an old, involved, and quirky build environment at work. It's `make` based, so I'm using a compile_commands.json file. Things are generally working fine, but the projec... -
-
-
Edaphic Studio created a post, AnsweredStub count doesn't match stubbed node length crash in Custom Plugin
I need help tracking down a bug in my custom language plugin that uses Stubs. I've been debugging for days, and I'm running out of ideas. I suspect I'm missing something fundamental but need help f... -
-
-
Edaphic Studio created a post, AnsweredHow is text associated with IElementType and how can it be overridden?
Hello, I'm developing a plugin for a language that uses macros. I'm expanding the macros in a `LookAheadLexer` for my language and inserting the resulting token in the actual file. This expansion n... -