[GB.EVAL.HIGHLIGHT]

* NEW: Make the HighlightDiff class recognise hunks separated by the current
  `diff` command being echoed into the header. These can be (un)expanded in
  Editor now.



git-svn-id: svn://localhost/gambas/trunk@5515 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Tobias Boege 2013-01-24 19:38:13 +00:00
parent 51223bab13
commit 28d47a84bb

View file

@ -9,7 +9,7 @@ Public Sub Run()
Highlight.ShowLimit = False
If Left$(sText, 6) = "Index:" Then
If Left$(sText, 6) = "Index:" Or Left$(sText, 4) = "diff" Then
iState = Highlight.Keyword
Highlight.ShowLimit = True
Else If Left(sText, 3) = "===" Then