Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Add unset() command. | Brad King | 2008-08-25 | 1 | -2/+2 |
| | | | | | | | | This introduces the unset() command to make it easy to unset CMake variables, environment variables, and CMake cache variables. Previously it was not even possible to unset ENV or CACHE variables (as in completely remove them). Changes based on patch from Philip Lowman. See issue #7507. | ||||
* | ENH: add simple function to convert all CMake commands to lowercase | Sebastien Barre | 2008-03-11 | 1 | -0/+20 |
| | |||||
* | ENH: ↵ | Karthik Krishnan | 2008-01-16 | 2 | -6/+8 |
| | | | | | | | ~/CMake/src/Docs * Additions for cmake-command highligting. * Additions for operator-highlighting | ||||
* | BUG: fix vim highlighting, see #6238 | Alexander Neundorf | 2008-01-15 | 2 | -23/+22 |
| | | | | Alex | ||||
* | ENH: Enable indentation of FUNCTION/ENDFUNCTION blocks in emacs. | Brad King | 2008-01-02 | 1 | -2/+2 |
| | |||||
* | STYLE: apply patch from #6166, better cmake syntax highlighting in vim, | Alexander Neundorf | 2007-12-17 | 1 | -8/+12 |
| | | | | | | | seems to fix the issues mentioned in the bug report and the rest also still seems to be ok Alex | ||||
* | ENH: Adding elseif to VIM syntax and indentation files. See bug #3781. | Brad King | 2006-09-23 | 2 | -3/+3 |
| | |||||
* | ENH: Adding elseif indentation. See bug#3781. | Brad King | 2006-09-23 | 1 | -2/+2 |
| | |||||
* | ENH: remove old files | Ken Martin | 2006-07-28 | 3 | -206/+0 |
| | |||||
* | BUG: In example .emacs code use \' for end-of-string instead of $ for ↵ | Brad King | 2006-04-26 | 1 | -2/+2 |
| | | | | end-of-line. | ||||
* | BUG: Mode should only be used if CMakeLists.txt is at the end of the buffer ↵ | Brad King | 2006-04-26 | 1 | -1/+1 |
| | | | | name. | ||||
* | BUG: Tabs around a function name are allowed. | Brad King | 2006-04-26 | 1 | -2/+2 |
| | |||||
* | ENH: Using suggestion from Stuart Herring to avoid needing a list of command ↵ | Brad King | 2006-04-26 | 1 | -27/+4 |
| | | | | names in the highlighting table. | ||||
* | ENH: Cleaned-up mode in preparation for inclusion in emacs upstream. | Brad King | 2006-04-25 | 1 | -37/+89 |
| | |||||
* | BUG: Fix typo | Andy Cedilnik | 2006-04-21 | 1 | -1/+1 |
| | |||||
* | ENH: Add While support | Andy Cedilnik | 2006-04-21 | 1 | -2/+2 |
| | |||||
* | STYLE: Add missing command | Andy Cedilnik | 2006-04-20 | 1 | -1/+1 |
| | |||||
* | ENH: Cleanup header and make license compatible with VIM | Andy Cedilnik | 2006-04-18 | 2 | -23/+9 |
| | |||||
* | ENH: Cleanup, make case insensitive, remove macro since it does not work anyway | Andy Cedilnik | 2006-04-16 | 1 | -12/+12 |
| | |||||
* | ENH: Unify the comment | Andy Cedilnik | 2006-04-13 | 1 | -4/+9 |
| | |||||
* | ENH: More system variables, more operators, more commands, fix some string ↵ | Andy Cedilnik | 2006-04-13 | 1 | -9/+15 |
| | | | | issues and some cmake arguments issues | ||||
* | ENH: Added highlighting for LIST command. | Brad King | 2006-02-10 | 1 | -2/+2 |
| | |||||
* | ENH: Added INSTALL command as a placeholder for a future generic install ↵ | Brad King | 2006-02-10 | 1 | -2/+2 |
| | | | | specification interface. Currently it supports only a SCRIPT option specifying a script to run during the install stage. | ||||
* | ENH: Adding new EXECUTE_PROCESS command that interfaces to KWSys Process ↵ | Brad King | 2006-02-03 | 1 | -2/+3 |
| | | | | Execution. | ||||
* | ENH: missing get_directory_property command | Ken Martin | 2005-09-13 | 1 | -2/+2 |
| | |||||
* | ENH: added while command | Ken Martin | 2005-06-30 | 1 | -4/+4 |
| | |||||
* | ENH: added while command | Ken Martin | 2005-06-30 | 1 | -2/+2 |
| | |||||
* | ENH: modified GET_TARGET_PROPERTIES to work with all targets | Ken Martin | 2005-06-20 | 1 | -32/+0 |
| | |||||
* | ENH: updated emacs mode to include lowercase commands and missing command ↵ | Ken Martin | 2005-06-20 | 1 | -3/+2 |
| | | | | ENDMACRO | ||||
* | ENH: Experimenting with auto-dated copyright. | Brad King | 2005-06-08 | 1 | -4/+1 |
| | |||||
* | ENH: updated commands | Ken Martin | 2005-06-02 | 1 | -2/+2 |
| | |||||
* | ENH: updated to remove ABSTRACT_FILES and add ADD_SUBDIRECTORY | Ken Martin | 2005-06-02 | 1 | -2/+3 |
| | |||||
* | BUG: Only count block open tokens if they are followed by an open paren. | Brad King | 2004-08-26 | 1 | -2/+5 |
| | |||||
* | BUG: Fixed parsing of unquoted arguments to allow double-quotes within the ↵ | Brad King | 2004-06-18 | 1 | -1/+1 |
| | | | | argument. | ||||
* | BUG: Fixed identification of ( and ) tokens to avoid finding them in string ↵ | Brad King | 2004-02-19 | 1 | -2/+2 |
| | | | | literals. | ||||
* | ENH: New indentation implementation to support multi-line strings. | Brad King | 2003-12-05 | 1 | -64/+88 |
| | |||||
* | STYLE: Removed trailing whitespace. | Brad King | 2003-12-04 | 1 | -14/+14 |
| | |||||
* | Initial import of VIM syntax highlighting file | Andy Cedilnik | 2003-07-07 | 1 | -0/+86 |
| | |||||
* | ENH: Added comment-region support. | Brad King | 2003-06-30 | 1 | -1/+4 |
| | |||||
* | BUG: fix highlight for comments in multiple buffers | Bill Hoffman | 2003-06-20 | 1 | -15/+10 |
| | |||||
* | add a comment | Bill Hoffman | 2003-06-19 | 1 | -0/+4 |
| | |||||
* | Added copyright. | Brad King | 2003-06-19 | 2 | -1/+33 |
| | |||||
* | Initial import: indentation file for vim | Andy Cedilnik | 2003-06-19 | 1 | -0/+77 |
| | |||||
* | Minor tweaks for anal cases of indentation. | Brad King | 2003-06-19 | 1 | -3/+4 |
| | |||||
* | BUG: Don't open a block if a command starts with IF in its name. | Brad King | 2003-06-19 | 1 | -4/+4 |
| | |||||
* | fix to use function-name | Ken Martin | 2003-06-19 | 1 | -2/+2 |
| | |||||
* | Fixed slow regex for indentation. | Brad King | 2003-06-19 | 1 | -23/+34 |
| | |||||
* | ENH: Wrote more robust regular expressions for indenting. | Brad King | 2003-06-19 | 1 | -2/+12 |
| | |||||
* | emacs mode | Ken Martin | 2003-06-19 | 1 | -0/+128 |
| | |||||
* | add release docs to cvs | Ken Martin | 2003-06-02 | 4 | -0/+238 |