Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VA 2500: Alt+M list coloring (again? still?)

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Uniwares Posted - Sep 06 2023 : 1:50:09 PM
I have definitely not the slightest idea why VsFolder would be rendered in black, while its correct everywhere else. Its the same kind as VsItem, VsSolution and other classes.
VS 2022, 17.7.3, C# 10 solution



Also, note the location of the caret in the Navbar edit box. Happens when you press Del or Backspace to clear the field. The caret remains at the position after the last character of the previous contents.

Repro with code available in my repo at https://github.com/Hefaistos68/VSLauncherX
3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Sep 08 2023 : 06:37:06 AM
Agreed, I was trimming the file, expecting to find something like a redefinition of the type, or some strange raw literal string with unmatched brackets. This is not what I expected to end up with as a trigger.
Uniwares Posted - Sep 07 2023 : 12:44:54 PM
Wow, now thats a weird relation.
feline Posted - Sep 07 2023 : 12:39:44 PM
I am seeing the odd caret position, I have never noticed that before:

case=150001

Then again, I just start typing without deleting the existing, selected filter when using the Alt-M list, and it doesn't show up under those conditions.

I am seeing the colouring problem with VsFolder, in both the Alt-M and VA Outline. Many thanks for the code, this would have been very hard to pin down without the solution. The trigger is actually inside the "MainDialog" file, and it is the code snippet:

this.olvFiles.CanExpandGetter = delegate (object x)
{
	return x is VsFolder; // bug trigger line, comment out line to fix bug
};


so I have put in a bug report for this.

case=150003

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000