Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Can we get black on white typing?

William_S_1
初学者
1,900 次查看

When debugging a program, I get white letters in the output on a black background.

This is fine when looking at it, but the printout is a nightmare.

first of all, its hard to read.

Secondly, it uses up all the ink in my printer cartridge.

 

Do I have to save the output text somewhere before I can print it?

 

I don't see why we cant reverse the color scheme. But there seems to be no option for that.

This is the only Web site I know of, where you have to deal with white letters.

0 项奖励
7 回复数
Steven_L_Intel1
1,900 次查看

"Web site"? You're referring to a console program's console window, yes?

White text on black background is the Windows default for console windows. For a given program, you can change the background and text colors by right clicking on the window icon in the far upper left, selecting Properties, and then Colors. You can also change this for any command prompt shortcut you may have.

If you want to change the default for all console applications when run from within Visual Studio or by double-clicking on the EXE, see the second answer at http://superuser.com/questions/581924/i-want-to-permanently-change-the-background-color-to-white-and-the-text-color-to and select Defaults.

0 项奖励
William_S_1
初学者
1,900 次查看

I tried opening a graphics window, but there is no way to change the properties of it.

When I clicked on the upper left, that does not appear as a choice.

I only see Restore, minimize, and close

 

So far the only way I can get text is "Select all" then Copy.

0 项奖励
William_S_1
初学者
1,900 次查看

BTW, I had to use a different user ID, 

because it locked my account.

Even after I reset the password to a new one.

0 项奖励
Steven_L_Intel1
1,900 次查看

Oh, you mean a QuickWin window. You are in complete control of that in your application.

0 项奖励
WSinc
新分销商 I
1,900 次查看

I guess its just as easy to use "copy all" than paste that to a text editor somewhere before printing it.

0 项奖励
dboggs
新分销商 I
1,900 次查看

I use Quickwin frequently, and I also believe in printing as a means of aiding debug efforts. So, I feel like I should be able to help, but I don't completely understand what you are trying to do.

Are you copying the project or child window to the clipboard, then pasting that into a text editor (e.g. notepad, wordpad, or even Word) and using that to print?

Please describe your procedure in more detail.

0 项奖励
William_S_1
初学者
1,900 次查看

Well, when I have the graphics window open, there are three choices:

Copy text

copy graphics

copy all.

If I select Copy all,  then I have to Paste it into a text editor to get black on white.

I was just wondering if there was an easier way to do it.

Of course, if there is a huge amount of debugging text, another approach

is to write it to a formatted file somewhere, then examine that.

0 项奖励
回复