Tom Schutter
|
301e67e3ba
cmake-mode.el: add local keybindings
|
13 年之前 |
Tom Schutter
|
6d1e4efd00
cmake-mode.el: Use more readable regex and case-fold-search
|
13 年之前 |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 年之前 |
Christopher Sean Morrison
|
ab9824e14f
cmake-mode.el: Make indentation case-insensitive (#12995)
|
13 年之前 |
Brad King
|
7da35e6550
cmake-mode.el: Indent after multiline argument (#12908)
|
14 年之前 |
Bill Hoffman
|
3b34523bc0
Add cmake-help-command function.
|
16 年之前 |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 年之前 |
Brad King
|
8597f01acd
BUG: Fix cmake-mode.el indentation cursor motion
|
16 年之前 |
Sebastien Barre
|
5d2b90097d
ENH: add simple function to convert all CMake commands to lowercase
|
17 年之前 |
Brad King
|
ec05369d04
ENH: Enable indentation of FUNCTION/ENDFUNCTION blocks in emacs.
|
18 年之前 |
Brad King
|
1c429da781
ENH: Adding elseif indentation. See bug#3781.
|
19 年之前 |
Brad King
|
92ea0a077c
BUG: In example .emacs code use \' for end-of-string instead of $ for end-of-line.
|
19 年之前 |
Brad King
|
c8e355b6a1
BUG: Mode should only be used if CMakeLists.txt is at the end of the buffer name.
|
19 年之前 |
Brad King
|
0a9d238def
BUG: Tabs around a function name are allowed.
|
19 年之前 |
Brad King
|
7b5c4abc74
ENH: Using suggestion from Stuart Herring to avoid needing a list of command names in the highlighting table.
|
19 年之前 |
Brad King
|
2172a64ff1
ENH: Cleaned-up mode in preparation for inclusion in emacs upstream.
|
19 年之前 |
Brad King
|
8de6e9557b
ENH: Added highlighting for LIST command.
|
20 年之前 |
Brad King
|
b8a33fb424
ENH: Added INSTALL command as a placeholder for a future generic install specification interface. Currently it supports only a SCRIPT option specifying a script to run during the install stage.
|
20 年之前 |
Brad King
|
44f96ff101
ENH: Adding new EXECUTE_PROCESS command that interfaces to KWSys Process Execution.
|
20 年之前 |
Ken Martin
|
c09a1fa799
ENH: missing get_directory_property command
|
20 年之前 |
Ken Martin
|
8ea0a1a237
ENH: added while command
|
20 年之前 |
Ken Martin
|
ff99d6885f
ENH: added while command
|
20 年之前 |
Ken Martin
|
dc05f1585b
ENH: updated emacs mode to include lowercase commands and missing command ENDMACRO
|
20 年之前 |
Brad King
|
894fa6a8c7
ENH: Experimenting with auto-dated copyright.
|
20 年之前 |
Ken Martin
|
2ab429b9bf
ENH: updated commands
|
20 年之前 |
Ken Martin
|
a4ae84c100
ENH: updated to remove ABSTRACT_FILES and add ADD_SUBDIRECTORY
|
20 年之前 |
Brad King
|
419df21c06
BUG: Only count block open tokens if they are followed by an open paren.
|
21 年之前 |
Brad King
|
97391045bd
BUG: Fixed parsing of unquoted arguments to allow double-quotes within the argument.
|
21 年之前 |
Brad King
|
ece9ae97e2
BUG: Fixed identification of ( and ) tokens to avoid finding them in string literals.
|
22 年之前 |
Brad King
|
f791e1a80b
ENH: New indentation implementation to support multi-line strings.
|
22 年之前 |