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

T/SQL Tagger

2 Answers 74 Views
SyntaxEditor
This is a migrated thread and some comments may be shown as answers.
Jeremy
Top achievements
Rank 1
Jeremy asked on 25 Mar 2021, 10:04 PM
Are there any plans to create a T/SQL(Oracle) tagger?

2 Answers, 1 is accepted

Sort by
0
Jeremy
Top achievements
Rank 1
answered on 25 Mar 2021, 10:05 PM
Sorry, meant to say are there any plans to create a PL/SQL tagger?
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 26 Mar 2021, 11:23 AM
Hello, Jeremy, 

Please have in mind that RadSyntaxEditor offers a SqlTagger. Other predefined taggers include the CSharpTagger, VisualBasicTagger and JavaScriptTagger. All of these taggers share a common base class - the WordTaggerBase class: https://docs.telerik.com/devtools/winforms/controls/syntax-editor/features/taggers/word-taggers 

Currently, we don't have plans for implementing a PL/SQL taggers. If other customers have similar requests, we will consider it in the future improvement of the control. However, you can implement your own language by implementing a custom tagger. A sample approach is demonstrated in the following help article: https://docs.telerik.com/devtools/winforms/controls/syntax-editor/features/taggers/custom-language 

I would recommend you to download the Telerik source code from your account a have a look at the default implementation of the SqlTagger. You can use it as a starting point of the implementation you need. 

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
SyntaxEditor
Asked by
Jeremy
Top achievements
Rank 1
Answers by
Jeremy
Top achievements
Rank 1
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or