Author Topic: New WiKi section to collect announcements of patches/plugins  (Read 8019 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
New WiKi section to collect announcements of patches/plugins
« on: December 15, 2005, 07:03:57 pm »
Dear all,

I've created a new WiKi section to collect the announcement of plugins/patches in one place. This is to keep track about what's available besides the SVN repository. I would welcome any plugin / patch developer to do an announcement there as desired. Please note that this is not a forum to post bugfixes or similar. This section is to provide plugins that are not in SVN and patches that e.g. apply a specific function to Code::Blocks that is not intended to be integrated into SVN. This could e.g. be an adaptation for a very specific compiler that would rewquire a lot of changes on the core of Code::Blocks.

Within the WiKi I've also created templates to post new announcements which should really be used to keep the look-and-feel of the information consitent.

See: http://wiki.codeblocks.org/index.php?title=Main_Page - under "Table of Contents" - "Announcement for plugins/patches" for details.
See also: http://forums.codeblocks.org/index.php?topic=1643.msg12044

With regards,

Morten.
« Last Edit: December 15, 2005, 07:54:17 pm by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline 280Z28

  • Regular
  • ***
  • Posts: 397
  • *insert unicode here*
Re: New WiKi section to collect announcements of patches/plugins
« Reply #1 on: December 15, 2005, 07:06:30 pm »
Also, if you have created a custom LEXER file that C::B can use, we are in need of it! Post a link to it on the Wiki.

People may have released some in the past, but I haven't seen anything about them. :dunno:

Scintilla supports a ton more languages and we should work over time to bring that syntax highlighting ability to the desktop. :)

Sam
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
 Check out The Sam Zone :cool:

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: New WiKi section to collect announcements of patches/plugins
« Reply #2 on: December 15, 2005, 07:48:06 pm »
People may have released some in the past, but I haven't seen anything about them. :dunno:
...I dida Matlab lexer... :lol: - I'm going to post it in a minute...

Morten.
« Last Edit: December 15, 2005, 08:31:56 pm by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: New WiKi section to collect announcements of patches/plugins
« Reply #3 on: December 15, 2005, 08:31:08 pm »
By the way... some plugins I know and use that are not in SVN but would certainly fit in the WiKi are: cbDragScroll, EditProject, lib_finder, MatchingBrace. I hope the authors of these plugins (and of course all other with similar plugins) read this.

Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline 280Z28

  • Regular
  • ***
  • Posts: 397
  • *insert unicode here*
Re: New WiKi section to collect announcements of patches/plugins
« Reply #4 on: December 15, 2005, 08:50:54 pm »
I'm hoping for these lexers. Yes I could make them but why should I if someone already has. I'll wait to see if someone posts them:

**Javascript**
**shell scripts**
.bat files
CSS
Makefiles
Autoconf input file (configure.ac), M4 macros (.m4), but I'm not sure these are even supported by Scintilla
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
 Check out The Sam Zone :cool:

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: New WiKi section to collect announcements of patches/plugins
« Reply #5 on: December 15, 2005, 10:18:12 pm »
Hello hello,

I have created EditProject, MatchingBrace and ClearCase plug-in (and the unnecessary zoom-in/zoom-out plug-in). I will add all my stuff to the wiki this weekend.
By the way, I am proud to announce MatchinBrace has died. ;-)
The functionality is now added to the core of CB (but will still add it to the wiki, for the RC2 users).
More plug-ins are in the pipeline, but first fixing some Cb bugs, there's more general benefit in that for the moment.

Cheers,
Lieven