Python and panels
-
Is it possible for python to;
- Interact with panels such as Folders as workspace or Function list
- Create and interact with Notepad++ Panels
Thanks for any help.
-
No, not “reasonably”.
But if you are adventurous, you might be able to do some stuff at the Windows API level with the Python ctypes library to access these things in a rather “raw” way.
Depends greatly upon what you plan to do. -
Thanks for the advice
I wanted to;
1 Create a project management system where the user can specify compiler switches, include folders, source folders, object folders etc
2. Modify the functions panel to search through include files as well as the source file