Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Place Qt moc/uic files last in "open file in sln"

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
mackeyar Posted - Jan 19 2010 : 05:03:56 AM
Qt autogenerates files with moc_xxx.cpp, qrc_xxx.cpp and ui_xxx.h patterns.

These are often not very interesting when trying to open a file, so if they could be sorted to be places last in the dialog (or filtered out with a checkbox similar to "show only files in the current solution"), it would make it much easier to find the right file there.

Bonus props if this could be configured by wild-cards (or regex) in the options. (Perhaps that's best, as it makes the whole thing generic, and not Qt specific)

"Open File in Solution" is probably the feature I use the most in Visual Assist, so adding this feature would make me very happy.
3   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Jul 13 2018 : 3:07:25 PM
case=25837 is implemented in build 2283.

Use the context menu in the Open File in Solution dialog to display the edit control for the persistent filter. Hide the edit control after adding the text that you want to always persist. The text affects filtering whether or not the control is visible.
mackeyar Posted - Jan 25 2010 : 11:24:46 AM
If not regexp, just wildcards. As longs as it's customizable.

Any regexp-implementation is fine, as long the app points to the documentation of the particular syntax/implementation (Boost? .NET? Qt?, etc... ). It's mostly basic stuff one wants anyway.
feline Posted - Jan 25 2010 : 11:14:07 AM
We are considering adding a setting to specify certain file names, "*moc" perhaps, to be exclude from the Open File dialog for just this reason:

case=25837

I am not sure regular expressions would help, simply because just about every program I use that supports them does so slightly differently. I am a great fan of regular expressions, but these differences really do cause problems sometimes.

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