Curculigo

Results 73 comments of Curculigo

This feature is super useful. Please have a look at this: https://github.com/annacrombie/muon It's an implementation of meson in C. It generates compile_commands.json out of the box.

> I had a look at muon and meson++ before I implemented BUSY, and couldn't use it because it is limited to Posix systems. muon compiled fine with mingw on...

There is a nice trick to generate compile_commands.json when using clang. Can you integrate it into BUSY? https://github.com/trailofbits/multiplier/blob/main/docs/INDEXING.md#getting-compile_commandsjson

Believe it or not, I decided to learn C++ with this very old laptop that only has 4GB of RAM. I can't afford compiling from source to access the latest...

Can ecode nightly update itself? Or the update feature is only available on normal releases?

Is ecode a single-instance application? Or will it launch a new instance for each file sent to it via Windows Explorer? I don't want to associate file extensions with ecode....

There is no integration with the file manager on both Windows and Linux/BSD. I need to view various files scattered throughout the file system. The open as folder model of...

I just don't see the need to support audio files.

What will happen if two instances of ecode launched at the same time? ecode will overwrite config files when exit. I can't imagine how it will be like. This is...

How does ecode react if the config files of it are modified by an external process? How can it lock the resources if another process has already locked them? Is...