Please see the following image
The project is currently running in Visual Studio and debugger point has been hit. When I hover over "IDs", it shows a pop up(in black). I want to increase its font size.
I've tried several options in Tools -> Options -> Environment -> Fonts and Colors, but couldn't get it to change.
You're almost there:
Tools -> Options -> Environment -> Fonts and Colors -> Show Settings for -> Data Tips
(requires restart of Visual Studio to take effect)
Related
I am using VS 2019 with a black background editor. The List, Seq etc. methods are black and I cannot see them. Please see the attached image. What is the setting that controls the color of these methods? There is a setting 'Symbol-Static' (under Options -> Fonts and Colors -> Show Settings for: Text Editor) but Item foreground and background are disabled. The extension of the file is fsx.
Thanks
You can set the color under Text Editor | Fonts and Colors: F# Functions / Methods. By the way, the module can also be set under User Types: Modules. So for example:
Is set to purple in:
Looks like a default from a light theme is being picked up.
Here such identifiers are using the Plain Text colour (but then, here, so is the the function name and its parameter identifier).
Do you have any extensions that may be adding extra syntax colouring?
Additional
As noted by s952163 the color setting "F# Functions / Methods" is more specific. But it also sets the method names that are shown differently in your screenshot.
Resharper adds lots of extra settings, one of these could easily be changing static methods (maybe across languages), but I do not use Resharper in part because it was too much effort to change all the defaults I disagreed with!
The screenshot on the Atom.io site shows, that the editor has vertical lines which show how much a line is "tabbed" in. I wonder if this is an additional package or if it can be enabled in atom by default.
Open up your settings panel, usually by selecting the Preferences option in the Edit menu. Inside there, select the Editor submenu. In the Invisibles section, select the option titled Show Indent Guide. The vertical line indentation markers will then appear for you like in the image.
On atom version 1.40.1 (Windows), Goto File -> Settings -> <>Editor -> []Show Indent Guide
It's a little different in Windows version v1.40.1
Settings > Editor > Show Indent Guide
First, type ctrl-shift-p, open the Command Palette.
Then enter 'indent guide'. Select Editor:Toggle Indent Guide.
If you additionally want to customize the soft wrap vertical line…
Settings and Preferences → Editor → Preferred Line Length (or via customization file).
Result
Please note the guideline now displayed.
I have latest version of Xcode 8 official release, and Im seeing blue rectangles borders filled white, instead of normal objects(Labels, Images, etc) on the main storyboard, I Drag an Image, button or anything and it just shows a blue rectangle (I don't see the object inside the rectangle, just an empty blue bordered rectangle), I attach an image for you guys to see, Any clue on how to solve it? Someone else with the same issue? This is happening an all My projects, and just start happening suddenly.. since the first day I was having no issue with this Xcode version.
Solution: Try these three steps.
Editor -> Canvas -> Turn OFF bounds rectangle.
Editor -> Canvas -> Turn ON bounds rectangle.
Editor -> Canvas -> Turn OFF bounds rectangle.
You may have accidentally switched on Layout Rectangles within Editor -> Canvas in Xcode menu.
The contents of my storyboard views were actually not showing AND had blue rectangles, while 'Show Layout Rectangles' was NOT on. I was also surprised to see 'Show Bounds Rectangles' since I never turned them on (awesome Xcode ghost move here)
Note: Even though I did try turning 'Show Bounds Rectangles' off, the blue rectangles remained.
Solution: Restarting the computer. Opened to my storyboard and at least for me, I had to turn off 'Show Bounds Rectangles' because it still remained. I can see my content again, yay!
(seeing on Xcode 8.0)
I tried lots of solution. But there is no permanent fix for this.
Try below line
Editor->Canvas->Bounds Rectangles. (Do this three times.)
Doing this every time is quite annoying. So a solution is u can set some shortcut key (Keybinding).
Go in Xcode-> Settings/Preferences -> Keybinding -> search Bounds Rectangles and set shortcut for that
It will be easy if we use shortcut and save some time.
Increasing font size
Dear all,
I have been using notepad++ so far, i am newbie to phpdesigner 8.0
The font size (text) of my editor is so small.
Do any one help me to increase it?
Thanks in advance..
I have found the Way to do it. Try the following steps!
Steps to edit the textsize in phpdesigner8.0 editor
go to : tools > preferences > editor ..you will see loads of options from here.
From there, click editor button within all the options on right side
and there you can change size. font family etc.
You could also do it with Ctrl + E
I'm creating a multidevice FireMonkey application and I would like to change the color of a TListBox item when it is selected.
How can this be done in Rad Studio XE7?
Open Bitmap Style Designer (see a bin folder of RAD Studio) and create style by default for Android (File -> New -> Android Light Style for FireMonkey)
Expand node "Images" and make export all graphics resources.
In any kind of graphics editor change color of background of TListBoxItem.
Return to BitmapStyleDesigner and update each images (style.png, style20x.png, style15.png, style30x.png). For updating, select image node and click on "Update" button.
Save style to file "File->Save as...->Выбираем тип файла "FireMonkey Style".
Put Style Book in a form and load this style.
Yes! It is possible in RAD Studio XE7 (answered before edit of question - please see revisions of question to understand what is being answered).
Wink