T O P I C R E V I E W |
bta |
Posted - Dec 16 2016 : 06:55:20 AM It seems that the Sort Selected Lines feature is not enabled for txt files, nor for other 'unknown' file types. It only seems to work for cpp and h files (we are working on c++ projects).
In our projects we have several other (plain text) files (.dep files, .mod files) that have special meaning in our build system. It would be nice to be able to use the Sort Selected Lines feature in those files, but is seems to be disabled.
Bart |
4 L A T E S T R E P L I E S (Newest First) |
bta |
Posted - Dec 19 2016 : 07:34:21 AM setting RestrictVaToPrimaryFileTypes to 0 did the trick!
Thanks!
Bart |
sean |
Posted - Dec 16 2016 : 10:34:37 AM Check the value of RestrictVaToPrimaryFileTypes as described here: https://support.wholetomato.com/default.asp?W353
|
bta |
Posted - Dec 16 2016 : 09:45:10 AM Hi Chris,
I just tried it: -closed all of my Visual Studio instances. -edited the registry setting
-restarted the IDE
-opened a .dep file -> refactoring menu item Sort Selected Lines is still disabled Some other setting missing?
Bart |
ChrisG |
Posted - Dec 16 2016 : 07:14:05 AM Hello bta,
Please try adding the custom txt file extensions to the following registry key. HKEY_CURRENT_USER\Software\Whole Tomato\Visual Assist X\<IDE spec>\ExtPlainText
Remember to shut down your IDE before editing the registry. |