Sublime Forum

C++ Starting Kit

#1

Hey guys !!!

I’m here to present you my first project as a “programmer” : C++ Starting Kit available from Package Control.

Features

  • C, C++ and C++11 combined and improved syntax highlighting support.
  • Custom C++ build system for g++ compiler.

Philosophy

The main objective of this project is to provide a complete starting kit and starting point for beginners with C++ and Sublime Text including :

  • A syntax definition which gives you the flexibility to make precise customizations to your syntax highlighting.
  • An associated theme which includes all the new scopes. (see Oasis Theme)
  • An intelligible build system. (see the C++ Starting Kit build system)
  • A relevant documentation for a quick start and an accessible maintenance.(see The Guide)

Oasis Theme not included

Arithmetic operators are now customizable.

More customization.

Any function support.

Easily add to your syntax definition with the documented configuration file.

0 Likes

#2

100 installs in 3 days !!! :smiley:

I’m pretty happy to see how this plugin is received by the community.

If you want to participate to his improvement don’t forget to submit feedbacks by the method you prefer(email, private message, github issues/pull requests, doves…). For me the documentation provided is also important than the plugin so tell me how you feel it too.

Next steps :

  • Improve the documentation (reorganise it in a better way maybe in an other format)
  • Test and fix some issues
  • Really begin my learning of C++

Have fun !!!

0 Likes

#3

RELEASE 0.1.6 brings major improvements

Few bugs were fixed and new features come to complete the package.

More definitions

Fully customizable operator types

0 Likes