changing font size
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
changing font size
Hi!
Is it possibe to change font size in Workspace. for example in the tests, in project explorer, logging ...
My Screen ist 1920 x 1080 and its very hard to read.
I only found a solution for changing in code editor,
have a nice day
petra
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please see attached screenshot.
Click Tools > Options
In the options panel, click Panels > Code Editor > Display
I personally use Arial Unicode MS with font size 10.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Many thanks. This is only for the code editor.
What i mean is the font size in logs or in the object browser, by keyword testing and so on.
Seems i have to change my monitorsettings.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try below code, I may help you to format result/log
Sub LogFont
Set attr = Log.CreateNewAttributes
attr.Bold = true
attr.FontColor = RGB(0, 100, 0)
Call log.Checkpoint("Actual Result : This is my Test - ","", pmNormal, attr)
End Sub
OR
1- Go to Test Log
2- Right click on it
3- Select Format Colums
Do the changes whatewer you want.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Petra,
> Seems i have to change my monitorsettings.
Yes, this seems to be the only option for now.
As a possible option, you may try to play with Settings|System|Display|Advanced display settings|'Advanced sizing of text and other items' control panel entry, but i am not sure if it helps.
/Alex [Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
================================
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
And does anyone know if there are plans to change this unchangeable font issue? It really makes working with this tool difficult, to the point where I am thinking of not using it. My resolution is set to 1920x1080, which I don't think is an unusual size. [on soapbox] And for those reading this who design UIs, please re-consider using 8pt fonts or else make them changeable. [off soapbox].
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I agree,font change is a very important, All IDE's have it, It gets real hard working in TestComplete's own editor, I often am coping code from TestComplete to other code editors and work there like Notepad++
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@aalikhalid wrote:
I agree,font change is a very important, All IDE's have it, It gets real hard working in TestComplete's own editor, I often am coping code from TestComplete to other code editors and work there like Notepad++
Actually, this post doesn't have anything to do with the code editor font size... that was already mentioned further up the thread (there is a way of changing that in TestComplete). This has to do with TestComplete's IDE font size... something that is dependant upon the environment.
In TC 12.X, if you go to Tools | Options | General | User Interface, there's an option there that says "Themed". This will use whatever screen text sizing you're using in your Windows environment for TestComplete. So, if you increase your text size in Windows, TC will do the same.
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I also suffer from the malfunction of TestComplete IDE's font size, which makes it impossible to read info, error, pop-ups, etc. See below screen-dump.
I use the recommended Win10 resolution (on both my lap-top and extra screen/display).
And it is NOT the font size in the editor and it does not help to change the Options>General>UserInterface>'Look&Feel' (I use 'Themed').
I would appreciate any solution, thanks 🙂
