T O P I C R E V I E W |
hoiby |
Posted - May 04 2007 : 05:42:31 AM I'm usign Build 1555 and Visual Studio 6.
When you edit a resource file (.rc) in the text editor of visual studio, a new bug appears (it was present in build 1554 too). Each time you modify the file, after around one second, all the resource keywords (like LANGUAGE, DISCARDABLE, BEGIN, END, VALUE, ...) blink. It's very disturbing.
|
7 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jan 16 2009 : 12:43:27 PM This is very good news, thank you for the update. |
hoiby |
Posted - Jan 16 2009 : 03:16:28 AM I'm recently test this again on the current version (build 1711). It works now. (But I don't now since which build it's fixed) |
sean |
Posted - May 04 2007 : 8:37:42 PM A temporary workaround would be to disable VA in rc files by adding .rc to the "Extensions to ignore" list (on the Extensions sub-page under Projects in the VA options dlg). |
feline |
Posted - May 04 2007 : 1:51:57 PM rhummer I tried that, it does not work for me in VC6.
hoiby the find works, I am seeing the same thing as you. Thank you for the clear description:
case=6392 |
hoiby |
Posted - May 04 2007 : 11:08:02 AM To open it you have to make a 'find in files' (for exemple, search : "APSTUDIO_READONLY_SYMBOLS" or "LANGUAGE" or "DISCARDABLE") After that, you just have to double-click in the output window line, this will open the file in the text editor. |
rhummer |
Posted - May 04 2007 : 09:21:20 AM Feline, you right click on the RC file and choose Open with I believe, then simply choose text editor. |
feline |
Posted - May 04 2007 : 09:15:56 AM How do you get the rc file into the text editor in VC6?
I have tried several different things, including dragging the rc file from explorer into the editor in VC6, but it simply refuses to show me the file. |