Problem with Visual Studio 2017 Projects

Groupy 1.1

I have created a group that includes two Visual Studio 2017 projects.  These projects fail to load with the error message that the project files cannot be found.  In the error message, the paths to the files are broken with new lines where spaces occur.  I have worked round this by editing the .groupy file to encase the paths in double-double quotes.  The project files now load, but they are not grouped automatically with the other files.  I have to group them manually.  Any ideas on solving this?

3,142 views 7 replies
Reply #1 Top

hello,

Could you post that .groupy file that you mentioned above. The one that you edited.

Reply #2 Top

Surely!

[GroupyEntry1]

OwnerProcess=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe

RunElevated=0

NoPatternMatching=0

CommandLine=""C:\Derek Files\Visual Studio Community 2017\Projects\Snippets\Snippets.vbproj""

WorkingDirectory=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE

Target=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe

MatchingClass=HwndWrapper[DefaultDomain;;3fdc525d-a3cb-4a8a-8176-44cf9220c084]

[GroupyEntry2]

OwnerProcess=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe

RunElevated=0

NoPatternMatching=0

CommandLine=""C:\Derek Files\Visual Studio Community 2017\Projects\old_Snippets\Snippets.vbproj""

WorkingDirectory=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE

Target=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe

MatchingClass=HwndWrapper[DefaultDomain;;5c19af6f-172f-4b40-94fd-d7a113fab76f]

[GroupyEntry3]

OwnerProcess=C:\Program Files\EmEditor\EmEditor.exe

RunElevated=0

NoPatternMatching=0

CommandLine="C:\Derek Files\Visual Studio Community 2017\Projects\Snippets\bin\Debug\config.ini"

WorkingDirectory=C:\Program Files\EmEditor

Target=C:\Program Files\EmEditor\EmEditor.exe

MatchingClass=EmEditorMainFrame3

[GroupyEntry4]

OwnerProcess=C:\Program Files\DB Browser for SQLite\DB Browser for SQLite.exe

RunElevated=0

NoPatternMatching=0

CommandLine=

WorkingDirectory=C:\Program Files\DB Browser for SQLite

Target=C:\Program Files\DB Browser for SQLite\DB Browser for SQLite.exe

MatchingClass=Qt5QWindowIcon

[Group]

GroupCount=4

GroupLeft=571

GroupTop=37

GroupRight=1648

GroupBottom=783

GroupMax=0

Reply #3 Top

Thanks, I've pushed your problem our CM support Team. Hopefully someone with more info on this could help.

From what I know reading from Neil's comment on other thread that the NoPatternMatching need to be 1 for it to be group.

Anyway, Should wait for someone with more knowledge to comment on this.

 

Reply #5 Top

NoPatternMatching would only be used if it launched the file not the exe and in the case of Visual Studio it is the exe it is launching with a command line rather than the file itself.

So it should be set to 0.

It is odd that it isn't grouping those visual studios together as without NoPatternMatching=1 all instances of visual studio should be being grouped automatically.

Reply #6 Top

An issue with auto grouping Visual Studio and similar windows has been found in 1.1 and will be addressed in the next update.

Thank you for reporting this.