Enhancement Suggestion - Jdeveloper Code Editor

Hello,
I would like to make an enhancements suggestion for the JDeveloper code editor. I find the "history" tab of the source editor extremely useful when I'm trying new things and not sure if they would work. This tab helps me revert changes to a last known version. However, I see myself having to identify the previous correct version by date and time, which is kind of dicey. I do see there is also a description column, however, I'm not able to edit the description with a meaningful message that would help identify as last know good version quickly. Hence, my suggestion is that the history tab of the code editor allow the user to add tags / comments against each version for quick identification.
Hope the Oracle development is listening, and you'll have to excuse me for posting if this forum is the wrong place to make suggestion ( i didn't quite find any feedback feature on the Jdeveloper product page).
regards,
Rehan Yusuf

No problem Timo.
I don't think it's worth opening an SR for this. It looks like sub-pixel anti-aliasing isn't supported in the JDeveloper Code Editor, which is a shame, because that's the place where it's most needed.
Michael.

Similar Messages

  • JDeveloper Code Editor doesn't do ClearType font anti-aliasing

    I can't seem to get the Code Editor in JDeveloper (11.1.1.5.0) to do ClearType sub-pixel font anti-aliasing. Everything else in the IDE is doing proper sub-pixel anti-aliasing, it's only the Code Editor that's not doing it. It's doing "normal" pixel anti-aliasing which isn't nearly as good and still leaves the font looking quite jaggy.
    I've got the following lines in my jdev.conf:
    AddVMOption  -Dswing.aatext=true
    AddVMOption  -Dawt.useSystemAAFontSettings=lcd
    And I've checked "Enable Text Anti-Aliasing" in Preferences->Code Editor->Display.
    Is sub-pixel antialiasing in the JDeveloper code editor possible? If so, how? I'm running Windows 7 btw.

    No problem Timo.
    I don't think it's worth opening an SR for this. It looks like sub-pixel anti-aliasing isn't supported in the JDeveloper Code Editor, which is a shame, because that's the place where it's most needed.
    Michael.

  • BUG: JDeveloper code editor shows valid static import call as error

    I've noticed what appears to be a bug in the JDeveloper code validator when dealing with static imports.
    The following classes demonstrate the problem:
    package test;
    public class Parent {
      public static void parentMethod() {
        System.out.println("called parentMethod.");
    package test;
    public class Child extends Parent {
      public static void childMethod() {
        System.out.println("called childMethod.");
    package test;
    import static test.Child.*;
    public class StaticInheritanceTest {
      public static void main(String[] args) {
        Child.childMethod();
        Child.parentMethod();
        childMethod();
        parentMethod();  //<-- this line is highlighted as an error
    }Notice how on lines 7 and 8 of StaticInheritanceTest, the code validator does recognise that both parentMethod and childMethod are static methods of the Child class.
    Since 'Child' has been statically imported, then parentMethod should be available. Although parentMethod is presented as an 'auto-suggest' at line 11 in StaticInheritanceTest, when you try to call it the code editor shows the call as an error and the Ctrl-Click (to drill down into the method) doesn't work.
    When I run the class, it compiles successfully and runs with the following output:
    called childMethod.
    called parentMethod.
    called childMethod.
    called parentMethod.This might seem like an obscure and theoretical problem, but I've hit this whilst using Mockito, which uses exactly this kind of inherited static method to provide matchers.

    Hi,
    thanks. Will file a bug. This seems to be a designtime only issue that does not present a show stopper.
    Frank

  • Code editor enhancement request

    I would like to be able to do the following in the Code Editor:
    Type in a call to a method that does not exist.
    For example:
    String s = getSomeUnknownMethodResult(5, "foo");The Code Editor would of course highlight this as a semantic error. At this point I would like to be able to type some special keystroke (a la Alt+Enter) and have an empty method generated for me in the current class:
    public String getSomeUnknownMethod(int p0, String p1) {
      return null;
    }Or perhaps a dialog could appear allowing me to customize the call before it's generated: protected instead of public, parameter and return types, parameter names, etc.
    This isn't quite the same as the Extract Method feature, since it's the method call that we're starting from, not the method implementation.

    Sounds reasonable.
    I went ahead and logged an enhancement request for this.

  • Problems with cut and paste within the code editor in JDeveloper 10.1.3 EA

    Copy and pasting doesn't work as expected. If I copy some code and paste it somewhere else, i get completely different code, (it seems to paste a piece of code from somewhere else in the source).
    I tried expanding + signs, this didn't help.
    I'am running JDeveloper on Windows XP Professional.
    Does anybody else have the same problem.
    Is this a bug?

    We've tracked down this issue thanks to Tullio's supplying us with a reproducible testcase. It's related to the "Automatically Copy Paste Imports" preference (which is on by default) in the Tools->Preferences->Code Editor category of IDE preferences. It seems to also be related to having renamed a source path directory to have a name that is only different by case from the name it originally had. Disabling this preference is a workaround for EA1.
    For example, if you started out by creating your workspace with a source directory named "Src", then later renamed it to "src", this seems related to the situation when this issue can occur. Renaming the directory back to match what it was before is another workaround for EA1.

  • Code Editor ( Source ) settings

    Hi ,
    I have Jdeveloper with version 11.1.1.5.0 . The source tab in my code editor displays extra syllables like ,....<< etc which i'm unable to delete. But the code which is done compiles properly though all these extra syllables are present . Can someone suggest options which i might have enabled/disabled wrongly which led to this issue? Thanks in advance.

    I guess you are talking about code folding feature which allows you to fold some parts of the code which are not 'that' interesting at the moment. In the left margin you see a '+' sign which when you click on it shown the 'folded' code.
    You can disable this in the menu 'tools->preferences->Code Editor->Display'. Here you uncheck the 'Show Code Folding Margin' and you always see all code.
    Timo

  • BUG: EA 2.1 code editor: completion insight doesn't work in opened files

    I just migrated from SQLDEV 1.5.5 to EA 2.1. It's nice that I colud find so many of my suggestions implemented in this new version. THANKX :-)
    code editor:
    When I'm working in SQL Worksheet the "completion insight" feature is working well, but when I try to use it in an opened file, it doesn't work.
    Is there a special preference to turn on for use with files?
    Edited by: @chris on 12.11.2009 10:57

    Correct it did work in 1.5. on .sql files, when connected, so I have updated the ER to bug. We also need to expand this to support PL/SQL files.
    Sue

  • Ugly fonts in code editor

    I am using JDeveloper 11.1.1.6.0 with Win 7 or Win 8 and the font I choose (Consolas 12) does not display well in the code editor. The text in sample text looks good, but in the editor it's not the same. You can't distinguish the m in bold. See screenshot with anti-aliasing enabled. With and without the anti-aliasing, it's the same.
    See https://www.dropbox.com/s/g6f0pma9z92nh4r/jdev.png

    I choose Consolas because it's the one I used to use in Eclipse, and it's a good programming font. I also try to use Inconsolata or Source Code Pro. The first one is installed on my Windows but does not show up in the list, and the other one displays all characters as crossed square.
    I also noticed that the sample text display looks good for all fonts but in the code editor, the rendering is different. Is it just me or my eye?
    What monospaced (fixed-width) font do you advise?
    Thanks

  • Get currently opened file in code editor

    Hi,
    I am writing an extension for Oracle Jdeveloper. I have created a view and now I need to access the currently opened file in the code editor. However, all I get is the context of my own view:
    Context.newIdeContext(this);
    But how can I get the Code Editor and its currently opened file? Any ideas?
    Regards,
    Michael

    There are a couple of blog posts that may help you out with this.
    https://blogs.oracle.com/jdevextensions/tags/files
    HTH,
    --jb                                                                                                                                                                                                                                                                               

  • Some Bugs and Enhancement Suggestions for Offline DB models

    I really like the way that this area of JDeveloper is shaping up, but I have a couple of bugs and few suggestions for enhancements.
    Bugs,
    1) when adding an index to a table, you can't edit the index name. If the generated name is too long, it doesn't allow you to create the index.
    2) When adding columns to an index, there is no LOV of columns so you have to manually type each one. It always defaults to the ?first column of the primary key? which seems odd.
    A few enhancement suggestions:
    1) on tables and columns it would be very helpful to be able to also have a logical name as well as a physical name
    2) if we have a logical name, it would be then very helpful to be able to set the display properties to show the logical vs. physical table and column names
    3) Tablespace objects. I would be okay if they were just the logical object (not necessarily generate DDL to create them). If I could use them as part of the table and index definitions.
    4) Table partitioning.
    5) Packages on a DB Diagram. Just for the documentation purpose of visually displaying all objects in an application.
    6) Ability to create views based on synonyms. Currently, it only allows to pick a table or view.
    Just a few items that I have encountered trying to design a full application in JDeveloper.
    Thanks,
    Gary

    Gary,
    thanks. I filed the enhancement request and bug based on your description
    Frank

  • Moving lines in code editor

    Are there any simple shortcuts in the JDev Java code editor to
    - delete a line
    - move line up
    - move line down
    I did find an older post (Re: [Survey] What are the top 3 improvments you would like to see in JDeveloper asking the same question.
    I comde from an Eclipse background and am a newbie on JDev (v. 11.1.1.6).

    The short cut command is
    'Move Up' to move to move the line up and
    'Move Down' to move the line down.
    Both commands are in the 'Code Editor' category. There are no shortcut key assigned after installing JDev, but you can Assign whatever key you like.
    Timo

  • Changes on code editor code style are not applied on restart

    Jdeveloper 11.1.1.3.0
    Tools > Preferences > Code Editor > Code style > Edit > Modify "Indentation Size" > OK > OK > Close Jdev > Open Jdev => modified "Indentation size" not applied.
    Any solution?

    hi user474075
    I have noticed something similar for which I have created service request 3-1764420131 ,
    which resulted in bug 9740870 , "CODE STYLE USE TAB CHARACTER ISSUE"
    for which "... We are waiting for the review process of the bug to be completed. ... "
    So, if you can create your own service request (at http://support.oracle.com ) and refer to bug 9740870 that might speed things up.
    (tip : You can use "Your Control Panel" to make your name visible in forum posts.)
    regards
    Jan Vervecken

  • ITunes Enhancement Suggestion

    Hi Folks,
    I'm trying to find the best way to submit a enhancement suggestion to Apple regarding the iTunes app and its interaction with my iPod...
    Like many of you I carry my iPod many places and have a variety of music (thus the versatility of this product)...
    However, outside of work I listen to music that might have explicit lyrics... But at work, due to my job its not feasible to have headphones on all the time... So I plug it into my speakers and listen to it quietly...
    What I would like is a way in iTunes to flag a song with explicit lyrics... And then in the iTune change a flag (like the compilations) to either on or off... If I have it to exclude them it would skip them.. but as I leave the building and walk to my car, I could reenable them and thus let them play...
    I mean this sounds worse than it is.. .I might only have a few songs with explicit lyrics... but then again some could be considered inappropriate for the business place... This feature would allow me to ensure that the music playing is appropriate for the setting around others... I could see this beneficial if you had kids in the car... Therefore the explicit lyrics wouldn't be visible and maybe need a code if you wanted to to reactivate it...
    Any other takers on this?
    And does anyone know how I would suggest this to Apple themselves? Or do they montior these newsgroups for ideas like this?
    Please let me know... THanks

    http://www.apple.com/feedback/itunesapp.html

  • Code editor: need spaces instead of tab characters for indentation

    I need to have spaces inserted into my code for indentation instead of tabs. "Use tab character" is unchecked under tools|preferences|code editor|code style|edit but to no avail. Any suggestions? Thanks, M C

    But would this cause a tab to be translated as one space or would it still be a tab character? I think it will still be a tab character, which is a problem. I know MS Dev Studio can be set to translate tabs to spaces on the fly so if you hit a tab the cursor jumps 4 spaces and those spaces are spaces, not a tab. Thanks for the reply.

  • Code Editor Information

    Is there any way in the DW code editor to get it to display
    the current column number as we type?
    Also can the editor display a right margin?
    Thank you for your help.

    No, and no (at least as far as I know). Those are good
    suggestions, though.
    Please let the team know -
    http://www.macromedia.com/cfusion/mmform/index.cfm?name=wishform
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "JFercan" <[email protected]> wrote in
    message
    news:e9iuip$jdh$[email protected]..
    > Is there any way in the DW code editor to get it to
    display the current
    > column number as we type?
    >
    > Also can the editor display a right margin?
    >
    > Thank you for your help.

Maybe you are looking for

  • HELP!  Hard drive no longer recognized

    Installed Lion on my MBP first day.  Everything worked great except that my TM backup would no longer work on my WD external hard drive, so I had no backup.  WD is supposed to be working on this. Yesterday, while checking email I get the spinning whe

  • Can't update photos using iPhoto 6 - read/write permissions

    Help! Before you think this is the standard "iPhoto 6 permissions problem", please read on. Upon installing iPhoto 6 and attempting to update my iPhoto Library, I get the dreaded "There is a problem accessing...files in your iPhoto Library folder...M

  • To change business partner ( RFC enabled  Function Module )in CRM.

    Hi All; While sending a Business partner from R/3 to CRM. I would like to change business partner ( RFC enabled  Function Module )in CRM. Is there any exit or a BAdI which i can use to do this? Regards Yusuf Dagyeli Message was edited by: Yusuf Dagye

  • "save for web" slower and slower

    I have a job where I create small web ads, always under 50 kb. I've been running into a problem where after I design approximately 5 ads, save for web will suddenly hang. I'll get a blank window, and it takes about 30 seconds before I can proceed. if

  • Transfer of £5 to one of my members - their balanc...

    I've recently set up a Skype Manager and transferred £5 to one of my members. However their balance is only £4.80. Why is this? I thought that Skype Manager is free of charge. The transaction report still shows that the amount of £5 has been transfer