Suggestion: actual color in code editor

Greetings.
Please bare with me here.
While writting css - especially in bigger projects - i found it a demanding task to over look the colors in my css file.
In firebug you can easely see the exact color of a given class/id. Yet I am not always checking firebug... so in my humble opinion it would be a great feature to see the color live, while editing your precious color. Especially now with css3 up & coming...
Is there any possibility in the next update the Dreamweaver team adds this Wonderful & I repeat Wonderful with capital W, yet so effective feature?
Even more so, it would be awesome to have a small color box fe. 5x5pixels that shows the actual color.
I vote yes.
please make this lively.
Thanks

Murray *ACP* wrote:
However, if you are on the Mac side like myself, I would recommend filing a bug report because there is a bug where the preview color is wrong and stays at black
Which version DW and how are you seeing this?
CS5 (11.0->11.0.3) ever since I installed it on 10.6.3.  Confirmed by Randy and I submitted bug reports after each subsequent patch that failed to fix it.
http://forums.adobe.com/thread/650242

Similar Messages

  • How to change background color in code editor?

    Hi. Some of the pre-selectable Schemes under Tools->Preferences->Code Editor->PL/SQL Syntax Color (e. g. Ocean) have a "global" default background color that applies to all styles. How can I edit this color for my own color scheme?
    (SQL Developer version 3.1.07)

    Jeff,
    if you try to change all the plsql keywords to the same background color (that is not either white or black or blue) via the options panel in SQL Developer (Code Editor > PLSQL syntax colors), you will get the new background color in the worksheet only for the areas with plsql text, while the areas without any text will have the same background color as the base color scheme you started with. This means that there is no way to change the "general background" color via the options panel, but you have to use the same background color of one of the predefined color schemes.
    This seems to me a bug, but probably it's not considered high priority, so it will not be fixed for the time being.
    I would like to stress the fact that being able to change the color scheme of the development environment that you use every day about 8 hours a day can make quite a difference on your eyes at the end of the day.
    Thanks,
    Paolo

  • 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.

  • Code Editor Control

    Hi,
    Has anyone started to work on a JavaFX code editor? With syntax highlighting, autoformat / indentation and code complete features?
    The WebView/CodeMirror approach is not working for me.
    Do you guy's have any suggestion about a good java library with the basic data structures and functionality needed for this? Do you know if there is something better suited for this purpose to be extended, then TextArea , coming down the pipeline?
    Cheers,
    Nuwanda

    I've been working toward this and have most of the working pieces in a Java/JavaFX app framework + IDE I am working on called Java Inventor. I have stand-alone rich text modeling classes, a UI independent text editor class, a Swing implementation of a Java/Rich Text Editor, a JavaFX implementation of a rich text viewer, and a UI independent Java Parser that provides syntax coloring and code completion.
    Java Inventor will be a free educational product and hopefully "source available" but probably not open source. If you think there is some way I might be able to help you, feel free to send me a note direct: jeff at reportmill dot com.
    jeff

  • How to change background color in online editor

    How to change background color in online editor

    Jeff,
    if you try to change all the plsql keywords to the same background color (that is not either white or black or blue) via the options panel in SQL Developer (Code Editor > PLSQL syntax colors), you will get the new background color in the worksheet only for the areas with plsql text, while the areas without any text will have the same background color as the base color scheme you started with. This means that there is no way to change the "general background" color via the options panel, but you have to use the same background color of one of the predefined color schemes.
    This seems to me a bug, but probably it's not considered high priority, so it will not be fixed for the time being.
    I would like to stress the fact that being able to change the color scheme of the development environment that you use every day about 8 hours a day can make quite a difference on your eyes at the end of the day.
    Thanks,
    Paolo

  • 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

  • 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

  • Source Code Editor Framework for Flex

    Dear Flex Forum members:
    As a Flex newbie a quite important question in relation to the "Flex frameworks world" still remains to me, even after some google search sessions:
    Does there exist any (preferably free) Flex framework or Flex component covering the functionality of a source code editor with syntax highlighting and syntax checking? -- Anything comparable to the Editor Framework within the Eclipse RCP (Rich Client Platform) or even to the Eclipse GEF (Graphical Editor Framework)?
    The background is as follows (and as described in more detail in my first post to this forum):
    An Online Shop Management Component shall offer the ShopManager to specify the products and offers in some declarative way and after a pre-defined grammar in place. The application frontend must be realized in Flex, and that's the reason why I'm now searching for:
    some kind of textual or graphical editor framework for realizing the Shop Manager's editor which shall support him/her in creating shop specifications/configurations in a grammar-conforming way through syntax color highlighting and syntax checking (error feedback), and
    this editor framework being intended for Flex (i.e., being a flex framework)
    In some way, much of the editing/modeling functionality is identical to the one offered by Flex Builder (Eclipse application), but in my case this functionality must be exposed as web application (Flex component running on the browser).
    Aps., would it also be possible to realize the Shop Management Component as AIR app, distribute it through a web page and run it locally on the Shop Managers client desktop???
    Which products/frameworks do you know for accomplishing this task?
    Thank you very much for any help.
    Best regards
    Alessandro

    Since people complain about Flex's basic rich text editor (which is a basic building block of the kind of framework you're discussing), I doub't you'll find what you need out of the box anywhere...

  • 10g Can't use component palette in code editor

    In 903 I used to use the Code Snippets page on the component palette to insert common bits of code.
    In 10g, the component palette remains inactive if I have a jsp or java code editor open. If I switch to the visual tab, the palette activates, but deactivates again on switching back to a code editor.

    Actually, I can use it with a JSP code editor, but not Java

  • Basic code editor tools missing? Extensions?

    Is there really no batch search-and-replace, GREP replacement, or HTML element autocompletion? Assumed this 'new' tool could perform at least at a level the code editor DW CS3 (or earlier?) could... love the idea of the in-place related file editor but without these basic features I'm back to BBEdit for now.
    Also: thought maybe adding extensions would expand functionality, but there dont seem to be any??? Is there a resource somewhere, as the Code forum returns 0 results as does Google.

    Hi Aaron,
    Well, there's a reason we call it a "preview release" rather than "1.0" :-)  There are plenty of features that aren't thre or aren't fully polished yet... but actually many of the things you mentioned are available already:
    "GREP replacement" -- I assume you mean search-replace using a regexp?  If you open the Replace bar you can use regexps (note the label next to the input field describing the "/.../" syntax).
    HTML element code hinting -- You should get code hints for tag names and attribute names.  If you're not seeing that, can you share your HTML file so we can investigate?
    There's also CSS code hinting in the latest Edge Code, fwiw.  And there will be JS code hinting in the bext release.
    Extensions are listed on the main open source project page, here: https://github.com/adobe/brackets/wiki/Brackets-Extensions.  We're working on building a more polished extension browse/install experience, however.
    The one thing on your list that's missing is search-replace across multiple files at once.  You can track our progress on that or upvote the user story here, in our Trello backlog.
    Hope that helps,
    - Peter

  • Problem scrolling right in code editor...

    Hi,
    I have a package body in the code editor and I have problems scrolling all the way to the right on some lines that exceeds a certain number of characters. The cursor continues moving to the right (as the number in the status bar keeps increasing) but the window doesn't scroll. I tried modifying the right margin size to 200 in the preferences but no change was observed. If I select all and copy, I am missing thoses caracters that don't show in the window. This is rather inconvenient...Is there another option to modify???
    Thanks.
    JC

    I created a freeze frame still from the current video I am editing
    If you used the | Shift n | command to make the freeze frame, it isn't recognized as a still image in any program other then FCP. To make an actual still image file that will be recognized and usable in other programs, you have to export as a still image. Set the Timeline playhead on the frame you want, then go to File->Export->Using QuickTime Conversion. In the FORMAT menu, choose "Still Image" and in the OPTIONS menu, choose the file type (JPG, TIFF, PNG, etc). Import the resulting image file into your project and the "Open in External Editor" command will work.
    -DH

  • 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.

  • Code Editor, Invisible Cursor

    I'm using JDeveloper9i (902) and the code editor cursor keeps disappearing. It's still there, you can edit code, you just can't see it. If you close the editor window and open it again the cursor is displayed. Is this a known bug? Is it fixed in 903?
    Thanks for your help,
    Ian

    Hi Mark, Ian,
    It turns out that this is a Swing bug - see Sun bugs #4519058 and 4672816. When you minimize a Java app, it receives a focusLost( temporary ) event. The bug is that when you restore the Java app, it does not receive a focusGained() event. This occurs in JDK 1.3.1_01 through JDK 1.3.1_03, and does not reproduce in JDK 1.4. From the bug text, it seems that Sun does not intend to fix this in JDK 1.3 unless it is escalated.
    This reproduces when you minimize a Java app using the task bar, or the minimize icon in the app's title bar. Incidentally, you can see the bug with JDeveloper's system navigator also - the system navigator uses a darken selection color in the tree when it has focus, and a lighter selection color when it does not have focus. When you follow the reproduce steps you indicated with the navigator, the navigator stays with the lighter selection color when JDeveloper is restored.
    As I mentioned, currently JDeveloper itself runs under JDK 1.3.1 - we are trying to move to running under JDK 1.4 in the 9.0.4 timeframe, but are working through some painting irregularities currently. I've filed Oracle bug #2562479 with the information from this thread for tracking purposes. I'm still looking into a workaround for this, but I'm not sure at this point whether it is possible without a lot of overhead.
    - Jimmy

  • Apex 4 - Javascript Code Editor??

    Hi,
    On the Apex 4 new features page , under additional new features (link below), one of the new features says "New Javascript code editor for use in the SQL and migration workshops".
    http://www.oracle.com/technology/products/database/application_express/html/4.0_new_features.html
    Can anybody tell me how you access this as I cant find it?
    Thanks.

    Hi,
    I think the way this feature is worded is possibly misleading you.
    Are you expecting a code editor in which you can edit your JavaScript code? Because if that is the case (which I think is a fair expectation given the current wording), then I'm afraid this is not what this feature is about. This actually relates to a new PL/SQL code editor available in these modules, which now includes syntax highlighting for your PL/SQL blocks. The word 'JavaScript' in the current description relates to the technology behind the editor, rather than the purpose of the editor, but that is misleading.
    I think it should be reworded to, 'New richer PL/SQL code editor available in SQL and Migration Workshops, including syntax highlighting' or similar. I will contact the relevant person in the team and get this updated.
    Apologies for the confusion.
    Regards,
    Anthony.

Maybe you are looking for

  • Keyboard interfacin​g in starter kit 2.0 Robot

    Hello                  I want to control starter kit 2.0 robot using  keyboad . anyone  worked  in Keyboard interfacing in starter kit 2.0 Robot ?                  I use event structure to get  scan code of press key . according  to this code control

  • ShowDocument not working with Host name in IE

    I have the following applet code: try      URL NodeURL = selectedNode.getNodeURL();      if (NodeURL != null) String pageName = selectedNode.getNodeURLTarget(); getAppletContext().showDocument(NodeURL,pageName);      } catch (Exception e) System.out.

  • Reg BPM 2:1

    HI Guys, i have a requirement where 2 files has to be picked and post to two files. conditions: if any one of the files are not picked then cancel the process. Correlation: no common fields exist in the two files.so we can use constant. can any one g

  • Is it possible to use the camera while the phone is locked

    I would like to be able to use the camera without having to unlock the Blackberry. Sometimes you want to take a quick picture but you have to unlock the phone and you miss what you wanted. I would like to know if this is possible

  • Problems trying to make acapella

    Hi I recently bought a Macbook and ordered logic express 8 along with it hoping to edit some tracks and create some acapellas...so i have followed all steps givin to me through youtube on how to make an acapella but logic express is giving me a hard