Patrick Boettcher

Results 8 issues of Patrick Boettcher

Based on @frodete's proposal (#319) this implementation adds a a callback-based reply-functionality. The old mapping-implementation is now based on this version. As a nice side-effect some DRY code optimizations could...

Found with clang's -Wunused-lambda-capture

Let's put this on the list. Knowing that _I_ don't have time to do anything on it right now. Feel free to contribute, or if you can and need and...

enhancement

When we introduced relative version absolute dir for the cooker-menu-file in the .cookerconfig-file we should have increased the version of the file (and thus allow migration). Using older cooker-version stop...

Before starting to hack around in the code individually, we should specify what we expect and how hooks should be configured and used in cooker. I start with some questions:...

This ```CMake message(STATUS "Hello" #[[Bracket Comment]] "second") add_custom_command() # TODO this will wrongly align to ( due to bracket-comment ``` becomes ```CMake message(STATUS "Hello" #[[Bracket Comment]] "second") add_custom_command() # TODO...

I upgraded my grammar-generation script I use to generate the vim-syntax-highlighting-rules to put out a TextMate-grammer. The script can be found here: https://github.com/pboettch/vim-cmake-syntax/tree/textmate-grammer-generation ## This change might address item #4508...