How to develop a new non-text Editor?

Discussion about CodeLite development process and patches
kipade
CodeLite Enthusiast
Posts: 10
Joined: Thu Nov 01, 2012 11:14 am
Genuine User: Yes
IDE Question: C++
Contact:

How to develop a new non-text Editor?

Post by kipade »

As the topic, if I want to develop a customized plugin with non-text window within the main tab, what should I do?

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to develop a new non-text Editor?

Post by eranif »

Copy one of the other plugin source code and in order to add a non text editor tab to the main view, call clGetManager()->AddPage(..)

Make sure you have read the HOW TO POST thread
Post Reply