Thomas Singer

Results 34 issues of Thomas Singer

I want to download file `/foo/bar` to `C:\temp\bazz`. Unfortunately, final var transfer = client.newSCPFileTransfer(); transfer.download("/foo/bar", new FileSystemFile("C:/temp/bazz")); does not work, because it wants to create a file `C:\temp\bazz\bar`.

ditto for the Run menu. If you don't have something to show there, don't show the menu.

Please document all steps for getting started (https://github.com/eclipse/lsp4j/blob/main/documentation/README.md) as detailed as possible, so any Java experienced developer can get started easily, e.g. - what jars are needed (download manually or...

**Bug report checklist** * [x] Have you searched the existing issues to see if this report is a duplicate? * [x] Are you using the latest version of vokoscreenNG? *...

unsolved

I'm currently playing with Git-LFS in combination with GitLab via SSH and noticed some problems (internal SmartGit 18.2 preview, Git 2.17.1, Windows 10). When having selected "Use SmartGit as SSH...

bug
enhancement
windows

Please provide TangNano 9k board information to the [icestudio project](https://github.com/FPGAwars/icestudio/tree/develop/app/resources/boards), so it can be used to develop.

**Describe the bug** `setCapture(true)` can be used to get notified about all mouse events until `setCapture(false)` is invoked. This contract is broken if a dialog is shown while the user...

bug
help wanted
Windows

**Describe the bug** If a selection in the StyledText is replaced with a Chinese letter entered using *Chinese (Pinyin)*, no (replaced) text is reported by the `SWT.ExtendedModify` event. **To Reproduce**...

Linux/GTK

**Describe the bug** On macOS select the **US International** keyboard layout, run the below snippet and type a quote. It will remain in some intermediate state. Now click a button...

bug
macOS

**Is your feature request related to a problem? Please describe.** There is an event `Dispose` that is sent when a control is disposed. Example: If a resource is created, that...