Search found 4 matches

by DDubois
Thu Oct 15, 2015 4:19 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Custom action to execute XPath search
Replies: 5
Views: 2562

Re: Custom action to execute XPath search

Hi Radu, Thank you so much for the complete reply. I was afraid I would have to deploy the workspace access plugin. I have done so once before to provide contextual menus in the editor. Alright, so seeing as it would appear difficult to perform Xpaths across multiple files, what about inside the cur...
by DDubois
Wed Oct 14, 2015 4:20 pm
Forum: Common Problems
Topic: Content Completion Config with XSLT
Replies: 10
Views: 5177

Re: Content Completion Config with XSLT

Hello, I noted that there was hope of simply passing the current context in through a parameter in version 17.1. Has this been implemented? I have a similar issue where I simply need the context node of the current caret positon, and wish to navigate the document. I'm not clear how to do that with t...
by DDubois
Wed Oct 14, 2015 3:25 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Custom action to execute XPath search
Replies: 5
Views: 2562

Re: Custom action to execute XPath search

Hi Radu, Alright not a problem I have done that before and it is pretty straight forward to do. I just want to clairfy, I can make custom actions available inside the "text" mode when editing a document right? Ideally I would write a custom action that allowed performed some Xpath searches...
by DDubois
Tue Oct 13, 2015 10:56 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Custom action to execute XPath search
Replies: 5
Views: 2562

Custom action to execute XPath search

Hello All, I want to create a custom action that performs an XPath search across a project using information from the current cursor position. I am trying to implement "go to definition" like behaviour (as seen in XSLT) for a custom XML language. I know this is likely achievable with the S...