Wolfgang Schramm
Wolfgang Schramm
There is a "shortcut" for reopening a file: - Close with ` + w` - Reopen with ` + left cursor` (this navigates the history)
The smart insert mode is working in JSDT but I don't request that typescript.java should depend on JSDT, I know that this must be implemented independently. Other features which I'm...
I use theses features not from the menu only with the shortcut keys. When doing this for years then you do it automatically without much thinking about it.
I've attached both logs for tycho 3.0.4 and 4.0.2 [logs.zip](https://github.com/eclipse-tycho/tycho/files/12496113/logs.zip)
> Can you probably share a failing example? I do not exactly understand what I should share but the root pom.xml file is here https://github.com/mytourbook/mytourbook/blob/main/pom.xml
It is great that the combobox gets more features :-) The [Example in Svelte REPL](https://svelte.dev/repl/d0cf9eb906284b2fa1e6f55a21a710ba?version=3.24.0) is a good starting point to test the combobox. Instead of writing in words how...
Thanks for the information
I've found an alternative Java gltf2 loader + animation viewer https://github.com/MESLewis/SimpleGLTF2 which had used the same porting base (according to the readme) [glTF-Sample-Viewer](https://github.com/KhronosGroup/glTF-Sample-Viewer) you also would use https://user-images.githubusercontent.com/1283445/197697948-f2b8aa78-3b51-4d9e-a35c-a61afba4abc9.mp4 The above...
Yesterday I discovered, that [LibGDX](https://github.com/mgsx-dev/gdx-gltf) is also supporting glTF2. LibGDX is the base app for the 2.5D map but I also discovered that the required libGDX 1.9.11 is not yet...
> but all of them have been done within one week, It was about 4 weeks of work  After testing some other glTF2 examples from https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0 some examples are...