[MonoDevelop] [PATCH] FileMask with multi file support & Double click on output pads path open the file
Lluis Sanchez Gual
lluis at novell.com
Mon Oct 26 05:19:05 EDT 2009
Thanks for the patch!
Just a couple of comments:
* It would be nice to support windows paths too.
* To jump to a file, you can use
IdeApp.Workbench.OpenDocument(file,line,column)
Lluis.
El dj 22 de 10 de 2009 a les 23:40 +0200, en/na olivier dufour va
escriure:
> Hi,
>
> Here are 2 small modifications :
> MonoDevelop.Ide.FindInFiles.FilterOptions.cs: FilterMask multi file
> support
> MonoDevelop.Ide.Gui.Pads.DefaultMonitorPad : double click on output
> pad path load the file.
>
> The first one is really useful to search for reference in more than
> one file mask.
> The second one is based on todo list. It may be optimum by using
> BuildErrorFromOuputString from each language binding to get the exact
> location but it mean add an event on DefaultMonitorPad which forward
> to textView buttonPressed... and modify all language Compile system.
>
> cheers
>
> Olivier Dufour
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
More information about the Monodevelop-list
mailing list