Plugins (1000)


Training and Consulting (67)


Eclipse Summit Europe 2009


EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 598
Comments: 0

EPIC has moved! The content of this site has been frozen and placed in a Read-Only State. Check out our new Eclipse Marketplace site. Logins to this site have been disabled.


Category: Plugin Directory / IDE / Java Source Helper

This listing has moved and is Out of Date. Please view the most up to date listing here:
http://marketplace.eclipse.org/content/java-source-helper

Java Source Helper 
Rate this plugin | Report broken link | Details | Comments (8)

Rating: 9.4 (61 Votes) | hits: 0
Java Source Helper

Version: 0.2.4
Support Eclipse Version: 3.4
License: Free EPL
Development Status: Beta
Company: Hexapixel
Plugin home pageHome Page
Plugin SupportPlugin Support
Discussion ForumsDiscussion Forum
Buy Now
Update Site URL: http://www.hexapixel.com/update

The Java Source Helper shows you the block of code related to a closing brace/bracket if it is currently out of visible range in the editor.

When you put the cursor on a closing bracket (parenthesis, bracket or curly brace), it will check to see if the related starting code bracket is out of visible range in the Java editor (JDT). If it is, it will float a window at the very top of the editor that shows the code related to that starting block.

This helps you figure out what closing bracket belongs to what part of the code without having to scroll or jump to the starting bracket of that code. This is especially useful in deeply nested code where you start losing track of what scope is related to which closing curly brace.

The feature will be familiar to users of IntelliJ IDEA where there is a similar feature.

Version 0.2.4 fixes the following:

  • Brackets inside comments are no longer mistaken for “matching” brackets
  • If the starting bracket and end bracket were not in the same location, the connecting line would draw funny, now it draws a bend
  • Preferences page moved to under Java then “Java Editor”. Search for helper if you can’t find it in the Preferences dialog.

Screenshot:

If you find issues or have feature requests, please let me know via email!


Added on: 20-Jan-2009 | Updated: 22-May-2009




Last 8 Comments


User: AnonymousRating: 102009-09-27 05:22:27
useful


User: AnonymousRating: 52009-08-05 17:07:44
Great plugin however worked in Eclipse 3.4 , however is broken in Eclipse 3.5 . Also update site is broken


User: AnonymousRating: 102009-05-26 07:52:36
Wunderbares Tool - lernt man erst nach einiger Zeit schätzen, ist dann aber nicht mehr wegzudenken.


User: AnonymousRating: 92009-05-13 23:07:54
good job


User: AnonymousRating: 102009-02-13 10:08:58
Emil ... you rocks!!! Thank you very much, the latest updates are really nice ;o)


User: AnonymousRating: 52009-02-12 03:25:28
The Update site doesn't work on 3.4.1: [ ] XXXX://www.hexapixel.com/update [ ] Java Source Helper ... nothing here ... The install button is grayed.


User: PavelRRating: 102009-01-22 04:09:45
It is great to see context of opening brace out off the screen.


User: AnonymousRating: 92009-01-21 02:58:10
The idea for the plugin is great and plugin is very helpful. I've got one suggestion: if you use code formatting where the opening bracket stay on the new line (not on the same as while/if/method declaration) then plugin can't catch this information and shows in the popup the bracket ("{") only. If this bug is fixed, then I will rate plugin with 10 :-)