facebook

Genuitec's Blog: Eclipse

Eclipse Shortcuts for a Productive Workflow

Posted on Jun 17th 2016
I hope this list of my favorite Eclipse shortcuts will help your workflow become more productive. The shortcuts are divided into the following areas: Navigation General Purpose Editing Java Editor Plug-in Development Workbench Navigation Switching between Open Editors Ctrl + E—Display a filterable list of open editors. Ctrl … Read More

Using Custom Actions in Sapphire

Posted on May 30th 2016
In previous articles, I’ve discussed how to create custom XML bindings and custom editing UI for an editor based on the great Eclipse Sapphire framework. Now let’s take a look at another aspect of editor UI creation, customizing standard actions like Add or Browse, or creating completely custom … Read More

JavaScript Linters, even in your IDE!

Posted on May 23rd 2016
What is a Linter? Linters are Code Quality Inspectors, which work by basically parsing your code. They check JavaScript code for common mistakes and discrepancies without running the application.You can plug linters into your code editor or copy and paste your code into any standard online linting tool. … Read More

An Introduction to Angular 2

Posted on May 6th 2016
Update:  Since this blog was first published, Genuitec has released an Angular IDE with advanced support for both TypeScript and Angular 2. ResourcesAngular is a JavaScript framework used to create and maintain single-page web applications. It all began in 2009 when Misko Hevery was working on the Google Feedback … Read More
Show More