|
Replies:
153
-
Pages:
11
[
1
2
3
4
5
| Next
]
-
Last Post:
Feb 27, 2008 2:23 PM
Last Post By: StuartSimpson
|
|
|
Posts:
9,967
Registered:
03/08/01
|
|
|
|
[Survey] Which coding feature do you want in JDeveloper 11?
Posted:
Jul 6, 2006 2:10 PM
|
|
|
|
Do you have any capability that you are missing in the JDeveloper code editor?
This is your chance to influence the editor of the next version of JDeveloper.
Let us know what are the top 3 features that you would like us to add to the JDeveloper code editor, by posting them on this thread.
Thanks,
The JDeveloper Team.
|
|
|
Posts:
312
Registered:
04/24/06
|
|
|
|
Re: [Survey] Which coding feature do you want in JDeveloper 11?
Posted:
Jul 6, 2006 3:42 PM
in response to: Shay Shmeltzer
|
|
|
1. The auto compile feature in Eclipse is great. Also how it provides quick fixes that actually work are just icing on the cake.
2. Visual manipulation of XSLs a la JDeveloper BPEL Designer is great as well.
3. Full compliance of the JEE 5 stack would be nice as well.
4. Maybe better Look and Feel would be another thing. It is always nice to have a pleasant looking work environment especially when one is coding in the same program for a long long time all day.
5. Make the Source menu more accessible by having it placed as a part of the right click menu for easier access.
6. More refactoring options a la Eclipse would be nice. I cant think of the specific ones I would like to have but I will try to look them up.
7. A smarter editor that is context aware would be nice...sort of like what IntelliJ's IDEA has.
Thats all I can think of at the moment. These are quick and dirty suggestions from me based on various features that I have used in other IDEs. As for something totally unique from the other IDEs it will take me a bit more time to figure those ones out.
Cheers!
|
|
|
Posts:
9,967
Registered:
03/08/01
|
|
|
|
Re: [Survey] Which coding feature do you want in JDeveloper 11?
Posted:
Jul 6, 2006 4:49 PM
in response to: Surya De
|
|
|
|
We need more specific details in these posts.
If you want more refactoring - tell us which one you need. (we have over 35 already so we need to know which specific ones you need in addition).
Same goes for point 7 - what specificaly do you mean by smarter editor - give us some examples.
Thanks,
Shay
|
|
|
Posts:
185
Registered:
05/05/99
|
|
|
|
Re: [Survey] Which coding feature do you want in JDeveloper 11?
Posted:
Jul 6, 2006 9:18 PM
in response to: Shay Shmeltzer
|
|
|
|
It would be nice to have the following
a) Javadoc comment formatting like (or better than) the one available in eclipse
b) Formatting options for xml/html (The ability to specify the indentation width is very essential).
c) Code assistance and debugging support for Javascript.
Thanks
|
|
|
Posts:
80
Registered:
06/14/99
|
|
|
|
Re: [Survey] Which coding feature do you want in JDeveloper 11?
Posted:
Jul 6, 2006 9:58 PM
in response to: Shay Shmeltzer
|
|
|
|
1, release your JDeveloper's dockable framework to public for Swing user group as what eclipse is doing.
2, variable highlighter showing variable in different color for different scope (as in Eclipse). There was a third part plug-in can do a better job before in JDev 9i release... but somehow you implemented this feaure as part of JDeveloper in a worse way...
3, Java doc format needs to be improved.
Thanks
|
|
|
Posts:
54
Registered:
01/19/05
|
|
|
|
Re: [Survey] Which coding feature do you want in JDeveloper 11?
Posted:
Jul 7, 2006 12:53 AM
in response to: Shay Shmeltzer
|
|
|
|
1. Case insensitive Import Assistance
When I am writing variables, I write them all lower case and then hit Ctrl+Space which changes them to correct camel case. It is faster because I don't have to use shift key or think about correct capitalization (don't get me wrong, I declare my variables with camel case). I constantly find myself hitting Alt+Enter three or four times in a row just to realize that I made mistake in one letter case (lower or upper)!
2. Merge Code Insight and Import Assistance
Why there are these actions separated? Can you merge Alt+Enter into Ctrl+Space. It is like that in Eclipse. To me it is much more convenient. When I am using some class I have to think did I already typed that class somewhere else in the file and press Alt+Enter or Ctrl+Enter consequently.
And Ctrl+Enter (Code Templates) should be merged too. To me it is much more natural to have all this Smart Coding features on the same shortcut.
There should be a switch in Options to choose between these two behaviors (separated and unified) (As in Eclipse)
3. Propose Java key words in Code Insight
Java language key words should be proposed when you press Ctrl+Space. instanceof, synchronized, implements, interface... are big words. (As in Eclipse)
4. Add tool tip with JavaDoc to Code Insight
When I am choosing method from list, I want to know right away what that extra boolean parameter (e.g.) stands for.
5. More JavaDoc
I know you can't distribute source code of your libraries (ADF). But you could distribute stub source files with empty method bodies and full JavaDoc comments. Maybe strictly speaking this is not a coding feature but it helps coding a lot. Currently, because of this, Ctrl+D (Quick JavaDoc) is pretty useless.
P.S.
Check out these on MetaLink:
4767168: Improve Consistency Of Smart Coding Features
4767166: Import Assistance Should Be Case Insensitive
4767176: Regrn: Focus Is Always On Code Insight Popup Even If Import Assist Is Invoked
|
|
|
Posts:
30
Registered:
03/06/00
|
|
|
|
Re: [Survey] Which coding feature do you want in JDeveloper 11?
Posted:
Jul 7, 2006 5:22 AM
in response to: Shay Shmeltzer
|
|
|
|
Enhancements to "reconcile" feature with ADF Business Components and JSF.
Somewhere in an ivory tower (castle, actually) in England, a lone developer carefully produces perfect database designs before starting coding. Then, coding is done, and the database never changes.
Everywhere else, database changes are a constant hassle. The static "strict" datatypes inherent in Java make this a real problem. Any additional features to have the ADF BC & JSF "automatically adjust" to database changes would be great!
|
|
|
Posts:
558
Registered:
08/18/98
|
|
|
|
Re: [Survey] Which coding feature do you want in JDeveloper 11?
Posted:
Jul 7, 2006 5:24 AM
in response to: Shay Shmeltzer
|
|
|
|
This feature is as much for the code editor in SQL Developer as for JDeveloper, but since they share a lot of code, I'll post it here:
Can the code highlighting, and maybe even the visual designer for Java Server Pages be extended to work for PL/SQL Server Pages? It ALMOST works now, but at some points (I'll have to play with this a bit to give you specifics.) it breaks down. One thing I remember from when I tried to use JDeveloper to edit a PSP is that when I tried to reformat, it got confused when it saw PL/SQL syntax where it expected Java syntax, and did some very strange things that were hard to read and hard to undo.
This request would include JDeveloper recognizing that files with a ".psp" extension are server pages. I know that there are options to tell JDeveloper about extra file types, but is it SQL? No, Java? No. HTML? Not quite. JSP? Almost. Text? Well, yes, but if you say text, you get no code highlighting at all.
|
|
|
Posts:
8
Registered:
06/28/06
|
|
|
|
Re: [Survey] Which coding feature do you want in JDeveloper 11?
Posted:
Jul 7, 2006 6:54 AM
in response to: Shay Shmeltzer
|
|
|
|
my favourite is the missing link between code editor and system/application navigator. when i switch the jspx/java edit-windows it would be nice to have
the actual file automatically selected in the navigator (as in eclipse)
Jdeveloper has problem with deleted files; .class files stay in the filesystem and are cached/still preseneted in die IDE.
Editing a jspx source page, no warning or error when i type in a wrong EL
e.g.: ... value={#bean.property" ... this leads later to an internal server error
and PLEASE provide a working SVN plugin, the existing does not work in a correct
way.
|
|
|
Posts:
5,973
Registered:
07/02/01
|
|
|
|
Re: [Survey] Which coding feature do you want in JDeveloper 11?
Posted:
Jul 7, 2006 10:46 AM
in response to: Shay Shmeltzer
|
|
|
|
Formatting of Java code, similar to Ctrl+Shift+F in Eclipse.
|
|
|
Posts:
9,967
Registered:
03/08/01
|
|
|
|
Re: [Survey] Which coding feature do you want in JDeveloper 11?
Posted:
Jul 7, 2006 10:56 AM
in response to: dvohra16
|
|
|
|
Deepak - We already have code formatting in JDeveloper, anything specific that you would like to add to it?
Charles - FYI, the variable highlighter extension has been updated for 10.1.3 and you can get it from the help->check for updates->partner and open source extensions.
|
|
|
Posts:
5,973
Registered:
07/02/01
|
|
|
|
Re: [Survey] Which coding feature do you want in JDeveloper 11?
Posted:
Jul 7, 2006 11:07 AM
in response to: Shay Shmeltzer
|
|
|
|
Thanks Shay. JDeveloper 10.1.3 has the formatting of Java code with
right-click>Format file
|
|
|
Posts:
80
Registered:
06/14/99
|
|
|
|
Re: [Survey] Which coding feature do you want in JDeveloper 11?
Posted:
Jul 7, 2006 11:34 AM
in response to: Shay Shmeltzer
|
|
|
|
Thanks Shay. Just got the new highlighter and it looks better.
But, what would the icons on the toolbar do? They do not function any more after update. Can your team make them work for toggling realtime highlighter on/off? That will help to save some CPU time.
Also, is there any way to change project/project folder name? JDeveloper currently store project name in lots of files under system folder. It is really hard to change the name or folder name unless a fresh re-install. This would be part of refactory enhancement.
|
|
|
Posts:
312
Registered:
04/24/06
|
|
|
|
Re: [Survey] Which coding feature do you want in JDeveloper 11?
Posted:
Jul 7, 2006 12:36 PM
in response to: [Charles]
|
|
|
|
Yes I was going to mention just that particular refactoring enhancement Charles, thank you. I will have to get the latest version of Netbeans 5.5 and Eclipse and make a clean list of what I like best of those IDEs and then post it here so that JDeveloper can potentially have those functionalities as well. Its the little things that count. I havent evaluated Intellij's IDEA yet but I here people claim it to be the best Java IDE ever. Everything from performance to a really smart context sensitive editor. But then again IDEA is not purely written in Java. It has a few DLLs and so on and I think that is where it gets its performance improvements from.
|
|
|
Posts:
566
Registered:
01/13/04
|
|
|
|
Re: [Survey] Which coding feature do you want in JDeveloper 11?
Posted:
Jul 8, 2006 9:53 AM
in response to: Surya De
|
|
|
|
Smooth migration of Struts/ADF and JClient/ADF from 10.1.3.
By smooth I mean with no necessary recoding or retesting.
Just like migrating from Oracle DB 7.3 to Oracle DB 8 to Oracle DB 9 to Oracle DB 10.
Fred
|
|
|
|
Legend
|
|
Guru : 2500
- 1000000
pts
|
|
Expert : 1000
- 2499
pts
|
|
Pro : 500
- 999
pts
|
|
Journeyman : 200
- 499
pts
|
|
Newbie : 0
- 199
pts
|
|
Oracle ACE Director
|
|
Oracle ACE Member
|
|
Oracle Employee ACE
|
|
Helpful Answer
(5 pts)
|
|
Correct Answer
(10 pts)
|
|