Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Code snippet plugin
Game_Ender:
Very cool, does it have multiple language support?
On a side note, I think it clutters a thread when people quote posts that have long code segments or imags inlined.
kidmosey:
--- Quote from: artoj on August 08, 2006, 10:07:17 pm ---Well, I decided to create a Code Snippets plugin and it's almost ready.
Things that I'm proud of:
- Custom artwork by me (I like green :( )
- Unoptimized find-as-you-type search
- It integrates with C::B (creates a docking window)
- It's simple
There are some things that I must do before I release it tough, e.g. testing on Linux and some code cleanup.
--- End quote ---
Can't wait to try it out... resembles my present "directory" method, except it's integrated! :D
btw, how are snippets stored?
killerbot:
sounds nice, me too : impatient to try it out ;-)
Vampyre_Dark:
--- Quote from: artoj on August 08, 2006, 10:07:17 pm ---Things that I'm proud of:
- Custom artwork by me (I like green :( )
- Unoptimized find-as-you-type search
- It integrates with C::B (creates a docking window)
- It's simple
--- End quote ---
But does it do Tetris?
Very interested in this. Also want to know how the snippets are stored. I think they should be easily retriveable without going through the plugin, so they can be easily backed up, or used elsewhere without C::B
artoj:
--- Quote from: Game_Ender on August 08, 2006, 10:21:38 pm ---Very cool, does it have multiple language support?
--- End quote ---
If you create C/C++, Python, Ruby etc. category you have multiple languages support I guess. The number of subcategories is not limited or atleast it's not limited in my code.
--- Quote from: kidmosey on August 09, 2006, 04:52:41 am ---btw, how are snippets stored?
--- End quote ---
Currently they're in the main Code::Blocks' configuration file because it was the easiest to implement. However, creating export/import to xml would be easy, though I'm not planning it to the first release.
--- Quote from: Vampyre_Dark on August 09, 2006, 09:29:54 am ---But does it do Tetris?
--- End quote ---
Actually, I'm thinking more about Quake III, it's GPL so why not 8)
--- Quote ---Very interested in this. Also want to know how the snippets are stored. I think they should be easily retriveable without going through the plugin, so they can be easily backed up, or used elsewhere without C::B
--- End quote ---
If you backup the Code::Blocks' config file the snippets are backed up too, though, a more separate solution would be indeed better. I guess the XML import/export would be the best solution.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version