Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

IDE extensions, how to create them? 8 years 11 months ago #7427

  • Alexandr
  • Alexandr's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 62
  • Thank you received: 2
Greetings!

Also I want write some extension for IDE.
I know that the Lzarus(& CT) don't support dynamic packages.
I vant expand option dialog features, like add import/export button, to keep confugured IDE in other place. and ater updating rstore them by 1 click.
Alco have ideas for project manager is contents.

How to write that?

Please Log in or Create an account to join the conversation.

IDE extensions, how to create them? 8 years 11 months ago #7433

  • Tony_O_Gallos
  • Tony_O_Gallos's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Ελεύθερο λογισμικό ή θάνατος
  • Posts: 84
  • Thank you received: 23
Hi arhangelsoft,
you will find information here wiki.lazarus.freepascal.org/Extending_the_IDE
and also in some papers by Michael here www.freepascal.org/~michael/articles/
Dynamic packages maybe one day :P
For keeping the configuration of Typhon IDE, you can find the directories in CodeTyphon, in the third tab (Folders), Typhon32 settings and Typhon64 settings.
You could do a simple batch to preserve them, but you have to be aware that sometimes the structure of the files could change and become invalid
You could of course parse the XML content and restore the missing/modified options.
Good luck and don't forget pills to avoid headache :)

Please Log in or Create an account to join the conversation.

  • Page:
  • 1