Browse Source

development/codeblocks: Fix README.

pull/27/head
B. Watson 9 years ago
committed by Willy Sudiarto Raharjo
parent
commit
b73a5e3c79
No known key found for this signature in database GPG Key ID: 887B8374D7333381
  1. 15
      development/codeblocks/README

15
development/codeblocks/README

@ -1,11 +1,12 @@
Code::Blocks is a free C, C++ and Fortran IDE built to meet the most demanding needs of
its users. It is designed to be very extensible and fully configurable.
Finally, an IDE with all the features you need, having a consistent look, feel and
operation across platforms.
Code::Blocks is a free C, C++ and Fortran IDE built to meet the most
demanding needs of its users. It is designed to be very extensible and
fully configurable. Finally, an IDE with all the features you need,
having a consistent look, feel and operation across platforms.
Built around a plugin framework, Code::Blocks can be extended with plugins.
Any kind of functionality can be added by installing/coding a plugin.
For instance, compiling and debugging functionality is already provided by plugins!
Built around a plugin framework, Code::Blocks can be extended with
plugins. Any kind of functionality can be added by installing/coding
a plugin. For instance, compiling and debugging functionality is already
provided by plugins!
N.B:
a) The path for codeblocks plugins is now /usr/lib{,64}/codeblocks/plugins.

Loading…
Cancel
Save