Increase error font size in XCode - xcode

Is it possible to make these tiny messages larger? I didn't find it preferences.

It is indeed: head over to Xcode - Preferences and find the Fonts and Colors section. Switch to the Console Tab and select an option you want to change (typically Executable Console Output and Debugger Console Output appear in the debugger).
Now click the tiny little T icon at the bottom and change the font to something more palatable. The default font is Menlo 11.
Alternatively you can switch to either of the Presentation presets, which will increase the font size for the debugger and your code font (good for screencasts).

It appears that the font size of the tiny red error messages is governed by the space available: if you make the default font size larger (or the size of any of the elements on that line), the error message will expand to fit.
An alternative is to show the issue navigator on the left, which has larger type, especially if you fiddle around in the preferences and allow more than 3 lines per entry, or whatever the default setting is.

Related

Visual Studio Output Window Font Size tracks with Code Window. Then it doesn't

I've seen this for years with Visual Studio and would like to finally understand it.
I'll be coding in VS and I want to increase my text editor font size. My typical method is to use use CTRL+MOUSEWHEEL to increase it. As text in text editor gets bigger, so does the text in the Output Window. They're sync-ed.
That makes the output window font size larger than I want so then I go to...
Tools >> Options >> Environment >> Fonts and Colors
...change the category to "Output Window" and change the font size. And yes, that certainly works. But it has the odd side-effect of making the output window stop tracking with the code window. Now, if I use CTRL+MOUSEWHEEL to adjust the code window font size, the output window does not change.
But then, a month or two later, I will notice that they're tracking together again.
What is it that made the two track together? Is there any way to toggle that tracking on and off?
(Both windows use "Courier New" for a font, if that matters)

InteliJ IDE 2021.2: How to adjust the header vertical space usage?

Is it possible to adjust the header rendering in InteliJ. Currently almost a centimeter of vertical is completely wasted to emptiness (Which is significant when working on the 15 inch mac laptop).
Going 'Full Screen' isn't acceptable option right now since then then it adds transition delay when going to another window like the terminal.
Try Distraction Free mode: https://www.jetbrains.com/help/idea/ide-viewing-modes.html
In Distraction-free mode, the editor occupies the entire main window with the source code centered. All other elements of the UI are hidden (tool windows, toolbars, and editor tabs)

How I can increase the font size of the watches in debug mode in codeblocks?

CodeBlocks watch font size is so small by default.I want to increase it for a better view.
How i can do that ??
As far as I know, you can not change the watches window text font.
But you can change the font and its size for the watch under (mouse) cursor.
Go to Menu -> Settings -> Debugger
Find "Value Tooltip Font" while "Common" option (at left, up) is active.
Press "Choose" and the select your desired font.

Current line text font size gets increased while typing in Xcode

While I am typing on a specific line in workspace, the text present in the particular line's font is getting increased ! And it gets to regular size as soon as I stop typing.
I also upgraded to XCode 8.2 still the same issue occurs.
FYI:
I have also tried the following code to reset the XCode default settings, but still no use.
defaults delete com.apple.dt.Xcode
Solution:
This happens when you change font size for one particular element but the other editor's elements are using the previous/default font size.
If you want to change the font size either press cmd + or in preferences -> Fonts and Colors choose your theme and in the right pane select all the elements (press cmd a) and then change the font size.
See this SO answer
I had a similar problem but I am not sure is exactly the same.
Did you try to change this settings?
Xcode preferences > Fonts & Colors Your chosen theme will have a
"current line" option just under the font. Can't remember exactly but
I think you can find something there.

Font sizes print smaller than indicated

I am wondering why a 12 point Arial font, displayed on-screen in Mathematica, delivers output to my printer that is measureably smaller than 12 points when compared to output from other programs? I realize there has been some discussion of this behavior over in the Mathgroup moderated email list through the years, but I just haven't heard/read any really satisfying answers to this.
Now that I am using Mathematica 8.0.1 (Windows 7 64 bit) the behavior seems even worse. I have set the option inspector to use 16 point Arial, which is printing more like 10 point Arial.
Has anyone else noticed this behavior? Is there an obvious solution or work-around? I have even tried setting the magnification to 1.25 under the PrintingOptions portion of Option Inspector, and nothing changed, the printed output remained too small.
I believe a typical style sheet has different settings for each "environment" (working, printout, slideshow, et cetera).
Try setting: File > Print Settings > Printing Environment to Working
If you require different styles for screen and printing (Working and Printout) you can edit the style sheet sections for the Printout environment to fine tune your results:
When Printing the default Screen Environment is "Printout". The reason for the mentioned behavior is that the "Printout" environment style has by default Magnification->0.8 which means that everything is printed at 80 % of the original size:
You can change this behavior for a particular notebook by choosing the menu item "Format"->"Edit Stylesheet..." and then creating in the opened window "Style definitions for your_notebook_name" a cell with the following content:
Cell[StyleData[All, "Printout"],
Magnification->1]
I just found a solution to this which seems to completely change the onscreen view to the one that actually prints out.
You go 'File', 'Printing Settings', 'Show Page Breaks'.

Resources