Summary: | JJ: indentation aligns cursor with quotation mark in comment | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | mjan96 |
Component: | indentation | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | junior-jobs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mjan96
2010-12-17 11:11:04 UTC
should be fixable by checking for "am I in comment" before doing the wrapped-string alignment. anyone who knows javascript should be able to fix this, otherwise I'll try to get around to that eventually. I think I've fixed this bug with my last commit: https://projects.kde.org/projects/svn-bridge/kate/repository/revisions/81d717c31ea0585dc0915edc0db529e26e35cefe Can anyone please comfirm it ? Add a unit test and run the cstyle indentation test suite. If there are no regressions, it'll be fine. Done, no regressions. This bug can now be marked as fixed :) thanks SVN commit 1209880 by cullmann: Miquel Sabaté <mikisabate@gmail.com>: Fixing Bug #260357: JJ: indentation aligns cursor with quotation mark in comment CCBUG: 260357 M +8 -1 cstyle.js WebSVN link: http://websvn.kde.org/?view=rev&revision=1209880 |