Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-27 | LibSyntax: Teach each highlighter about it's comment syntax | Kyle Lanmon | |
2022-03-12 | Libraries: Use default constructors/destructors in LibGUI | Lenny Maiorani | |
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules "The compiler is more likely to get the default semantics right and you cannot implement these functions better than the compiler." | |||
2022-01-18 | LibGUI: Add a GitCommit SyntaxHighlighter implementation | Brian Gianforcaro | |
This highlighter just syntax highlights the commented lines in your git commit message. It could potentially be enhanced to handle the rebase UI or other more advanced cases in the future. |