Re: attica_kde.so closing crash

2014-11-16 Thread Albert Astals Cid
El Diumenge, 16 de novembre de 2014, a les 13:50:03, Jeremy Whiting va escriure: > Hey all, > > I recently fixed attica's plugin loading so it now finds and loads the > attica_kde.so plugin but when applications using knewstuff (and thus > attica) close it's giving a segfault when the PlatformDep

attica_kde.so closing crash

2014-11-16 Thread Jeremy Whiting
Hey all, I recently fixed attica's plugin loading so it now finds and loads the attica_kde.so plugin but when applications using knewstuff (and thus attica) close it's giving a segfault when the PlatformDependent object is destructed. I've not done much at all with plugins in the past, but I've ne

Re: Use KTextEditor In Custom Widget Rather Than As Central Widget of MainWindow

2014-11-16 Thread Jason Alan Smith
Hi Dominik, On 11/16/2014 04:42 AM, Dominik Haumann wrote: Hi Jason, On Sunday 16 November 2014 04:20:28 Jason Alan Smith wrote: Hello everyone, I am developing an application that helps users and developers manage a variety of database servers, and I would like to use a KTextEditor (or K

Re: Use KTextEditor In Custom Widget Rather Than As Central Widget of MainWindow

2014-11-16 Thread Dominik Haumann
Hi Jason, On Sunday 16 November 2014 04:20:28 Jason Alan Smith wrote: > Hello everyone, > >I am developing an application that helps users and developers manage > a variety of database servers, and I would like to use a KTextEditor (or > Kate) as my text editing widget as it has line number

Use KTextEditor In Custom Widget Rather Than As Central Widget of MainWindow

2014-11-16 Thread Jason Alan Smith
Hello everyone, I am developing an application that helps users and developers manage a variety of database servers, and I would like to use a KTextEditor (or Kate) as my text editing widget as it has line numbering and syntax highlighting capabilities built in. I found a tutorial that s