Tobias Schulte
Tobias Schulte
I did not mean to type the unicode strings yourself. The firmware could do this: ``` c #define TYPE__UNICODE_LINUX(name, k1, k2, k3, k4) \ void P(name) (void) { \ KF(press)(KEYBOARD__LeftControl);...
@xstable regarding your problem with non-repeating keys: This is because you use the TYPE__DEFAULT instead of KEYS__DEFAULT macro in your definition. This is most probably because you copied it over...
As @Thanatermesis already said, there is no platform independent way of inputting unicode characters. And even within Linux, the way to input unicode varies: https://en.wikipedia.org/wiki/Unicode_input#In_X11_.28Linux_and_other_Unix_variants.29. Can you try the second...
I have not invested any time for about half a year into this. But I think it is not really possible -- at least not without consequences. The only way...
From my perspective, the creation of p2 repository is less important than the consumtion of p2 repositories. If you really need to create a p2 repository, you can as a...
I just had another issue with unpuzzle. I wanted to use two sources http://download.eclipse.org/efxclipse/runtime-nightly/site_assembly.zip and http://download.eclipse.org/efxclipse/experimental-nightly/site_assembly.zip. This is not supported, because the name of the zip file is used in...
I asked on the gradle mailing list. http://gradle.1045684.n5.nabble.com/Adding-support-for-p2-repositories-td5713110.html. I will now focus on creating some design-docs in my fork of gradle and see if I can implement it in gradle.
In http://stackoverflow.com/questions/12601526/where-can-i-find-the-p2-repository-specification the accepted answer says, there is no specification, only the implementation. And the other answer says it is practically unusable without OSGI.
It seems to work for SWT based apps. But I wonder, if the Application.e4xmi should be moved to src/main/resources? Currently I am trying to get a JavaFX-based RCP application to...
I might have a look at this later. But I think `./gradlew classes` will not suffice, because the run configuration does depend on the jars. Does springloaded also work with...