Changing the font size in AppCode - appcode

I'm using Appcode and I would like to change the font size though I can't seem to find any option to do this (nor does there seem to be much help on the internet).
If I go to Preferences->Editor->Colors&Fonts->Font I can see a font size, though it is not editable.
Does anyone know how I can change the font size?

You need to "Save as..." your custom settings at first (for example as "MyFonts"). After that the field becomes writable.

Related

How to increase the font size of result text in Azure Data Studio Notebook?

I have found how to increase the font size of about everything except the result text of a code cell in an Azure Data Studio notebook. Zoom works, but is not ideal. Does anyone know of a way to increase the font size of that text?
I have found that using the zoom-in and zoom-out shortcuts ('ctrl+' and 'ctr-' for me) will also increase the text size in the notes/messages pane.
I am using version 1.28.0 and it works that way.
By hitting 'ctrl+shift+p' will also pop up the command palette where you can further customize the shortcuts after searching for 'zoom'.
I hope it will help you, too.

How to change font in Dia and fix its font rendering issues?

Excuse me for my probably stupid questions.
First, I cannot configure font used by Dia.
I couldn't find it anywhere in its scanty preferences.
The only way to change the font I found so far - is for the secific object, e.g. Flowchart:Box. But it doesn't get applied to the other objects.
Also I coudn't find anything on this in Google. I suspect that's because just few people nowadays use Dia.
Second, is there a way to increase the overall quality of fonts support in Dia?
Have a look at the screenshot (but please open on in full scale). Dia is on the left side and Inkscape is on the right.
The font is the same - DejaVu Sans. You can see that Dia doesn't do hinting well (note the gap between 0 (zero) and 3). This is 100% scale btw.
If you have any ideas how to fix it - please share.

Workable alternative to "Presentation Mode" in Intellij and Pycharm

As detailed in this YouTrack issue https://youtrack.jetbrains.com/issue/PY-40008 Presentation Mode is basically a one-way ticket: you can check in but you just can't leave.
One of the "misses" of returning to "normal" mode is that only the Editor panel is displayed: the Explorer, Debugger, etc. are all invisible.
That's a hassle to rectify in real time when presenting to a group of people. When I am actually giving presentations that include code snippet walk-throughs going back and forth between modes is mandatory so then Presentation Mode is a non-starter.
But then what? I code at a small font to view lots of code at one time. This is incompatible with displaying code on a projector. Here are some attempted band-aids:
Hit Command-+ a few times to increase the font. This does work, but if I switch to another file then I have to repeat that process: the new file does not "inherit" the zoomed-in preference. Then if I switch back to the first file it too has forgotten the zoom. That is very annoying for me and the audience
Change the Editor|Font .
This is a potentially better solution: at least it does affect all files and is "sticky". However I do find that the optimal resolution often requires tweaking for a given audience due to differing viewer characteristics e.g. Zoom vs Hangouts. So then I end up going into that dialog more than once with a gaggle of folks watching/waiting. Also not ideal.
The behavior is identical across recent releases of both Intellij (Ultimate 2019.3.1) and Pycharm (Ultimate 2019.2.3).
Anyone have alternative/better approaches?
I setup several Color Scheme Font schemes for desktop/laptop/presentation with different font sizes. I then use Ctrl-~ to quickly switch between them. Doesn't solve all the issues you mentioned, though.
I took a separate approach to fix this actually. When your font size is messed up after exiting the presentation mode, you can do the following.
Go to Preferences and then Appearance. Find the font size of the presentation mode and set it to the default font size (in my case it was 13). Then click Apply and you are good to go. Set the font size to 20 (or any other bigger size) back again for presentation mode.

How to change the font size of line numbers in IntelliJ IDEA?

I want to increase the font size of the line numbers in IntelliJ IDEA Ultimate(2019.3.1) independently from changing the font of the code itself but I can't find the way of doing so.
I shook the whole Internet and didn't find anything up to date either. Actions search didn't help as well.
How do I do that?
The font size of line numbers automatically changes along with the font size of code in the editor. It uses the same font setting(font, font size, etc).
You can try to adjust font.
https://www.jetbrains.com/help/idea/settings-editor-font.html
And as Improbable mentioned, there is a feature request for it: https://youtrack.jetbrains.com/issue/IDEA-92443

Valid widths for the Settings Pane in Windows 8

I have a condition wherein the Header Text of the Settings Command in the PopUp is Larger and as per the Specification the width of 346px is a bit short for the complete text and the Width of 646px seems a bit much larger for the PopUp Header. I would like to know whether is it ok if we use custom widths for the Settings Popup which will solve my problem and if this is not an alternative i would be pleased if an alternative workaround is suggested.
Thanks for your Suggestions...
You should really stick to the recommended widths of 346px or 646px. If your header doesn't fit, why not change the font size, or add line breaks?