Revision cf30e3e...
Go back to digest for 28th April 2013Features in KDE Base
Alex Turbov committed changes in [kate] /kate/pate/src/plugins/cmake_utils:
Preliminary implementation of CMake auto completer.
It capable to complete builtin CMake commands and variables, policies, as well as
options for some commands (i.e. command calling syntax). In this version about half
of commands still require syntax completers... it will be done soon...
However it is already quite usable and helpful...
File Changes
Added 7 files
- /kate/pate/src/plugins/cmake_utils
- addons/__init__.py
- addons/cmake_help_parser.py
- addons/cmake_utils.py
- addons/command_completers/__init__.py
- addons/command_completers/cmake_policy_cc.py
- addons/command_completers/param_types.py
- addons/command_completers/syntax_cc.py
7 files changed in total