How to change the Size of the font of the JDeveloper IDE

First of all, this question does not concern the code editor.
How to change the font for the editor is clear, well documented in the documentation as well as in many of this forums threads.
My question is how the font of all the IDE components can be increased.
Is some threads I found to change the font size in the ide.properties file.
I tried that solution but it does not bring any solution.
I'm a person with low vision, using a MB Pro with OS X lion just for overall better visibility.
Talking to a lot of people, who have good vision capabilities, it seems that even a lot of people suffer from the fonts which are to small.
So ... is it possible to document clearly where to do what and in what versions of JDeveloper.
I've not yet discovered if any kind of skin settings can be applied ... but this would be great, surely if some kind of predefined bigger fonts would be available.
Currently I'm using version 11.1.2 and 11.1.1.5.
Help would be dearly appreciated.
Greetings,
Jan.

Did you close JDeveloper and re-open again after making the changes in ide.properties?
If changing the ide.properties does not work.
Try this:
Go to 'Tools' Menu and select 'Preferences' Sub menu:
Select ''Code Editor" and select "Fonts"
Set the options for font-size as in screenshot:
http://adfsampleapplications.googlecode.com/svn/trunk/images/FontChange.png
Thanks,
Navaneeth

Similar Messages

  • How do I increase the size of a font from the internet when printing?

    When printing from a webpage, the printing is so very tiny. If I increase the font under internet options it helps, but increases the font so large on the website that it doesn't fit on the viewed page. Help! I read a lot of the questions about this, but no answers!

    Adjust the print scale: File > Page Setup > "Format & Options": Scale (unselect: "Shrink to fit page width")
    * http://kb.mozillazine.org/Problems_printing_web_pages

  • How can I include my business email fonts on the ipad signature?

    How can I include my business email fonts on the ipad signature?

    It's a lot easier with Photo Manager Pro.
    https://itunes.apple.com/sg/app/photo-manager-pro/id393858562?mt=8

  • How can I control the size of a cell in the GridBagLayout?

    Hi,Swing Gurus
    I am developing a swing-based program using JBulider5 enterprise.
    It seems to me that the GridBagLayout is really a hard nut!
    How can I control the size of a cell in the GridBagLayout?
    It seems that I cann't control the size of a cell directly.
    But how the size of a particular cell is determined when I switch the layout manager from XYLayout to GridBagLayout?
    Thx in advance!
    Regards,
    Justine

    hi,i have not done what you are asking but there are fields like
    COLUMNWIDTH, MINSIZE, MAXGRIDSIZE, PREFEREDSIZE to which you can set the appropriate values and test for your need.hope this helped.bye martian.

  • How to set the size of JTextPane according to the size of text??

    hello
    how can i set the size of JTextPane according to the size of text it would contain in such a way that JTextPane should not have ScrollBar.

    StanislavL wrote:
    width should be defined for your container width. suppose you have a very long row of text. Widht full screen widht it wraps into 2 lines but if you set widht of your window to half screen widht there should be 4 lines.
    But you can use the same code and get preferred widht as well.u mean like this :
    objTextPane.getParent().getWidth();Edited by: 811243 on Sep 6, 2011 5:32 AM

  • How to change colors of individual column bar in the same data series

    in mac numbers, how to change colors of individual column bar in the same data series. The entire column series gets selected in the column bars and cannot select to change colors of specifc bars.

    Hi Kiran,
    no its not possible through Theme editor also ,because these colors are coming from Compiler which u are using.
    Regards,
    Govindu

  • How to adjust the size of image to suit the size of panel?

    i have got a panel which contains a image.but i don't want to use scroll panel if the image's size is bigger than the panel.
    what can i do to change the size of image to suit the size of the panel every time i want to display it?
    thanks

    Reply 3 of this thread should be able to help you:
    http://forum.java.sun.com/thread.jsp?forum=31&thread=286424

  • HOW TO: Change page size after page is created?

    Is there a way to change the size of a page after the page has been created? In the documentation, the only way I have seen to set the page size is in a "with" statement right after creating the document. I have need to change the size of the document after a document has already been created. Any ideas?

    Yep, that's how I am doing it. I just wanted to make sure that I was doing it correctly. I need to keep debugging then and figure out what the real problem is. I am new to all of this (obviously) and I just needed to make sure I had the idea correct. I didn't mean to use document and page interchangeably, I understand that you can't have different size pages in the same document.
    Thank you for your help.
    [FYI]I created a class that creates a document with most of the document settings that I use (e.g. a standard number of pages, non-facing pages, units in inches, etc.) but I don't specify a page size, that's something that varies between documents, so I figured I could just apply that after I have created the page. The problem is, when I try to create multiple documents it doesn't work. The script will create the first document using the default page size settings and I can't get it to change the page size, but then the next document will be created using the page size I tried to apply from the previous document that the script created. I am sure this is totally a coding error somewhere else. I will try to track it down. Just when I think I have this stuff figured out . . .

  • How to change icon size in iWorks media viewer

    Hi
    I have just upgraded my wife's macbook from 10.6.8 to 10.8.2 and she uses pages a lot
    The media viewer in pages seems to have just one size for the icons of the photos. You used to be able to drage a slider to increase the size
    I have tried all the ctrl key type ideas but nothing
    Why do they delete features that are d=so useful or hide them in non obvious palecs and make it hard for the less technical user.
    I have been using pages since the first and a Apple since 1980 and support 500 machines - most using pages so I would appreciate any help.
    Mountain Lion has made Pages a little less friendly
    Yours
    Vern Dempster

    auwoo wrote:
    I just upgraded to iOS 7.0.4.  I hate it and wish I could uninstall it.  Is there any way to change from the huge icons of 4X4 on screen to old style of 4X5 size?
    You cannot.
    But how is 4x4 larger than 4x5?

  • How to change flash size with ac3?

    I want to change flash size with xml. Sample config.xml
    <genGenis>300</genGenis>
    <genYuksek>100</genYuksek>
    My flash read xml and change size to 300 * 100
    After working in a flash I want to change the default values. Is this possible?

    Have you worked with XML before? You're going to need to load that XML file and wait for it to complete. After you do that, are you using layout logic based on these values to create your content? Meaning do you have code in place to realize you have (as you said) 500x200 space so your code is able to use the space available effectively? Or do you just expect the content of the SWF to scale automagically?
    As for the loader, you can use a simple URLLoader to load the external XML file. Here's a quick Adobe code snippit and explaination on how to load it:
    http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7e6a.html
    Once you have the XML in an XML object you can just access the value via the XML variable name you make (e.g. myXML) with the name of the node while getting its text value. In your case you'll need to convert it to a Number because you may want the flexibility of using fractions (e.g. 1.5, 500.25, etc). So you'd need to case the value to a number. So to get the width it'd be like: var myWidth:Number = Number(myXML.genGenis.text()); and same for height just changing the variable and node name as needed.
    Now that you have your values you can write layout code to use the numbers and handle the content creation yourself.
    If you don't do that, as Andrei1 mentioned you'll need to affect the object embedded directly using ExternalInterface (Flash AS3 talking to the webpages JavaScript) requesting the object be resized to the new size.
    You'll want to make sure your stage.scaleMode = StageScaleMode.EXACT_FIT; or stage.scaleMode = StageScaleMode.NO_BORDER; so your SWF content is "stretched" to the size you request. Exact fit will allow the content to distort if necessary to fill the width and height. No border will scale the content to the size specified but will maintain the aspect ratio. It's up to you whichever you want.
    If you have any specific questions on any of this just ask.

  • How to change block size 32 at installation of oracle

    hey
    i'm going to install aoracle on 64bit windows server 2003. but the problem i'm facing is that i dont know how to change bolck size from 8k to 32k. i usually run setup dan install oracle but during this process it not prompt to change Bolck size. plz help what step i should take in order to successful installtion of oracle 64bit with 32K block size. i tried to find dcoumnet link but every body disscuse the db block size could be change but how i did find anywhere.

    yes you are right but what can i do as per my understanding about the below statement is that i should crerate DSS instead of gernal purpose database plz help what can i do now
    From Bug 5141453, development indicates that DB_BLOCK_SIZE cannot be changed for the General Purpose, Transaction Procession and DataWarehouse templates as the seed database is using 8k block size.
    You should create a custom database to get a different block size.
    References

  • I recently upgraded to Yosemite. Yesterday when I opened up the iPhoto (which I have it in my external drive due to the size of file) I get the message that it is not compatible with the new system(or something like that) and ask me to upgrade so I d

    I recently upgraded to Yosemite. Yesterday when I opened up the iPhoto (which I have it in my external drive due to the size of file) I get the message that it is not compatible with the new system(or something like that) and ask me to upgrade so I did. Then another message pops ups and asked for rebuilding the Thumbnails. So I clicked rebuild. Next it asked me to do one of three things(I can't remember all of them) so I chose the last one which is to download a photo to iPhoto. Now I only have that photo I downloaded in iPhoto file but not the rest of my pictures. The iPhoto library which is stored in my EHD shows it has 349GB but it only show one thumbnail of the last picture I downloaded after the rebuild process. What can I do to recover the rest of the file?
    Thanks for your help.
    George Kyaw
    <Email Edited by Host>

    I recently upgraded to Yosemite. Yesterday when I opened up the iPhoto (which I have it in my external drive due to the size of file) I get the message that it is not compatible with the new system(or something like that) and ask me to upgrade so I did. Then another message pops ups and asked for rebuilding the Thumbnails. So I clicked rebuild. Next it asked me to do one of three things(I can't remember all of them) so I chose the last one which is to download a photo to iPhoto. Now I only have that photo I downloaded in iPhoto file but not the rest of my pictures. The iPhoto library which is stored in my EHD shows it has 349GB but it only show one thumbnail of the last picture I downloaded after the rebuild process. What can I do to recover the rest of the file?
    Thanks for your help.
    George Kyaw
    <Email Edited by Host>

  • Hello ! how to change document sizes and use our own size (not A3, A2 ...) thank you !

    hello ! how to change document sizes and use our own size (not A3, A2 ...) thank you !

    Experiment. No harm in trying.
    If you are just starting to use Pages you need to make your own assessment given current events whether committing your work to a format and software given this support is a wise move.
    You also need to look at what will produce workable results. Particularly if your large posters are to be commercially printed and contain large bitmap (photographic) images.
    Always work backwards from your output. Ask your printer what they require to do their job.
    Peter

  • How to change window size dynamicalyy in scripts

    HI,
       how to change window size dynamicalyy in sap scripts.pls suggest me.

    You acnnot do that but what you can do is to have two layouts, having two windows with different sizes and calling one of them conditionally.
    using start_form end_form functions:
    open_form.
    if cond 1.
    call start_form. "pass form 1
    call end_form.
    endif.
    if cond 2.
    call start_form. "pass form 2
    call end_form.
    endif.
    close_form.
    Regards,
    ravi

  • [SOLVED]how to change the size of default font ?

    , hellow everyone. I am newbie here and I recently installed Archlinux with Awesome WM,the default size of font is too small, in some cases,the characters even can not be clearly seen,I want to change the size of fonts so that I can read words comfortablely ,what shall I do to make the font bigger? I tried to find the solution in wiki or forum but failed, thank you in advance!
    Last edited by mabier (2010-07-23 03:41:09)

    karol wrote:A never used Awesome WM but I think you're referring to some app's font - is it your shell, browser or what? Or maybe is it some toolbar or panel (I don't know if Awesome has those)?
    the fonts in firefox browser and terminal emulator xterm are too small. I can enlarge characters in firefox browser by "ctrl +", but small fonts in xterm  can not be modified by me at the beginning, but now I create and configure ~/.Xdefaults, and this problem has been solved.  the fonts in panel of Awesome WM was also very small at the first, after configuring Awesome's theme.lua file, everything is fine now.:D
    Last edited by mabier (2010-07-22 06:31:03)

  • How to set the size of a Font in Pixel?

    Hi,
    i know how to get the screen resolution of the current monitor and I know how to use Fonts (and I know how to read the API, but that didnt help).
    Is there a way to set the size (or at least the height) of a Font in pixel rather then in points?
    All I actually need is how many pixels the height of my String will be when I print it on the screen.
    I use Swing and drawString(...) to draw my String (this information shouldnt matter, but just in case).
    thanx

    Hi,
    search doc about FontMetrics, you'll find infos about how to get the font height... If I remember well, you need to get the Graphics of the component, then call getFontMetrics() or getFontMetrics(font) to obtain the metrics, then call getHeight() to know the font height...

Maybe you are looking for

  • Discount in sales order

    Dear All,              Our client wants to provide discount(100%)on particular products if sales value is more than 20,000.But in sales order they provide 99.99% disc as giving 100% disc will make net 0 which is not allowed due to incompletion proced

  • SPS 18 Installation fails while asking for Java Crypthography Extension

    Hi @ all, some weeks ago we deployed the file "tc_sec_java_crypto_signed_fs_lib.sda by the SDM. But we didn´t enabled strong encryption in the portal. Now, i want to update my portalstack from SPS 14 to SPS 18 and while i update J2EE Sapinstaller ask

  • Device Collections - query for HyperV servers

    Is it possible to devise a Device Collection query that would only list servers running with the HyperV role ?

  • ? concerns capturing HDV

    I am logging and capturing HDV footage was shot in 1080i 60. I went to audio/video settings and selected HDV. The capturing process works fine however when I look at the frame size in the browser it reads 720x420. Shouldn't it read 1080 x ?. Capturin

  • HT1923 Mobile Device Support

    I have tried all of the above steps to uninstall the Mobile Device Support and it still won't uninstall even when I tried the C: Program Files Option. It still won't uninstall. Please Help???