JCreator needs badly the following features (and I don't think they are too hard to implement)
1. Open class dialog (something like Eclipse does on Ctrl+Shift+T, or JBuilder 2006 on Ctrl+Minus)
2. Find symbol(field, method) like Eclipse's quick outline (Ctrl+O)
These features speed up the development with JCreator
Really Necessary Improvements
Started by
javachris
, Jan 28 2008 07:14 AM
4 replies to this topic
#1
Posted 28 January 2008 - 07:14 AM
#2
Posted 28 January 2008 - 05:16 PM
JCreator Pro lets you find the declaration of a method or variable by right clicking its name and chosing the option to do so. It can do the same thing with finding the source code of a given class. LE does not have these features. But one feature that they both share is if you put your cursor on the name of a class and click the JDK Help button (or Help>JDK Help), it will take you to the documentation for that class if it exists.
What is the class dialog? If it is one of the things I said above, I didn't know that it was called that too.
What is the class dialog? If it is one of the things I said above, I didn't know that it was called that too.
ham90mack
http://ham90mack.googlepages.com
Resistance may be futile,
But capacitance has potential.
BLAH!
http://ham90mack.googlepages.com
Resistance may be futile,
But capacitance has potential.
BLAH!
#3
Posted 29 January 2008 - 08:47 AM
What is the class dialog? If it is one of the things I said above, I didn't know that it was called that too.
Open class dialog is another way of saying:
Step 1) Go to the package tree
Step 2) search for the .java file you want to open
Step 3) and double click to open it.
I know that in IDEA if you press CTRL + N a small dialog opens that allows you to search for a class (or any file type, *.html, *.java, etc.) within your project just by typing in the name, or abbreviation (AL might give you ActionListener as an example).
I think both of these are a big boost for other IDEs
-----------------------------------
Sun Certified Java Programmer
-----------------------------------
Java 1.5 API <---Check the specs
Google is your friend
Sun Certified Java Programmer
-----------------------------------
Java 1.5 API <---Check the specs
Google is your friend
#4
Posted 29 January 2008 - 02:54 PM
The pro edition has a feature to Find a class. See the screen shot below. We shall take the open class dialog in consideration for the next release.

Xinox Software

Xinox Software
#5
Posted 30 January 2008 - 12:40 AM
Ah, that's a feature I haven't seen before... I will add it to the many tabs I have open at the bottom of my screen... So there's the finding a symbol answer. If you have JC Pro, you can make that window visible by going to View>Other Windows>Symbol Find
Implementing an open class dialog probably shouldn't be hard since the dialog to chose a class for the project to run by default uses something similar to that already. I look forward to seeing it.
Implementing an open class dialog probably shouldn't be hard since the dialog to chose a class for the project to run by default uses something similar to that already. I look forward to seeing it.
ham90mack
http://ham90mack.googlepages.com
Resistance may be futile,
But capacitance has potential.
BLAH!
http://ham90mack.googlepages.com
Resistance may be futile,
But capacitance has potential.
BLAH!












