Thomas Gossmann
Thomas Gossmann
While working on transpilable files, they don't change often during development. So it makes sense to source and destination. Code is already commented out on: https://github.com/gossi/eclipse-transpiler-plugin/blob/master/si.gos.transpiler.core/src/si/gos/transpiler/core/builder/TranspilerBuilder.java#L68 Depends on: https://stackoverflow.com/questions/22886012/get-the-instance-for-an-eclipse-builder
When resizing the project's transpiler settings and the Options Tab is active a padding to all descriptions appears. Happens only when the window becomes smaller.
Simply: ```hbs ``` inside the component: ```ts export default class MyComponent extends Component { @command go = commandFor([ this.args.link, this.somethingElse ]); } ``` and then writing tests for this: ```ts...
Allow this to work: ```ts class MyComponent extends Component { link = this.linkMananger.createLink({...}); @command = commandFor([new LinkCommand(this.link)]); } ``` which would enable this: ```hbs {{! invocation }} ``` ```hbs {{!...
I've been developing a figma plugin at first and later on a tool to connect to figma, which led me here. For figma plugin developers, there are official types as...
After install/update the status line manager still shows the last message from composer even when the process has already finished. Clean up that last message.
Add a package section, which shows which packages are installed with version number. Clicking a package shows more information. Additionally this is a place to show information such: - When...
When composer.json is update outside eclipse and workspaces is refreshed (automatically/manually), editor won't recognize changes and doesn't display them.
When composer.json changes outside the editor and it gets refreshed, editor is marked dirty, which is wrong.
This is a feature PDT once had after the introduction of PHP5.3. They showed namespaces instead of sourcefolders (unfortunately pdt didn't show anything else in the project, which was the...