André Müller

Results 9 issues of André Müller

```cpp int main(int argc, char* argv[]) { using namespace clipp; int i = 0; auto cli = (option("-b") & integer("size", i)) | option("-a"); std::cout

bug

If you move a visual selection with Eclipse's "move lines up" or "move lines down" commands Vrapper will return back to normal mode - the selection will stay intact however....

Feature Request
Difficult

If the cursor is placed inside a "word" made up of multiple blanks or other whitespace the "iw" text object selects not only the whitespace but also the delimiting characters...

Defect

The Impala compiler segfaults on the following minmal example: ``` struct node { value : value_t, left : &node, right : &node } fn post_order_visit(n: &node, visit: fn(value_t) -> ())...

### Problem Lowercase letters can be bound to verbs in command mode and still work as normal letters in input mode. The same is not true for uppercase letters, e....

bug

I'm aware that it is not trivial to obtain the total of all points in an entire event due to the fact that students may have switched teams all the...

enhancement
view

it would be nice to be able to filter submissions so that only the latest succesful (or just the latest in case of no success) submission of every team is...

enhancement
view

would be nice to have an option to show only graded submissions in the similarity table / dendrogram

enhancement
view

It would be great if one could make sheets/assignments public for tutors but private/invisible for students.

enhancement
controller
view
model