As the topic, if I want to develop a customized plugin with non-text window within the main tab, what should I do?
How to develop a new non-text Editor?
-
- CodeLite Enthusiast
- Posts: 10
- Joined: Thu Nov 01, 2012 11:14 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to develop a new non-text Editor?
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