Manuel

Results 370 comments of Manuel

The only minor problem that I reproduce is that removing the filter after the prompt dialog requires a second click. It might be Windows specific. * Does it happen on...

@dt192 I had the opportunity to run DB4S on Windows and, indeed, I've reproduced the problem. I've made a change, which might solve the problem, but I'm blind on this,...

> @mgrojo That solves the loop issue, it does apply/discard correctly. The issue now is that the filter does not get removed. Great, then the behaviour is already the [same...

I don't think that's a bug, it's simply that QScintilla (our editor toolkit) implements rectangular selection, but not multicursor editing. I'll mark this as feature request instead.

What if we don't reopen automatically the DB Edit Database Cell dock if the user has closed it. If you double-click a cell in that case, you get the inline...

Or should the Apply button (Ctrl+Return) focus back to the table browser?

Is the Windows version also 3.12.2? Can you test with the [latest release](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.1)?

`\u001f` is not printable, so this is expected. You could use a [display format](https://github.com/sqlitebrowser/sqlitebrowser/wiki/Display-Formats) to choose how to display them.

I'm not a lawyer, but the virality of the GPL applies to software linked to a GPL licensed software. For example, the presence in GitHub of source code in the...

Ideally, it should work like `ls --color=auto`, which disables colors when the output is not a terminal. I miss that in general, for example, when running `alr build` inside emacs...