How to change the font size of Resharper? - resharper

How to change the font size of the Resharper?
I found the font size of File Structure, Live Templates and other UI components unbearably small.
I couldn't find any options to customize font size. I tried to increase Windows DPI to 150%. That works but cause a lot of other problems.
I'm using Resharper 5.1.3.
Thanks

ReSharper still uses system font settings for many of its controls. Use the Control Panel to change font size in these controls.

Same as changing the colors, it's in visual studio options not resharper.
but under resharper settings.
Look at this link:
Changing Resharper's color scheme
look carefully at the issues presented in some user's visual studio. I had to reinstall resharper in order to change the color and font size.

Related

How to change project tree side menu font size in JetBrains IDE

Is there any way to change the font size on the sidebar/project tree?
I have tried the default font size and theme font size and any font size I could find, but those only change the text editor or console or tab title...
I googled "intellij idea project view font" and came across this post that provided this answer which worked for me.
Appearance & Behavior > Appearance > Use custom font

How to increase the font size of a pop-up in Android Studio?

I'm using Android Studio fo Flutter Projects and one thing I would like to improve is the size of the pop-up font in the editor window. I think the same is actual for a java or a kotlin developers. Is there a setting to make the font bigger?
Only way to increase the font size is to increase the font size in Settings -> Appearance & Behavior -> Appearance Check the "Use custom font" and increase the size.
Note this will change the font size of IDE itself.

Change the font in the Android Studio editor or IntelliJ IDEA

I think the title is already clear enough.
I have been able to change the font for my editor through accessing:
Preferences > Editor > Color Scheme > Font
But happens that some of my fonts are not available there; although a lot of them they are. This happens to me in this machine with the FightingSpirit font. Not that I want to use it but it's one where the issue happens.
At work I have added ligatures to the Menlo font using an open source project and it doesn't show up. I've tried disabling Show only monospaced fonts and although more fonts show up, some of the fonts still are not available.
Is there any fix for this, is it impossible for some fonts or am I doing something wrong?
EDIT
I have been able to set that ligaturized font to some of my editors and terminal, so the font is not corrupted and does work.
After some IDE updates the font showed up so the problem fixed itself

How to set permanent Zoom factor in Visual Studio Editor 2012 tabs

If I set the zoom of a tab to 120%, then when opening new tabs, Visual Studio 2012 should open them with a 120% zoom factor and not 100% (the default).
But when reopening, Visual Studio the Zoom Percentage should be preserved (120%).
Is there is any way to solve the issue?
If you are simply zooming so the text in your editor is bigger, then why not just increase the font size?
Open TOOLS -> OPTIONS, under the 'Environment' tab select 'Fonts and Colors', and change the font size to whatever you want.
--edit--
As #Anovative pointed out in his comment and answer below, there is now a way to set default zoom within Visual Studio 2013 (and subsequent versions I'd assume).
Go to Tools > Extensions and Updates > then get the extension
VSCommands for Visual Studio 2013 ...if you're using VS2013
Then Tools > VSCommands12 > General > click the button Open Configuration.
Then close out of the Options window and in the VSC - Config tab that should be open go to the Zoom option and set your default zoom level. This will apply to all editor tabs. You can still zoom in or out of individual tabs as desired. But your default zoom will be preserved even after closing VS and will be restored upon starting VS.
This extension solve the problem
http://visualstudiogallery.msdn.microsoft.com/71870f0e-87bb-4a5f-8abd-e8e5e0ccb900
These tools do not solve the whole problem, but may help:
http://visualstudiogallery.msdn.microsoft.com/71870f0e-87bb-4a5f-8abd-e8e5e0ccb900?SRC=VSIDE
http://visualstudiogallery.msdn.microsoft.com/6a7a0b57-7059-470d-bcfa-60ceb78dc752/
Maybe this also helps:
Visual Studio 2010 default zoom level
Considering this Default Zoom question, the whole problem is not solvable (for VS up to 2010) :-/. From my point of view this is a really missing feature.
Edit: Solve the Post from Aditya Patil the problem?

Help with application icons

I'm building a program in C++ (target is windows XP) using Visual Studio 2008 and I'm trying to add application icons, the ones that show up in the taskbar, explorer, desktop, etc. My .ico file has the sizes 48x48, 32x32, 24x24, and 16x16 pix in color depths 32-bit, 24-bit, 256 colors, and 16 colors. For what it's worth, I'm adding the .ico file to the binary in IcoFX.
I can get all the icons to show up like they should except for the one in the upper left corner of the program itself--the one that you can click on to bring up a menu with window size options--it still shows the default icon.
To get this little icon to change do I need a different image size or is there a completely different way of managing this one icon? Does that icon even have a specific name?
Thanks for your help.
Duplicated: How do I set the icon for my application in visual studio 2008?
According to one answer on that thread, you need to make sure that your icon is the first icon in the resources file.
Ok, I've figured it out:
I'm using wxWidgets as my GUI toolkit, so this is the only satisfactory answer I can give. wxWidgets has classes to set the main frame icons, those classes include wxIcon and wxIconBundle. Then wxTopLevelWindow::SetIcons can be used to set the application's icons. This sets ALL the icons (taskbar, main frame, alt-tab chooser, etc), no need to mess with a resource file in Visual Studio.

Resources