Re: Interacting with KatePart from code

2013-06-02 Thread Dominik Haumann
On Sunday, 2. June 2013 12:28:23 Adrián Chaves Fernández wrote: > Thanks to both of you and Milian. I have it working already. > > Once I got the editor the right way, setting the syntax highlighting I > wanted was as easy as: > > document->setHighlightingMode("mediawiki"); Now as a 10 years

Re: Interacting with KatePart from code

2013-06-02 Thread Adrián Chaves Fernández
Thanks to both of you and Milian. I have it working already. Once I got the editor the right way, setting the syntax highlighting I wanted was as easy as: document->setHighlightingMode("mediawiki"); O Domingo, 2 de Xuño de 2013 03:17:02 Dominik Haumann escribiu: > On Wednesday, 29. May 2013

Re: Interacting with KatePart from code

2013-06-02 Thread Dominik Haumann
On Wednesday, 29. May 2013 21:38:03 Adrián Chaves Fernández wrote: > Hi, > > I want to start an application with a text editor that provides a specific > syntax highlighting, as the application is only going to support a specific > type of files (MediaWiki). Then I plan to build some features > (a

Re: Interacting with KatePart from code

2013-05-29 Thread Milian Wolff
On Wednesday 29 May 2013 21:38:03 Adrián Chaves Fernández wrote: > Hi, > > I want to start an application with a text editor that provides a specific > syntax highlighting, as the application is only going to support a specific > type of files (MediaWiki). Then I plan to build some features > (aut

Interacting with KatePart from code

2013-05-29 Thread Adrián Chaves Fernández
Hi, I want to start an application with a text editor that provides a specific syntax highlighting, as the application is only going to support a specific type of files (MediaWiki). Then I plan to build some features (auto-complete, etc.) on top of it. Not to reinvent the wheel, I wanted to re