From: Rob V. <rv...@do...> - 2014-01-16 15:07:25
|
What you seem to want is a fully fledged text editor inside of Store Manager which was never really the intent of that tool. You could use our rdfEditor which already has the feature you suggest to develop your queries, save them to a file and then load them into Store Manager. While the editor in Store Manager likely could be improved in future it would require a significant effort to do so. However a lot of the functionality in rdfEditor is abstracted in the rdfEditor.Core library and could potentially be ported into Store Manager given a Windows Forms implementation of the appropriate APIs. See the winforms-editor branch which has the stub of a rdfEditor.Core.WinForms project which I just started yesterday, you can refer to the rdfEditor.Core.Wpf project to see what a completed implementation looks like. Rob From: Eugen F <feu...@ya...> Reply-To: Eugen F <feu...@ya...> Date: Thursday, 16 January 2014 09:14 To: "dot...@li..." <dot...@li...>, Rob Vesse <rv...@do...> Subject: Store manager multiline > Hi, > > While working/debugging queries with store manager it would be nice to be able > to (un)comment all lines in current selection. Now i have to cut/paste. > Feature could use keypress "ctrl+3" or some other intuitive combination. > I could make a fork a take a look. |