SineStriker

Results 10 issues of SineStriker

I try to use msys and mingw-64 to run the configue process, which fails at ``` checking for std::unique_ptr... yes checking whether lstat correctly handles trailing slash... no checking for...

```` // utilities.cpp QPointF Utilities::mapOriginPointToWindow(const QObject *object) { Q_ASSERT(object); if (!object) { return {}; } if (!object->isWidgetType() && !object->inherits("QQuickItem")) { qWarning() property("y").toReal()}; for (QObject *parent = object->parent(); parent; parent =...

bug
duplicate

## Suppose a file system structure like this (Under deepin-x86_64), ------ ``` |-- test1 |-- test1-1 |-- test1-1-1 |-- test1-2 |-- test2 ``` ------ When I add test1 and test1-1...

bug

Maybe a header is included in different source files of different targets and the compile options and definitions vary with each target. Threre should be an action to switch target...

enhancement

```c++ class Locale { public: ... /** * @brief Current locale * * @return Locale enumeration */ int locale() const; // Right click here and create implementation, it doesn't work...

Currently the extension cannot recognize a custom function or macro defined in another `.cmake` file, when I open the `.cmake` file and then the custom token can be highlighted, which...

```c++ #ifdef Q_OS_UNIX // By explicitly attaching it and then deleting it we make sure that the // memory is deleted even after the process has crashed on Unix. d->memory...

Same as `cmake.copyCompileCommands` in VSCode cmake tools.

enhancement

The wrong position will be fixed by the next resize of the main window.

enhancement