Ole Christian Eidheim

Results 316 comments of Ole Christian Eidheim

Oh never mind, both sample and server executables lies within the `build` folder. I'll fix this in a day or so. edit: typo

I think the issue is fixed in https://github.com/eidheim/jucipp/commit/786b6b8eddcf7cbc174cfa43d5f361fa29735f9e.

Commits fixing the original issue above is pushed to master, but leaving this issue open a bit further for discussion on how to chose executable when for instance working on...

For the time being you can use Set Run Arguments in the Project menu to set project wide executable that will be run no matter which file you have open....

The Run Arguments settings are now also stored between sessions: https://github.com/cppit/jucipp/commit/8a4cab04152ab2b45348715bcb3021aba0cedf02

Thank you, but this feature is being implemented in gtksourceview: https://wiki.gnome.org/Projects/GtkSourceView/CodeFolding

As long as you have the same version number in the config file, as in the files.h, juCi++ will not touch the config file. However, if the versions are different,...

Windows does some file lock if a file is opened by another process? That might have been the case, denying the write to you your config file. Although, I'm not...

@zalox I've been thinking about simpler ways to reuse the autocompletion dialog. I'll prioritize this in the coming weeks.

Coincidently, I'll test it on master now:)