Lukas Holecek

Results 11 issues of Lukas Holecek

The default install location for the 64bit app should be "C:\Program Files". Fixes #1792

Having a simple chat for CopyQ would simplify and speed up the communication. # Zulip [![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://copyq.zulipchat.com) https://copyq.zulipchat.com * streams/topics * syntax highlighting * can linkify github issues * github...

task

The default format for storing tab items is single binary data file. Storing many items (or just big data) can lead to performance problems. The binary file is basically overwritten...

task

There are already methods `moveToNextParagraph()` and `moveToPreviousParagraph()`.

enhancement

Select string objects properly with `vi"`, `va"`, `vi'` and `va'`. ``` char *str = "viquote works here."; char ch = '"'; char *str = "viquote doesn't work here."; ``` Ignore...

bug

Command `Ixxxu` makes the first block disappear.

bug

1. Compile with `--coverage` flag, 2. run tests and 3. check which code wasn't executed, i.e. untested code.

To fix an issue with deactivates app when returning focus to the main window after closing a dialog, the main window type is no longer set explicitly (as `Qt::Sheet` with...

Adds `windowSize()` and `windowPosition()` script functions to set the main window size and position (without showing the window). Fixes #2101