Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-18-2007, 02:28 PM
Administrator
 
Join Date: Dec 2006
Posts: 649
JavaForums has disabled reputation
AnyEdit Plugin For Eclipse Plugin
“AnyEdit” is a simple plugin for Eclipse that adds few tools to the Eclipse menu, toolbars and to the output consoles. These added features are very useful for the coders and save time in simple operations.
First step is installing the plugin. As with other Eclipse plugin, its really very easy to install and configure AnyEdit.
  1. Download the plugin from here.
  2. Unzip the file and copy ” de.loskutov.anyedit.AnyEditTools_1.8.0.jar ” to ” Plugins ” folder under Eclipse.
  3. Open Eclispe and everything is read to use.
Suppose we have following Test class:
public class Test {

public static void main(String[] args) { for(int i=0;i<10;i++) { System.out.println("Printing HELLO WORLD. Count: " +i ); } } }

And we want to save the generated output to a text file from Eclipse IDE. we used to copy the output from ‘Console window’ and will create a new text file from file system and then will paste the output text there. AnyEdit adds all this into Eclipse IDE. You just have to right click in the ‘Console window’ of Eclipse and click ‘Save to File’.

Sometimes it is useful for the developer to see the white spaces in the source code. AnyEdit provides this option in the toolbar. Just click ‘Show white spaces’ icon from toolbar and you can see the white spaces in the development environment.

You can change the case of text by: ” highlighting text ” - > ” right click “, choose Convert - > ” To upper case/To lower case/Invert case/Capitalize “.

AnyEdit also adds a search dialog box which gives some more flexibility to the search feature.

‘Show Source of Selected Element Only’ is also a very useful feature. Consider that you are working in a method of a class with many methods. Then you will be viewing all the code, even that code which you are not editing. This can confuse you. Using ‘Show Source of Selected Element Only’ will hide all the code except that particular method on which you are working.

AnyEdit has a lot of simple but useful options that eases the programming in Eclipse.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
MouseFeed Eclipse Plugin 1.0.0 JavaBean Java Announcements 0 03-02-2008 12:30 AM
IDL Plugin for Eclipse JavaForums Java Blogs 0 02-08-2008 03:40 PM
Eclipse plugin for FindBugs mew Eclipse 0 01-25-2008 09:36 PM
Eclipse Plugin Dev eva Eclipse 1 01-22-2008 12:56 AM
plugin for eclipse sin Eclipse 1 05-10-2007 09:43 PM


All times are GMT +3. The time now is 01:08 PM.


VBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org