This is a migrated thread and some comments may be shown as answers.

Keybinding ArgumentException

1 Answer 42 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Julian
Top achievements
Rank 1
Julian asked on 02 Nov 2016, 05:24 AM

I noticed a lot of ArgumentExceptions in the log files which seem to have to impact though. I am using a German system. (VS2015, current version of JustCode)

SILENT 2016-10-27 19:26:26.144 : Couldn't read correctly the following keybinding 'Text Editor::Strg+Umschalt+Alt+C' from VS command: JustCode.JustCode_CleanCode
SILENT 2016-10-27 19:26:26.144 : System.ArgumentException: Keybinding string: Text Editor::Strg+Umschalt+Alt+C
Parametername: keyBindingString ---> System.ArgumentException: Der angeforderte Wert "Strg,Umschalt,Alt" konnte nicht gefunden werden.
   bei System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
   bei System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
   bei System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
   bei Telerik.JustCode.CommonLanguageModel.KeyBindings.KeyboardModifierKeysExtensions.ParseModifierKeys(String keys) in C:\_J\workspace\JustCode_Roslyn_Installer\RoslynTemp\_CodeAnalysis\src\CommonLanguageModel.Data\KeyBindings\KeyboardModifierKeysExtensions.cs:Zeile 31.
   bei Telerik.JustCode.CommonLanguageModel.KeyBindings.KeyCombination.CreateFromString(String keyCombination, Func`2 parseKey) in C:\_J\workspace\JustCode_Roslyn_Installer\RoslynTemp\_CodeAnalysis\src\CommonLanguageModel.Data\KeyBindings\KeyCombination.cs:Zeile 42.
   bei Telerik.JustCode.CommonLanguageModel.KeyBindings.KeyBinding.CreateFromString(String keyBindingString, Func`2 parseKey) in C:\_J\workspace\JustCode_Roslyn_Installer\RoslynTemp\_CodeAnalysis\src\CommonLanguageModel.Data\KeyBindings\KeyBinding.cs:Zeile 55.
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei Telerik.JustCode.CommonLanguageModel.KeyBindings.KeyBinding.CreateFromString(String keyBindingString, Func`2 parseKey) in C:\_J\workspace\JustCode_Roslyn_Installer\RoslynTemp\_CodeAnalysis\src\CommonLanguageModel.Data\KeyBindings\KeyBinding.cs:Zeile 87.
   bei Telerik.JustCode.Services.CommandWrapper.#3sv.#Uu() in C:\_J\workspace\JustCode_Roslyn_Installer\RoslynTemp\src\JustCode.Application\Services\Commands\CommandWrapper.cs:Zeile 57.

1 Answer, 1 is accepted

Sort by
0
Svetlozar
Telerik team
answered on 04 Nov 2016, 01:34 PM
Hello,

Thank you for your feedback. I added a bug item to our backlog and we will have a look at it.

Missing key shortcut would be the only problem caused by that issue.

Regards,
Svetlozar
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Julian
Top achievements
Rank 1
Answers by
Svetlozar
Telerik team
Share this question
or