Henri D

Results 7 comments of Henri D

It can be useful to disable (for map creators) the flagspot mark, if the flagspot is flying on purpose for instance (leaving the creator choosing whatever background tiles to highlight...

> Modern screens would easily support a wider field of view, and it could help reduce the biggest undetectable cheat vector in Teeworlds. ![wider_view](https://user-images.githubusercontent.com/2434994/66546631-b2fd7c00-eb3d-11e9-9e85-b88359826ef2.png) fortunately you cannot see a big...

> When I was talking of "I think we can support a bigger field of view", I meant something like +10%, nothing like seeing the entire dm1 or anything that...

I don't understand if the C-API you might drop includes the possibility to call Lua code from C. Could raptor still be used to extend a C software? (and not...

1. the C++ grammars-v4 targets C++14, the grammars-v4 repository also contains a grammar for C targeting C11, avoiding the `new` keyword issue 2. None support extended character (but \uXXXX are...

Related lines https://github.com/PremierLangage/premierlangage/blob/1f20333ed4c8d93bf49f4ba330b37b492e19360d/frontend/editor/src/app/pages/editor/workspace/code-editor/code-editor.component.ts#L131-L133 If not removed, the Alt can be use to refine the shortcut to avoid collision with usual editors' shortcuts.

This lines in `EditorGroup.close` look suspicious as it requests the editor to close all occurrences of the resource. https://github.com/PremierLangage/premierlangage/blob/1f20333ed4c8d93bf49f4ba330b37b492e19360d/frontend/editor/src/app/pages/editor/shared/models/editor-groups.model.ts#L277-L278