IDEs

  • submit to reddit

Algorithm of the Week: Shortest Path with Djikstra

Tonight I decided my study time would be to sit down and implement Djikstra’s algorithm in Python to help me understand it. When coding up a solution to a...

0 replies - 5170 views - 05/07/13 by Justin Bozonier in Articles

m2eclipse Doxia editor

Just rebuilding Eclipse and thought I’d upgrade to the latest version of m2eclipse. However, it would seem like the latest version has dropped support...

0 replies - 1433 views - 04/30/13 by Dan Haywood in Articles

IntelliJ IDEA Knows How to Format Spock where: Blocks

IntelliJ IDEA keeps amazing me. Last week I learned the code formatter of IntelliJ IDEA 12 supports Spock specific where: block formatting. Spock has...

0 replies - 1869 views - 04/22/13 by Hubert Klein Ikkink in Articles

Show it Again! (How to Re-enable Hidden Dialogs in Eclipse)

Eclipse has a nice feature to ‘shut up’ dialogs: In many dialogs I can select an option so that dialog does not show up again: ‘Dont’ show Again’ in...

0 replies - 1737 views - 04/20/13 by Erich Styger in Articles

Eclipse Tips: Using the Source Menu

Everyone knows – or at least suspects – that most of the Eclipse goodies live under the Refactoring menu. However, there’s also a lot of goodness under...

0 replies - 1403 views - 04/10/13 by Dan Haywood in Articles

Bending NetBeans Code Templates to My Will

Anyone who has read any of my posts on NetBeans knows that there are numerous features of NetBeans that I really like. Recently, however, I found myself...

0 replies - 709 views - 04/08/13 by Dustin Marx in Articles

Quick Access to VCS Operations in IntelliJ IDEA

 JetBrains's IntelliJ IDEA has a lot shortcut keys to increase your development productivity. I always prefer to leave my hands on the keyboard when...

0 replies - 843 views - 04/02/13 by Hubert Klein Ikkink in Articles

Eclipse Tips: Quick Fix to Generate Code

Here’s another in my nascent series of quick tips for Eclipse. This one shows how you can use Eclipse’s quick fix feature (ctrl+1) to quickly generate...

0 replies - 3013 views - 03/30/13 by Dan Haywood in Articles

Dear NetBeansIDE, You Are Just One Step Away From Massive Adoption

Well, NetBeansIDE 7.3 is out with plenty of new features, tremendous performance improvements. In addition to the great support for Java/JavaEE technologies,...

7 replies - 3905 views - 03/25/13 by Sivaprasadreddy... in Articles

Eclipse Tips: Extract Local Variable

When I teach my little Java TDD course, I quite often do live coding demos …especially if we’re running behind schedule and I want to catch up; I’ll skip...

0 replies - 2755 views - 03/23/13 by Dan Haywood in Articles

A Look at Netbeans Support for Upcoming Language Enhancements in Java 8

While I was working on the samples for this post using the Nebeans nightly builds with support for Lambda Expressions downloaded from here. I found that the...

0 replies - 1261 views - 03/22/13 by Mohamed Sanaulla in Articles

Pasting Content from Previous Copy or Paste Actions in IntelliJ IDEA

If we copy or cut a text selection in IntelliJ IDEA we can paste it directly from the clipboard with Cmd + V (Ctrl + V for Windows or Linux), just like in...

0 replies - 1632 views - 03/21/13 by Hubert Klein Ikkink in Articles

Using Lambda Expression to sort a List in Java 8 using Netbeans Lambda Support

As part of JSR 335 Lambda expressions are being introduced to the Java language from Java 8 onwards and this is a major change in the Java language. If you...

0 replies - 3192 views - 03/21/13 by Mohamed Sanaulla in Articles

Reasons for IntelliJ

I often get the question why I use Intellij in favor of another IDE, in this case Eclipse. Most of the time I answer that question by demonstrating some...

1 replies - 3503 views - 03/19/13 by Jamie Craane in Articles

Quickly Change Between Changed Files in IntelliJ IDEA

When we develop an application we usually work on multiple files at the same time. With IntelliJ IDEA it is easy to switch between changed files in the...

2 replies - 1759 views - 03/17/13 by Hubert Klein Ikkink in Articles