Summary: | Code Folding badly detects bash command 'dd if=[...]' | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | aftertaf <david.wooffindin> |
Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | christian.loose, david.wooffindin, jangerrit |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
aftertaf
2009-09-28 11:42:32 UTC
SVN commit 1162268 by cullmann: Christian Loose <christian.loose@hamburg.de>: BUG: 208762 Fix highlighting of "if="-option of command dd in a bash file. U bash.xml WebSVN link: http://websvn.kde.org/?view=rev&revision=1162268 The fix introduces a new bug: Normally if [ "y" = "x" ]; the [ would be highlighted. Now you need to write if [ "y" = "x" ]; if you want the [ to be highlighted correctly. Git commit 0cca7274a050c179b9443247cc89cc139020fc8e by Dominik Haumann. Committed on 13/08/2011 at 21:15. Pushed by dhaumann into branch 'master'. dd: if does not need extra space before [ CCBUG: 208762 REVIEW: 102318 M +2 -2 part/syntax/data/bash.xml http://commits.kde.org/kate/0cca7274a050c179b9443247cc89cc139020fc8e Git commit 938759858d7fc76d04135022eb90028dc42e49a0 by Dominik Haumann. Committed on 14/08/2011 at 21:58. Pushed by dhaumann into branch 'master'. fix if statement with dd applied the wrong patch accidently, thanks for noticing! REVIEW: 102318 CCBUG: 208762 M +2 -2 part/syntax/data/bash.xml http://commits.kde.org/kate/938759858d7fc76d04135022eb90028dc42e49a0 |