Eran Ifrah

Results 192 comments of Eran Ifrah

@UffeJakobsen you should get yourself a "MX Master 3s for Mac" - you will thanks me later 😄

There are multiple issues mentioned here: - Context menu on tab label is affecting the active tab - (Windows / macOS): right clicking on a non active tab made it...

The only solution I see here is: - Fork DTL and fix this (just remove the `const`) - Change the submodule to point to forked version Other suggestions?

@UffeJakobsen I have updated the submodule to https://github.com/eranif/dtl and fixed this specific assignment Please try with latest master I believe that you will need to run: ```bash git submodule update...

Hi Noel, later tonight I will send you a plugin skeleton

Hey, in order to create a plugin, follow these simple steps: - Under CodeLite root directory, create a folder with your plugin name and extract the attached `MyPlugin.zip` file below...

Usually I create a symlink to the `compile_commands.json` -> `build-release/compile_commands.json` file

This depends on what your plugin does. Lets say that your plugin is expected to do something during the build (F7). There are 3 events that you can work with:...

This could be a bit tricky as you need a "real" terminal for this. I would take a different approach: Instead of using `sudo` I would use `sudo -A` this...

I don't have Windows 11, so I can't really check this on this platform. But, can you run CodeLite under lldb? (for what it worth, it works nicely on Windows...