Tyler

Results 8 issues of Tyler

Adds an auto-save feature which is configured in the `PreferenceEditor`. Auto-save can be set up to save a map after a set delay, when changing maps, or both. Auto-save doesn't...

release target

C-mantic experiences some problems with overloaded functions when using cpptools. This is a result of how cpptools provides definitions for overloaded functions. For instance, say you have an overload set...

cpptools

I've noticed a regression in the amount of time it takes to generate getters and setters (even with `C_mantic.cpp.resolveTypes` disabled). It used to be very quick, and now it seems...

regression

There is a bug when using `Add Declaration` on a member function of a class template, the template statements for parent class(es) will be added to the declaration. This is...

bug

I was testing on `ccls` and I noticed that `Add Definition` isn't working for constructors. The reason is that when invoking `Go to Definition` on an undefined constructor, `ccls` goes...

ccls

The 'Add Definition' commands sometimes don't properly reveal the inserted function (The editor doesn't scroll all the way to where the function was inserted). This seems to only happen for...

This probably goes without saying, but I thought I would formalize this with an issue (maybe someone can offer ideas). Certain 'disruptive' macros can affect C-mantic's parsing. The language server...

help wanted

A nice addition to the 'Switch Header/Source in Workspace' command would be to optionally open the matching header/source file in a new editor column, next to the current file.

enhancement
good first issue