Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 VA 2500: Alt+M list coloring (again? still?)
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Uniwares
Tomato Guru

Portugal
2321 Posts

Posted - Sep 06 2023 :  1:50:09 PM  Show Profile  Reply with Quote
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

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Sep 07 2023 :  12:39:44 PM  Show Profile  Reply with Quote
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

zen is the art of being at one with the two'ness
Go to Top of Page

Uniwares
Tomato Guru

Portugal
2321 Posts

Posted - Sep 07 2023 :  12:44:54 PM  Show Profile  Reply with Quote
Wow, now thats a weird relation.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Sep 08 2023 :  06:37:06 AM  Show Profile  Reply with Quote
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.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000