aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS/View/ConfTextView.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* macOS: Disable save button if the syntax highlighter detects any errorsRoopesh Chander2019-01-221-1/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Make highlighter themes staticJason A. Donenfeld2019-01-211-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* macOS: Refactor syntax highlightingRoopesh Chander2019-01-221-4/+2
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* global: Fix up copyright headersJason A. Donenfeld2019-01-181-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfTextView: enable undo and disable junkJason A. Donenfeld2019-01-141-0/+8
| | | | | | Double space stil makes a period, unfortunately. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Syntax highlighter color updatesEric Kuck2019-01-141-2/+2
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* macOS: Edit view: Update public key as you editRoopesh Chander2019-01-141-0/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Syntax highlighter color updatesEric Kuck2019-01-141-2/+2
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Added syntax highlighting conf textviewEric Kuck2019-01-141-0/+57
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>