[kate] [Bug 387363] scrollbar preview is useless with normal Qt scrollbar

2017-12-03 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=387363

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

--- Comment #7 from Dominik Haumann  ---
In fact, I do not think this is a duplicate: In case of the minimap, you indeed
want to jump to the final location. Maybe we should disallow the scrollbar
preview if a normal scrollbar is used. This would prevent this usability issue.
And then we could also simply jump to the correct location if the minimap is
enabled.

Would that be a good solution in your eyes?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2017-12-03 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=387358

--- Comment #2 from Dominik Haumann  ---
How do the files on disk change?

Do you use git pull, and then the files change? Or is it not version
controlled?

I am asking, since for git controlled files, we do not show a reload message
anymore, since the reload is wanted in 99% of the time (i.e. many users like
this).

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 386827] Errors in syntax definitions

2017-12-03 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=386827

--- Comment #6 from Dominik Haumann  ---
Current state (as of 2017-12-03):

Unused keyword lists:
- "ample.xml" Unused keyword lists: QSet("icprops", "sgfct", "dvafct")
- "ansforth94.xml" Unused keyword lists: QSet("attention")
- "css.xml" Unused keyword lists: QSet("mediatypes_op")
- "dosbat.xml" Unused keyword lists: QSet("not", "else")
- "euphoria.xml" Unused keyword lists: QSet("constants")
- "freebasic.xml" Unused keyword lists: QSet("Assembly Operators")
- "fsharp.xml" Unused keyword lists: QSet("symbols")
- "ilerpg.xml" Unused keyword lists: QSet("pkeywords", "evalopcodes8")
- "metafont.xml" Unused keyword lists: QSet("notDefined", "EnvDelimiters")
- "pango.xml" Unused keyword lists: QSet("endtags", "tags", "int_attributes",
"plain_attributes", "color_attributes")
- "pony.xml" Unused keyword lists: QSet("literal", "types")
- "powershell.xml" Unused keyword lists: QSet("operators", "attributes")
- "prolog.xml" Unused keyword lists: QSet("lists ISO", "listing non-ISO",
"directives non-ISO", "lists non-ISO", "terms non-ISO", "streams deprecated",
"list+is_list non-ISO")
- "scss.xml" Unused keyword lists: QSet("mediatypes_op")
- "vhdl.xml" Unused keyword lists: QSet("forOrWhile", "directions")
- "xonotic-console.xml" Unused keyword lists: QSet("Aliases")
- "build/frameworks/syntax-highlighting/data/css-php.xml" Unused keyword lists:
QSet("mediatypes_op")

Unused contexts (attention: might be used via IncludeRules):
- "abc.xml" Unused contexts: QSet("Part")
- "ample.xml" Unused contexts: QSet("AfterHash", "Region Marker", "Outscoped")
- "ansys.xml" Unused contexts: QSet("functions_arg", "functions")
- "asterisk.xml" Unused contexts: QSet("Commentar 1")
- "boo.xml" Unused contexts: QSet("Single A-comment", "Single Q-comment")
- "cg.xml" Unused contexts: QSet("Commentar/Preprocessor", "Outscoped")
- "cisco.xml" Unused contexts: QSet("Parameter", "String")
- "dosbat.xml" Unused contexts: QSet("Assign")
- "elixir.xml" Unused contexts: QSet("Find closing block brace", "Comment
Line", "regexpr_rules")
- "email.xml" Unused contexts: QSet("body-context")
- "fasm.xml" Unused contexts: QSet("Preprocessor")
- "ferite.xml" Unused contexts: QSet("unknown 2", "unknown")
- "fgl-4gl.xml" Unused contexts: QSet("Normal Text 2", "Normal Text 3")
- "fgl-per.xml" Unused contexts: QSet("Normal Text 2", "Normal Text 3")
- "ftl.xml" Unused contexts: QSet("comment", "values")
- "gcc.xml" Unused contexts: QSet("GNUMacros")
- "haml.xml" Unused contexts: QSet("comment2", "Comment Line", "stringx",
"string", "comment0")
- "ilerpg.xml" Unused contexts: QSet("EvalOCCont")
- "isocpp.xml" Unused contexts: QSet("DetectIdentifierEnd")
- "jam.xml" Unused contexts: QSet("RuleDefinitionFull")
- "julia.xml" Unused contexts: QSet("curly", "squared", "nested")
- "kotlin.xml" Unused contexts: QSet("symbols")
- "latex.xml" Unused contexts: QSet("ToEndOfLine")
- "metafont.xml" Unused contexts: QSet("ToEndOfLine")
- "modula-2.xml" Unused contexts: QSet("Comment3")
- "nesc.xml" Unused contexts: QSet("Some Context2", "Some Context")
- "perl.xml" Unused contexts: QSet("package_qualified_blank", "end_handle")
- "povray.xml" Unused contexts: QSet("Commentar")
- "protobuf.xml" Unused contexts: QSet("Commentar")
- "ruby.xml" Unused contexts: QSet("Comment Line")
- "sisu.xml" Unused contexts: QSet("indent")
- "stata.xml" Unused contexts: QSet("Comment 2", "Base")
- "systemverilog.xml" Unused contexts: QSet("Define", "Outscoped")
- "tcsh.xml" Unused contexts: QSet("SubstCommand", "HereDoc", "

[frameworks-syntax-highlighting] [Bug 386827] Errors in syntax definitions

2017-12-03 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=386827

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #5 from Dominik Haumann  ---
The following checks are now in the KSyntaxHighlighting Framework 5.42:

- Validate that for all attributes an itemData exists
  https://phabricator.kde.org/R216:2b8b664e15c0dd2945458d9373f2324e0c69056e

- Highlighting indexer: Check DetectChar and Detect2Chars
  https://phabricator.kde.org/R216:9d30439abda876601d8b6bb1ba2785b9d49e88a8

- Highlighting Indexer: Check for duplicate itemDatas
  https://phabricator.kde.org/R216:6b7cd0c8735aecf543abf54bf8dcabb783ce6b98

- Highlighting Indexer: Warn about duplicate contexts
  https://phabricator.kde.org/R216:621e282acbcb98d486e61f3d65d3293bf342489d

- Highlighting Indexer: Check keyword lists
  https://phabricator.kde.org/R216:463dfc78b4be7b11150420c076a8582be8b98607

- Try detecting unused contexts
  https://phabricator.kde.org/R216:cd7f2837aad12f18b908e7e733a891ed71fdd400

That is, the highlighting indexer has a lot of checks now, and currently raises
many many warnings. These should be fixed until the next 5.42 release.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kwidgetsaddons] [Bug 378523] KFontRequester: Fonts are saved with face name preventing bold/italic to work

2017-11-29 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=378523

Dominik Haumann  changed:

   What|Removed |Added

   Priority|NOR |VHI

--- Comment #22 from Dominik Haumann  ---
Imho this is a grave issue. Essentially, it breaks entire Kate, KDevelop, Kile.
And possibly any other application the relies on bold font face.

Changing prio to HI.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 386827] Errors in syntax definitions

2017-11-25 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=386827

--- Comment #4 from Dominik Haumann  ---
I am proposing that you patch katehighlightingindexer.cpp located at:
https://github.com/KDE/syntax-highlighting/tree/master/src/indexer

This way, everyone will benefit from the fixes, since the syntax-highlighting
repository is still the master repository that contains the most up-to-date
syntax files.

And of course, it would be nice to get patches for the fixed .xml files as well
:-)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 386827] Errors in syntax definitions

2017-11-24 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=386827

Dominik Haumann  changed:

   What|Removed |Added

   Priority|NOR |VHI

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 386827] Errors in syntax definitions

2017-11-24 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=386827

--- Comment #2 from Dominik Haumann  ---
This is a nice list. We already have a static syntax checker, and it seems this
syntax checker is missing more checks.

Could you provide a patch and upload to phabricator.kde.org?

Related: https://phabricator.kde.org/D8662

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 383836] Kate crashes upon activity in it

2017-11-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383836

Dominik Haumann  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #4 from Dominik Haumann  ---
@David: What do we do about this? (see also:
https://bugs.kde.org/show_bug.cgi?id=376678 )

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 384404] Kate and KWrite both crash when editing a Javascript or CSS file

2017-11-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=384404

Dominik Haumann  changed:

   What|Removed |Added

 CC||swagfortr...@gmail.com

--- Comment #22 from Dominik Haumann  ---
*** Bug 386064 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 386064] Kate crashes when adding newline near end of certain files

2017-11-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=386064

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Dominik Haumann  ---
This is a regression in the indentation in the KTextEditor framework 5.38 and
5.39. This regression was introduced since we switched from the Qt Script to
the Qt QML javascript implementation. Unfortunately, the Qt QML implementation
still had issues which we did not catch early enough.

The good news is that if you upgrade your Qt version to Qt >= 5.9.1, then this
crash is fixed. A workaround will also be available with KDE Frameworks 5.40
which should prevent the crash.

Sorry for the inconvenience!

*** This bug has been marked as a duplicate of bug 384404 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 384404] Kate and KWrite both crash when editing a Javascript or CSS file

2017-11-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=384404

Dominik Haumann  changed:

   What|Removed |Added

 CC||rootki...@yahoo.it

--- Comment #21 from Dominik Haumann  ---
*** Bug 386112 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 386112] kate crashes on new line insert

2017-11-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=386112

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Dominik Haumann  ---
This is a regression in the indentation in the KTextEditor framework 5.38 and
5.39. This regression was introduced since we switched from the Qt Script to
the Qt QML javascript implementation. Unfortunately, the Qt QML implementation
still had issues which we did not catch early enough.

The good news is that if you upgrade your Qt version to Qt >= 5.9.1, then this
crash is fixed. A workaround will also be available with KDE Frameworks 5.40
which should prevent the crash.

Sorry for the inconvenience!

*** This bug has been marked as a duplicate of bug 384404 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 385117] Python indentation indents too often since recent update

2017-11-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=385117

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Dominik Haumann  ---
This is a regression in the indentation in the KTextEditor framework 5.38 and
5.39. This regression was introduced since we switched from the Qt Script to
the Qt QML javascript implementation. Unfortunately, the Qt QML implementation
still had issues which we did not catch early enough.

The good news is that if you upgrade your Qt version to Qt >= 5.9.1, then this
crash is fixed. A workaround will also be available with KDE Frameworks 5.40
which should prevent the crash.

Sorry for the inconvenience!

*** This bug has been marked as a duplicate of bug 384404 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 384404] Kate and KWrite both crash when editing a Javascript or CSS file

2017-11-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=384404

Dominik Haumann  changed:

   What|Removed |Added

 CC||maar...@treewalker.org

--- Comment #20 from Dominik Haumann  ---
*** Bug 385117 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 386050] Kwrite crash costantly

2017-11-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=386050

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Dominik Haumann  ---
This is a regression in the indentation in the KTextEditor framework 5.38 and
5.39. This regression was introduced since we switched from the Qt Script to
the Qt QML javascript implementation. Unfortunately, the Qt QML implementation
still had issues which we did not catch early enough.

The good news is that if you upgrade your Qt version to Qt >= 5.9.1, then this
crash is fixed. A workaround will also be available with KDE Frameworks 5.40
which should prevent the crash.

Sorry for the inconvenience!

*** This bug has been marked as a duplicate of bug 384404 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 384404] Kate and KWrite both crash when editing a Javascript or CSS file

2017-11-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=384404

Dominik Haumann  changed:

   What|Removed |Added

 CC||andreluiztk...@gmail.com

--- Comment #19 from Dominik Haumann  ---
*** Bug 386050 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 385399] Sudden application (kate/kwrite/krusader/kdevelop) crash when hitting ENTER in certain lines in a C file

2017-11-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=385399

--- Comment #9 from Dominik Haumann  ---
This is a regression in the indentation in the KTextEditor framework 5.38 and
5.39. This regression was introduced since we switched from the Qt Script to
the Qt QML javascript implementation. Unfortunately, the Qt QML implementation
still had issues which we did not catch early enough.

The good news is that if you upgrade your Qt version to Qt >= 5.9.1, then this
crash is fixed. A workaround will also be available with KDE Frameworks 5.40
which should prevent the crash.

Sorry for the inconvenience!

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 385154] [PATCH] Incorrect and incomplete syntax highlighting file for Oracle sql

2017-11-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=385154

--- Comment #5 from Dominik Haumann  ---
Hi Stephan, the SQL file changed again slightly. Could you update your patch
and rebase to latest version? See:
https://github.com/KDE/syntax-highlighting/blob/master/data/syntax/sql-oracle.xml

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 386221] [PATCH] Update SQL (Oracle) syntax file

2017-11-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=386221

Dominik Haumann  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/8c1d94106f
   ||6f90caf5a47f1e2e7b713957f0e
   ||e63
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Dominik Haumann  ---
Git commit 8c1d94106f6f90caf5a47f1e2e7b713957f0ee63 by Dominik Haumann.
Committed on 05/11/2017 at 10:41.
Pushed by dhaumann into branch 'master'.

Update SQL (Oracle) syntax file

Added support of specifiers for literals using the national character set.

R  +8-5autotests/folding/test.sql_oracle.fold [from:
autotests/folding/test_syntax.sql.fold - 081% similarity]
R  +9-6autotests/html/test.sql_oracle.html [from:
autotests/html/test_syntax.sql.html - 079% similarity]
R  +9-6autotests/input/test.sql_oracle [from:
autotests/input/test_syntax.sql - 071% similarity]
R  +0-0autotests/input/test.sql_oracle.syntax [from:
autotests/input/test_syntax.sql.syntax - 100% similarity]
R  +8-5autotests/reference/test.sql_oracle.ref [from:
autotests/reference/test_syntax.sql.ref - 076% similarity]
M  +9-5data/syntax/sql-oracle.xml

https://commits.kde.org/syntax-highlighting/8c1d94106f6f90caf5a47f1e2e7b713957f0ee63

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 386221] [PATCH] Update SQL (Oracle) syntax file

2017-11-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=386221

Dominik Haumann  changed:

   What|Removed |Added

Summary|Update SQL (Oracle) syntax  |[PATCH] Update SQL (Oracle)
   |file|syntax file

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 386221] Update SQL (Oracle) syntax file

2017-11-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=386221

--- Comment #1 from Dominik Haumann  ---
Can you please post your patch on https://phabricator.kde.org/differential/ by
clicking on "Create Diff" on the top right?

If you do not have a login yet, please create a KDE identity account on
https://identity.kde.org/ by clicking "Register" on the top right.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 385413] working around #384404 (in the scripts or by disabling the QML JIT compiler for evaluating them)

2017-10-28 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=385413

--- Comment #26 from Dominik Haumann  ---
If this patch works, I'm all for it.

Could anyone else test this already? 

René, could you post this on Phabricator?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 385413] introduce a build option to use QtScript instead of QtQML because of #384404

2017-10-22 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=385413

--- Comment #19 from Dominik Haumann  ---
And now you have to add more debug("xyz...") statements in the js file to
identify exactly the line of the crash. Which line in the js code crashes Qt?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 385413] introduce a build option to use QtScript instead of QtQML because of #384404

2017-10-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=385413

--- Comment #15 from Dominik Haumann  ---
@Rene: Any news? As said, we don't use any Qt Quick Compiler. To drive this
forward, simply copy the cstyle.js file into the respective file and add
debugging output. This essentially is printf-debugging. Don't make it more
complicated, you have all details you need to go forward here. Also you don't
need any backtraces into Qt, no debug build is required. That said, you can
start right away as is, without any modifications and what not.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 385962] kate indention jumps to next level on specific letters when it shouldn advance to next level

2017-10-20 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=385962

--- Comment #1 from Dominik Haumann  ---
Which version of KDE Frameworks?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 385413] introduce a build option to use QtScript instead of QtQML because of #384404

2017-10-19 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=385413

--- Comment #11 from Dominik Haumann  ---
The json header in the cstyle.js file itself.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 385413] introduce a build option to use QtScript instead of QtQML because of #384404

2017-10-19 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=385413

--- Comment #8 from Dominik Haumann  ---
See: https://docs.kde.org/trunk5/en/applications/katepart/dev-scripting.html

Scripts on disk have higher priority that scripts compiled into the katepart
library. That means: If you copy the cstyle.js indenter into your
$XDG_DATA_HOME/katepart5/script/indentation/cstyle.js, it should be picked up.
To be sure, increase the revision of the cstyle.js file in the json header.

Then, you can use debug("string") to dump text to the console. Additionally,
you can set the variable in var debugMode = false; to true to get more debug
output, see
https://github.com/KDE/ktexteditor/blob/master/src/script/data/indentation/cstyle.js

The same holds also for other indenters that crash KTextEditor. I think some
combination with CSS was also an issue.

Does that help?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 385413] introduce a build option to use QtScript instead of QtQML because of #384404

2017-10-19 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=385413

--- Comment #6 from Dominik Haumann  ---
Rene, if you want to invest your time effectively, fix the remaining bugs in
the current implementation: Look into the indentation scripts and see what line
exactly crashes, and then find a workaround.

Everything else is wasted time.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 385422] Support underscores in numeric literals (Python 3.6)

2017-10-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=385422

--- Comment #1 from Dominik Haumann  ---
Could you please provide a patch by extending python.xml accordingly?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 385154] [PATCH] Incorrect and incomplete syntax highlighting file for Oracle sql

2017-10-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=385154

--- Comment #4 from Dominik Haumann  ---
@Stephan: Could you rebase your patch on the current sql-oracle.xml
highlighting file? You did not use the latest version for your changes. Please
use this one as reference:
https://github.com/KDE/syntax-highlighting/blob/master/data/syntax/sql-oracle.xml

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 385413] introduce a build option to use QtScript instead of QtQML because of #384404

2017-10-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=385413

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dominik Haumann  ---
Sorry Rene, but this is not a solution we can maintain. If you want to maintain
a patch yourself for using QtScript, that's fine. But it does not make much
sense to share this here as bug report. I'll close as invalid, since the
particular bugs are tracked in other reports (and also being fixed there).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 384644] KATE tab bar no longer configurable

2017-10-01 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=384644

--- Comment #3 from Dominik Haumann  ---
Are you talking about the multiline-tabbar, or the toolbar-like tabbar?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 385154] [PATCH] Incorrect and incomplete syntax highlighting file for Oracle sql

2017-10-01 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=385154

Dominik Haumann  changed:

   What|Removed |Added

Summary|Incorrect and incomplete|[PATCH] Incorrect and
   |syntax highlighting file|incomplete syntax
   |for Oracle sql  |highlighting file for
   ||Oracle sql
  Component|syntax  |syntax
Version|16.08   |unspecified
Product|kate|frameworks-syntax-highlight
   ||ing

--- Comment #1 from Dominik Haumann  ---
Could you post a patch on https://phabricator.kde.org/differential/diff/create/

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 383286] Highlight JSON errors

2017-09-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383286

--- Comment #3 from Dominik Haumann  ---
If it is in the same line like in your example:
{"node1":["child1","child2",],["other1","other2"],}

Then it will work.

However, as soon as you have
{"node1":[
 "child1",
 "child2",
  ],
  [
 "other1",
 "other2"],
}

Then it will not work anymore. Which is also kind of inconsistent... Not yet
convinced we should add this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 381547] Add Syntax Support for Renpy .rpy files

2017-09-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=381547

--- Comment #1 from Dominik Haumann  ---
Could you provide a syntax highlighting definition file?
See: https://docs.kde.org/stable5/en/applications/katepart/highlight.html

We cannot write and maintain all these files on our own, so your help is
required here.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 383349] Pro file for qmake build system highlight completely wrongly.

2017-09-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383349

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/aafd891ada
   ||94022fdae079fde1f2fbd86f713
   ||189

--- Comment #1 from Dominik Haumann  ---
Git commit aafd891ada94022fdae079fde1f2fbd86f713189 by Dominik Haumann.
Committed on 18/09/2017 at 17:13.
Pushed by dhaumann into branch 'master'.

Let qmake highlighting win over Prolog for .pro files
Differential Revision: https://phabricator.kde.org/D7872

M  +1-1data/syntax/qmake.xml

https://commits.kde.org/syntax-highlighting/aafd891ada94022fdae079fde1f2fbd86f713189

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 383286] Highlight JSON errors

2017-09-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383286

--- Comment #1 from Dominik Haumann  ---
Can you provide a piece of sample code you are talking about?

It may very well be that your request is out of scope, since we cannot look
into the "future", i.e. following lines, to mark a ',' as error.

For real syntax checks, you typically use a linter.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 383610] New syntax highlight file for Intel HEX files

2017-09-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383610

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://phabricator.kde.org
   ||/R216:3f9f38a18b6002189b6e6
   ||297fc1b0e602661a23a
 Resolution|--- |FIXED

--- Comment #5 from Dominik Haumann  ---
This was already committed, see
https://phabricator.kde.org/R216:3f9f38a18b6002189b6e6297fc1b0e602661a23a

Thanks for the contribution!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 382674] Wrong arrow key navigation in a file with Hebrew text

2017-09-06 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=382674

--- Comment #3 from Dominik Haumann  ---
It behaves exactly the same in Qt text edits, so either this is a bug in
general in Qt, or indeed the expected behavior. What's the consensus here?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 384404] Kate and KWrite both crash when editing a Javascript or CSS file

2017-09-06 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=384404

Dominik Haumann  changed:

   What|Removed |Added

   Priority|NOR |VHI
Product|kate|frameworks-ktexteditor
Version|unspecified |5.37.0
  Component|kwrite  |general

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 383390] Please move TextBlockUserData from syntaxhighlighter.cpp to the syntaxhighlighter.h

2017-09-04 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383390

--- Comment #4 from Dominik Haumann  ---
See also detailed documentation here:
https://api.kde.org/frameworks/syntax-highlighting/html/classKSyntaxHighlighting_1_1AbstractHighlighter.html

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 383390] Please move TextBlockUserData from syntaxhighlighter.cpp to the syntaxhighlighter.h

2017-09-04 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383390

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Dominik Haumann  ---
Again, looking at how this can be solved (see proposed solution in
https://bugs.kde.org/show_bug.cgi?id=383350), this is a wont-fix, since this is
simply not necessary.

The other solution, i.e. inheriting from AbstractHighlighter, is the way to go.
This way you have 100% flexibility where you store the State variable.

I'll close as wont-fix. If you have further questions, please join the
kwrite-de...@kde.org mailing list and I'm sure we'll fine a solution for you.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 383350] KSyntaxHighlighting::SyntaxHighlighter removes QTextBlock::userData() silently

2017-09-04 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383350

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #4 from Dominik Haumann  ---
Hi Szyk, after talking to Volker about this, the solution you can find in the
linked sources is the only way to go if you need your own custom QTextBlocks.
But give this works, there is no real bug, so we will close this as
works-for-me.

Kate will later use this approach as well.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 383350] KSyntaxHighlighting::SyntaxHighlighter removes QTextBlock::userData() silently

2017-09-04 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383350

Dominik Haumann  changed:

   What|Removed |Added

 CC||vkra...@kde.org

--- Comment #3 from Dominik Haumann  ---
There is one possible solution: Instead of using the ready-made
QSyntaxHighlighter based solution, you could implement your own
QSyntaxHighlighter-based solution.

This is e.g. done in this commit in the KDE PIM suite:
https://phabricator.kde.org/D7672
https://cgit.kde.org/kpimtextedit.git/commit/?id=c775ce3a438814f82cb1ba9c2c8671b9f5be08c4

Here, the class PlainTextSyntaxSpellCheckingHighlighter derives from
Sonnet::Highlighter AND KSyntaxHighlighting::AbstractHighlighter.

If you follow this same route, you will be able to do what you want.

@Volker: I think this is the only solution to this problem, right? If so, I
think we can close this bug report, correct?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 383848] KSyntaxHighlighting 5.37 detects normal text files as poweshell script

2017-08-22 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383848

Dominik Haumann  changed:

   What|Removed |Added

 CC||notux...@gmail.com

--- Comment #6 from Dominik Haumann  ---
*** Bug 383860 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 383860] [Kate] Regular .txt files are recognized as PowerShell files

2017-08-22 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383860

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dominik Haumann  ---
This is fixed in the upcoming KDE Frameworks 5.38. Thanks for the report,
though! See also bug #383848.

*** This bug has been marked as a duplicate of bug 383848 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 383848] KSyntaxHighlighting 5.37 detects normal text files as poweshell script

2017-08-22 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383848

Dominik Haumann  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/26daf7ee5b
   ||4a4534d918ed7d9e66d64cb30b0
   ||c26
   Version Fixed In||5.38

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 383390] Please move TextBlockUserData from syntaxhighlighter.cpp to the syntaxhighlighter.h

2017-08-11 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383390

--- Comment #1 from Dominik Haumann  ---
Please attach a patch of your changes so that we have a chance to investigate
your solution. Based on this, we may find a good solution that works for
everyone.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 383350] KSyntaxHighlighting::SyntaxHighlighter removes QTextBlock::userData() silently

2017-08-10 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383350

--- Comment #1 from Dominik Haumann  ---
Indeed, this is because the Syntax-highlighting framework uses the userData
itself to store the State and folding infos, see:
https://github.com/KDE/syntax-highlighting/blob/master/src/lib/syntaxhighlighter.cpp

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 356383] Add support for PHP 7 syntax additions

2017-07-25 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=356383

--- Comment #3 from Dominik Haumann  ---
@Sebastian: Thanks a lot for your pull request. I merged your changes into the
syntax-highlighting.git, these changes are available in KDE Frameworks v5.37.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 356383] Add support for PHP 7 syntax additions

2017-07-25 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=356383

Dominik Haumann  changed:

   What|Removed |Added

   Version Fixed In||5.37
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/f5b765e90e
   ||eb55348708df51005b5acdef784
   ||1ab
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Dominik Haumann  ---
Git commit f5b765e90eeb55348708df51005b5acdef7841ab by Dominik Haumann.
Committed on 25/07/2017 at 07:46.
Pushed by dhaumann into branch 'master'.

PHP: Add PHP 7 keywords

Thanks to Sebastian Bergmann for the patch, see:
https://github.com/KDE/syntax-highlighting/pull/7/commits/c927606f80539127394847692acf21d1d90c9624

FIXED-IN: 5.37

M  +28   -1data/syntax/php.xml

https://commits.kde.org/syntax-highlighting/f5b765e90eeb55348708df51005b5acdef7841ab

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 355300] Perl: Variables starting with an underscore are highlighted wrongly

2017-07-24 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=355300

Dominik Haumann  changed:

   What|Removed |Added

Summary|Variables starting with an  |Perl: Variables starting
   |underscore are highlighted  |with an underscore are
   |wrongly |highlighted wrongly

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 382527] PHP: highlighting inside curly braces in double quotes

2017-07-24 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=382527

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/60ebade64a
   ||1b21302fa48f9c9a5a2953aaf48
   ||3f0
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.37

--- Comment #1 from Dominik Haumann  ---
Git commit 60ebade64a1b21302fa48f9c9a5a2953aaf483f0 by Dominik Haumann.
Committed on 24/07/2017 at 11:03.
Pushed by dhaumann into branch 'master'.

PHP: Improve highlighting of variables in curly braces in double quotes

FIXED-IN: 5.37

M  +3-0autotests/folding/highlight.php.fold
M  +3-0autotests/html/highlight.php.html
M  +4-1autotests/input/highlight.php
M  +3-0autotests/reference/highlight.php.ref
M  +2-2data/syntax/php.xml

https://commits.kde.org/syntax-highlighting/60ebade64a1b21302fa48f9c9a5a2953aaf483f0

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 356383] Add support for PHP 7 syntax additions

2017-07-24 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=356383

--- Comment #1 from Dominik Haumann  ---
The latest php.xml file is here:
https://raw.githubusercontent.com/KDE/syntax-highlighting/master/data/syntax/php.xml

Could you just add all the keywords that are new in PHP 7 and then post either
a patch, or attach the complete file ?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 363227] C++ and ISO C++ highlighting incorrectly highlight some numbers as errors

2017-07-24 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=363227

--- Comment #8 from Dominik Haumann  ---
The syntax highlighting files moved to the kde:syntax-highlighting framework, a
standalone implementation of Kate's syntax highlighting.

Please upstream your changes, this is rather important, since it doesn't help
anyone if you just fix this in your local repository.

The syntax-highlighting framework depends on qt-gui only, so you should be able
to build it even if you still are on KDE 4.

In order to fix this properly:
1. Please adapt the isocpp.xml and related files
2. Add examples to the unit tests in autotest/input/highlight.cpp (and/or
related files).
3. run make test
4. look at the failing tests (i.e. compare the HTML output in your browser)
5. If all looks good, call in your build folder
./autotests/update-reference-data.sh
6. Make a review request on phabricator.kde.org (look for Create Diff at the
right pane)

This would be very very helpful! :-)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 354629] Recognize Haskell .hs-boot, .lhs extensions

2017-07-24 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=354629

Dominik Haumann  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/fdf92adfc8
   ||083ffde4b4472eb64d147cd6283
   ||556
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.37
 Resolution|--- |FIXED

--- Comment #3 from Dominik Haumann  ---
Git commit fdf92adfc8083ffde4b4472eb64d147cd6283556 by Dominik Haumann.
Committed on 24/07/2017 at 07:55.
Pushed by dhaumann into branch 'master'.

Haskell: Add file extension .hs-boot (bootstrap module)

FIXED-IN: 5.37

M  +1-1data/syntax/haskell.xml

https://commits.kde.org/syntax-highlighting/fdf92adfc8083ffde4b4472eb64d147cd6283556

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 367798] There is no higlighting for keywords like off_t socklen_t time_t pid_t FILE (i actualy run 16.04.2 but was not sure isthat git so checked the .1 )

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=367798

--- Comment #1 from Dominik Haumann  ---
@Sven: Do you think you could look into this? You know this stuff :-)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 350709] Buggy hightlighting of Python docstring containing word "END"

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=350709

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.37
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/57a9484866
   ||a0b7ca91bf9d6802b983cd0d934
   ||ad8
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Dominik Haumann  ---
Git commit 57a9484866a0b7ca91bf9d6802b983cd0d934ad8 by Dominik Haumann.
Committed on 23/07/2017 at 22:02.
Pushed by dhaumann into branch 'master'.

Fix incorrect highlighting for BEGIN and END in words such as "EXTENDED"

In EXTENDED, the "END" was highlighted as "region marker", which is clearly
wrong. The fix is to use WordDetect instead of StringDetect. This possibly
affects many highlighting files - but should not introduce any regressions.

FIXED-IN: 5.37

M  +1-1autotests/folding/test.py.fold
M  +1-1autotests/html/test.py.html
M  +1-1autotests/input/test.py
M  +1-1autotests/reference/test.py.ref
M  +4-4data/syntax/alert.xml

https://commits.kde.org/syntax-highlighting/57a9484866a0b7ca91bf9d6802b983cd0d934ad8

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 363227] C++ and ISO C++ highlighting incorrectly highlight some numbers as errors

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=363227

Dominik Haumann  changed:

   What|Removed |Added

 CC||i.za...@gmail.com

--- Comment #2 from Dominik Haumann  ---
@Alex: Do you want to look into this? Sounds like a very prominent missing
features (iirc that was once working correctly).

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 370459] Could you add ats mode for kate?

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=370459

--- Comment #3 from Dominik Haumann  ---
As testcase, just attach some example script here in this bug report.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 371973] kate/kwrite highlights php mime_content_type as depricated

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=371973

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/e1f59eaa6d
   ||b27674d6c8492cb7bf7f325e121
   ||603
 Resolution|--- |FIXED
   Version Fixed In||5.37

--- Comment #1 from Dominik Haumann  ---
Git commit e1f59eaa6db27674d6c8492cb7bf7f325e121603 by Dominik Haumann.
Committed on 23/07/2017 at 14:07.
Pushed by dhaumann into branch 'master'.

PHP: Remove mime_content_type() from list of deprecated functions

Ths was a mistake by PHP, see https://bugs.php.net/bug.php?id=71367

FIXED-IN: 5.37

M  +2-2data/syntax/php.xml

https://commits.kde.org/syntax-highlighting/e1f59eaa6db27674d6c8492cb7bf7f325e121603

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 373002] Single line comment in Less begins a new region

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=373002

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Dominik Haumann  ---
Already fixed, see https://phabricator.kde.org/D4296 since KDE Frameworks 5.32.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 374573] XML syntax: XBEL bookmarks are not highlighted by default

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=374573

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.37
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/9425e1b610
   ||1676d9064fd389391e36b13f204
   ||95f
 Resolution|--- |FIXED

--- Comment #1 from Dominik Haumann  ---
Git commit 9425e1b6101676d9064fd389391e36b13f20495f by Dominik Haumann.
Committed on 23/07/2017 at 13:58.
Pushed by dhaumann into branch 'master'.

XML: Add XBEL extension/mimetype to xml highlighting

FIXED-IN: 5.37

M  +1-1data/syntax/xml.xml

https://commits.kde.org/syntax-highlighting/9425e1b6101676d9064fd389391e36b13f20495f

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 375245] Bash Syntax highlighting/color for option

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=375245

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.37
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/12c6df3b6d
   ||958ac87a2a678b24b8e84c624e0
   ||1e7

--- Comment #2 from Dominik Haumann  ---
Git commit 12c6df3b6d958ac87a2a678b24b8e84c624e01e7 by Dominik Haumann.
Committed on 23/07/2017 at 13:49.
Pushed by dhaumann into branch 'master'.

Bash: Fix incorrect highlighting for command options

FIXED-IN: 5.37

M  +6-0autotests/html/test.bash.html
M  +6-0autotests/input/test.bash
M  +3-2data/syntax/bash.xml

https://commits.kde.org/syntax-highlighting/12c6df3b6d958ac87a2a678b24b8e84c624e01e7

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 379298] Syntax highliting not working properly for perl when using heredoc

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=379298

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/2f8a2406fc
   ||925583d7a1c548f99675e181573
   ||3c7
   Version Fixed In||5.37

--- Comment #1 from Dominik Haumann  ---
Git commit 2f8a2406fc925583d7a1c548f99675e1815733c7 by Dominik Haumann.
Committed on 23/07/2017 at 13:09.
Pushed by dhaumann into branch 'master'.

Perl: Fix heredoc highlighting with leading spaces in the delimiter

FIXED-IN: 5.37

M  +4-0autotests/folding/highlight.pl.fold
M  +11   -0autotests/html/highlight.pl.html
M  +11   -0autotests/input/highlight.pl
M  +4-0autotests/reference/highlight.pl.ref
M  +4-4data/syntax/perl.xml

https://commits.kde.org/syntax-highlighting/2f8a2406fc925583d7a1c548f99675e1815733c7

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 368755] Update SQL (Oracle) syntax file

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=368755

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/ee8011dfa6
   ||8e2d633229b24b1c5b662f80453
   ||89d
 Resolution|--- |FIXED
   Version Fixed In||5.37

--- Comment #2 from Dominik Haumann  ---
Git commit ee8011dfa68e2d633229b24b1c5b662f8045389d by Dominik Haumann.
Committed on 23/07/2017 at 10:34.
Pushed by dhaumann into branch 'master'.

Update SQL (Oracle) syntax file

Thanks to Andrey Karepin for the patch - and sorry for the delay.

FIXED-IN: 5.37

M  +1-1autotests/folding/test_syntax.sql.fold
M  +8-8autotests/html/test_syntax.sql.html
M  +8-8autotests/reference/test_syntax.sql.ref
M  +51   -112  data/syntax/sql-oracle.xml

https://commits.kde.org/syntax-highlighting/ee8011dfa68e2d633229b24b1c5b662f8045389d

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 369277] LessCSS syntax problem

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=369277

Dominik Haumann  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #6 from Dominik Haumann  ---
I seems this indeed is still an issue. While CSS and SCSS got huge updates to
fix this, LessCSS still has this issue.

Can anyone look into this who is using LessCSS and provide a fix?

Maybe the changes done to SCSS and CSS can act as reference:
https://bugs.kde.org/show_bug.cgi?id=376005

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 369254] css/scss $variable highlighting issues

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=369254

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Dominik Haumann  ---
Hi Jos, CSS and SCSS got a huge update in 2017-02-12, specifically to improve
handling the @media parts. As such, I believe your issue is fixed and should
work as expected. If you can, would be nice if you could confirm this. See bug
#376005 for all the details.

*** This bug has been marked as a duplicate of bug 376005 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 376005] [PATCH] SCSS Highlighting fails with variables in @media rules

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=376005

Dominik Haumann  changed:

   What|Removed |Added

 CC||jospoortvl...@gmail.com

--- Comment #4 from Dominik Haumann  ---
*** Bug 369254 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 380408] [PATCH] C++: '-' is not a part of UDL String

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=380408

Dominik Haumann  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/da8357644d
   ||3c620839598403e07fa0c37ca32
   ||3d0
   Version Fixed In||5.37
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dominik Haumann  ---
Git commit da8357644d3c620839598403e07fa0c37ca323d0 by Dominik Haumann.
Committed on 23/07/2017 at 08:51.
Pushed by dhaumann into branch 'master'.

C++: Fix '-' is not a part of UDL String

FIXED-IN: 5.37

M  +1-1autotests/folding/highlight.cpp.fold
M  +1-1autotests/html/highlight.cpp.html
M  +1-1autotests/input/highlight.cpp
M  +1-1autotests/reference/highlight.cpp.ref
M  +4-5data/syntax/isocpp.xml

https://commits.kde.org/syntax-highlighting/da8357644d3c620839598403e07fa0c37ca323d0

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 380409] [PATCH] C++: missing 'n' and 'p' in printf like format. 'P' format does not exist

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=380409

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.37
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/4dbb534b71
   ||2f080700d9964ad8724fc9a90ac
   ||457
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dominik Haumann  ---
Git commit 4dbb534b712f080700d9964ad8724fc9a90ac457 by Dominik Haumann, on
behalf of Jonathan Poelen.
Committed on 23/07/2017 at 08:38.
Pushed by dhaumann into branch 'master'.

C++: printf format specifies: add 'n' and 'p', remove 'P'

FIXED-IN: 5.37

M  +2-2data/syntax/isocpp.xml

https://commits.kde.org/syntax-highlighting/4dbb534b712f080700d9964ad8724fc9a90ac457

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 380489] [PATCH] c++: char value have the color of the strings

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=380489

Dominik Haumann  changed:

   What|Removed |Added

   Version Fixed In||5.37
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/7b0db14413
   ||ada452c1c3e4423a48e6d7d7819
   ||ab1
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Dominik Haumann  ---
Git commit 7b0db14413ada452c1c3e4423a48e6d7d7819ab1 by Dominik Haumann, on
behalf of Jonathan Poelen.
Committed on 23/07/2017 at 08:34.
Pushed by dhaumann into branch 'master'.

C++: Fix char value have the color of the strings

FIXED-IN: 5.37

M  +13   -13   autotests/html/highlight.cpp.html
M  +4-4autotests/html/highlight.lex.html
M  +13   -13   autotests/reference/highlight.cpp.ref
M  +4-4autotests/reference/highlight.lex.ref
M  +10   -10   data/syntax/isocpp.xml

https://commits.kde.org/syntax-highlighting/7b0db14413ada452c1c3e4423a48e6d7d7819ab1

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 368897] [PATCH] VHDL syntax highlighting error

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=368897

Dominik Haumann  changed:

   What|Removed |Added

   Version Fixed In||5.37
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/ab8618bc92
   ||2aebf950655e52a635bb1d35867
   ||1d8

--- Comment #4 from Dominik Haumann  ---
Git commit ab8618bc922aebf950655e52a635bb1d358671d8 by Dominik Haumann.
Committed on 23/07/2017 at 08:11.
Pushed by dhaumann into branch 'master'.

VHDL: Fix highlighting error when using brackets and attributes

Thanks to Jan Michel for the patch!
FIXED-IN: 5.37

M  +6-0autotests/folding/light52_tb.vhdl.fold
M  +6-0autotests/html/light52_tb.vhdl.html
M  +6-0autotests/input/light52_tb.vhdl
M  +6-0autotests/reference/light52_tb.vhdl.ref
M  +7-4data/syntax/vhdl.xml

https://commits.kde.org/syntax-highlighting/ab8618bc922aebf950655e52a635bb1d358671d8

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 368897] [PATCH] VHDL syntax highlighting error

2017-07-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=368897

Dominik Haumann  changed:

   What|Removed |Added

Summary|VHDL syntax highlighting|[PATCH] VHDL syntax
   |error   |highlighting error

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 380229] syntax highlighting for zsh is broken with a mathematical expression in a substring expression

2017-07-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=380229

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.37
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/8947f5f066
   ||11503f802b1a5a285bf33b12ea0
   ||2a4

--- Comment #2 from Dominik Haumann  ---
Git commit 8947f5f06611503f802b1a5a285bf33b12ea02a4 by Dominik Haumann.
Committed on 21/07/2017 at 17:56.
Pushed by dhaumann into branch 'master'.

zsh highlighting: Fix math expression in a substring expression

Thanks to Jonathan Poelen for the initial patch.
In addition, we now also have a small unit test,
taken from http://zshwiki.org/home/examples/hardstatus

FIXED-IN: 5.37

A  +66   -0autotests/folding/test.zsh.fold
A  +73   -0autotests/html/test.zsh.html
A  +66   -0autotests/input/test.zsh
A  +66   -0autotests/reference/test.zsh.ref
M  +2-2data/syntax/zsh.xml

https://commits.kde.org/syntax-highlighting/8947f5f06611503f802b1a5a285bf33b12ea02a4

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 381396] Add support for fish shell highlighting

2017-07-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=381396

Dominik Haumann  changed:

   What|Removed |Added

Summary|fish shell highlighting |Add support for fish shell
   ||highlighting

--- Comment #1 from Dominik Haumann  ---
It would be helpful, if you could provide a highlighting file.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 373713] [PATCH] JavaScript Syntax Highlighting broken when using E4X

2017-07-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=373713

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.37
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/11a804b4f5
   ||bb347ddb1d06bfa21a6d2eaff01
   ||83a
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Dominik Haumann  ---
Git commit 11a804b4f5bb347ddb1d06bfa21a6d2eaff0183a by Dominik Haumann.
Committed on 21/07/2017 at 17:32.
Pushed by dhaumann into branch 'master'.

JavaScript Highlighting: Add support for E4X xml extension

Thanks to Andreas Schwier for the patch.
FIXED-IN: 5.37

M  +5-0autotests/folding/highlight.js.fold
M  +5-0autotests/html/highlight.js.html
M  +5-0autotests/input/highlight.js
M  +5-0autotests/reference/highlight.js.ref
M  +4-1data/syntax/javascript.xml

https://commits.kde.org/syntax-highlighting/11a804b4f5bb347ddb1d06bfa21a6d2eaff0183a

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 368897] VHDL syntax highlighting error

2017-07-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=368897

Dominik Haumann  changed:

   What|Removed |Added

 CC||chiggs...@gmail.com,
   ||j...@mueschelsoft.de,
   ||ro...@purdue.edu,
   ||ste...@endrullis.de

--- Comment #2 from Dominik Haumann  ---
Add original authors to CC. Could you please look into this?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 382520] Many file types are recognized as Bitbake

2017-07-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=382520

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://cgit.kde.org/syntax
   ||-highlighting.git/commit/?i
   ||d=354bbd21677ac709b7f52cc34
   ||da483e
   Version Fixed In||5.37

--- Comment #2 from Dominik Haumann  ---
This was just fixed by Guo, see https://phabricator.kde.org/D6810.

Thanks for the fix, Guo!

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 377852] [PATCH] Crash in vi input mode: new document, "o" "Esc" "O" "Esc" "."

2017-07-11 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=377852

Dominik Haumann  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kte
   ||xteditor/ad51cece443bc6bb64
   ||3fa4ca94293a13d3c2f852
   Version Fixed In||5.37
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Dominik Haumann  ---
Git commit ad51cece443bc6bb643fa4ca94293a13d3c2f852 by Dominik Haumann.
Committed on 11/07/2017 at 21:29.
Pushed by dhaumann into branch 'master'.

Fix crash in vi input mode (sequence: "o" "Esc" "O" "Esc" ".")

Thanks to Simon for the patch!
FIXED-IN: 5.37

M  +0-2src/vimode/modes/normalvimode.cpp

https://commits.kde.org/ktexteditor/ad51cece443bc6bb643fa4ca94293a13d3c2f852

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 377852] [PATCH] Crash in vi input mode: new document, "o" "Esc" "O" "Esc" "."

2017-07-11 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=377852

Dominik Haumann  changed:

   What|Removed |Added

Summary|Crash in vi input mode: new |[PATCH] Crash in vi input
   |document, "o" "Esc" "O" |mode: new document, "o"
   |"Esc" "."           |"Esc" "O" "Esc" "."

--- Comment #4 from Dominik Haumann  ---
Interestingly, there are quite a lot of repaint() calls... Typically, an
update() should have been enough, as far as I understand. In any case, I do not
know why these calls were added - maybe because the cursor appearance changes
from normal to insert mode and vice versa. I'm currently testing, but not sure
I get this done today.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 382169] syntax-highlighting-5.36.0 fails htmlhighlighter and folding tests

2017-07-10 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=382169

--- Comment #3 from Dominik Haumann  ---
This is fixed now (with yet another commit). The bad news is that, since KF
5.36 is released, this test regression is released.

The good news is that it was just the unit test reference that was wrong, so
the code itself is correct, so we don't have any bug here.

Thanks for reporting, it seems we did a bad job not noticing the failing test
for 2 weeks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 382169] syntax-highlighting-5.36.0 fails htmlhighlighter and folding tests

2017-07-10 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=382169

Dominik Haumann  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/7c861d948f
   ||766f9624a13d0ee7af03ba9d4ce
   ||f48
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Dominik Haumann  ---
Git commit 7c861d948f766f9624a13d0ee7af03ba9d4cef48 by Dominik Haumann.
Committed on 10/07/2017 at 20:01.
Pushed by dhaumann into branch 'master'.

Haskell: fix unit tests

M  +10   -0autotests/folding/highlight.hs.fold
M  +10   -0autotests/html/highlight.hs.html
M  +2-2autotests/reference/highlight.hs.ref
M  +99   -99   data/syntax/haskell.xml

https://commits.kde.org/syntax-highlighting/7c861d948f766f9624a13d0ee7af03ba9d4cef48

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 377852] Crash in vi input mode: new document, "o" "Esc" "O" "Esc" "."

2017-07-04 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=377852

Dominik Haumann  changed:

   What|Removed |Added

Summary|KDevelop crashing when  |Crash in vi input mode: new
   |repeating ('.') last|document, "o" "Esc" "O"
   |'o'/'O' command in Vi Mode. |"Esc" "."
 CC||kdedevel@etotheipiplusone.c
   ||om, mikisab...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 377852] KDevelop crashing when repeating ('.') last 'o'/'O' command in Vi Mode.

2017-07-04 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=377852

Dominik Haumann  changed:

   What|Removed |Added

 CC||martin+...@serafean.cz

--- Comment #2 from Dominik Haumann  ---
*** Bug 381957 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 381957] random kdevelop crash [KateRenderer::paintTextLineBackground]

2017-07-04 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=381957

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Dominik Haumann  ---
Seems to be a known issue, see #377852. There, we also have concrete steps to
reproduce.

*** This bug has been marked as a duplicate of bug 377852 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 360656] CMake highlighting: OR/AND not highlighted after expr in ()

2017-06-17 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=360656

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/714f17d79a
   ||b73c184bbb36adea8c3cde4989e
   ||f91

--- Comment #3 from Dominik Haumann  ---
Git commit 714f17d79ab73c184bbb36adea8c3cde4989ef91 by Dominik Haumann, on
behalf of Jonathan Poelen.
Committed on 17/06/2017 at 14:26.
Pushed by dhaumann into branch 'master'.

CMake: OR/AND not highlighted after expr in ()
Differential Revision: https://phabricator.kde.org/D6128

M  +2-0autotests/folding/highlight.cmake.fold
M  +3-1autotests/html/highlight.cmake.html
M  +2-0autotests/input/highlight.cmake
M  +3-1autotests/reference/highlight.cmake.ref
M  +24   -13   data/syntax/cmake.xml

https://commits.kde.org/syntax-highlighting/714f17d79ab73c184bbb36adea8c3cde4989ef91

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 378487] [PATCH] Incorrect termination of \iffalse comment for latex highlight

2017-04-22 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=378487

Dominik Haumann  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/syn
   ||tax-highlighting/4a3572b899
   ||a0796118f610252e0951b36d278
   ||e07
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||KDE Frameworks 5.34

--- Comment #5 from Dominik Haumann  ---
Git commit 4a3572b899a0796118f610252e0951b36d278e07 by Dominik Haumann.
Committed on 22/04/2017 at 14:00.
Pushed by dhaumann into branch 'master'.

LaTeX: Fix Incorrect termination of \iffalse comments

FIXED-IN: KDE Frameworks 5.34

M  +5-1autotests/html/highlight.tex.html
M  +5-1autotests/input/highlight.tex
M  +5-1autotests/reference/highlight.tex.ref
M  +8-8data/syntax/latex.xml

https://commits.kde.org/syntax-highlighting/4a3572b899a0796118f610252e0951b36d278e07

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 378487] [PATCH] Incorrect termination of \iffalse comment for latex highlight

2017-04-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=378487

--- Comment #4 from Dominik Haumann  ---
As is, but the unit test needs to be adapted. Will do asap, sorry...

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 378842] kate doesn't apply system theme/style for tabs (Kubuntu yakkety)

2017-04-16 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=378842

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Dominik Haumann  ---
This is by design: Kate's tab bar is not a typical tabbar and also behaves
differently. Currently, there are no plans to change that.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 378579] kate (and kwrite) on large files: version 3.7 is fine, version 15 sucks

2017-04-09 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=378579

--- Comment #2 from Dominik Haumann  ---
Just tested this: For me, following your instructions, Kate reacts snappy
without any delays, so I cannot reproduce. And if we cannot reproduce we cannot
do anything about it.

Do you have any highlighting activated?

What graphics card do you have? Could you google for this driver and kate,
whether you find other users that also have this issue?

How fast is your CPU?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 378579] kate (and kwrite) on large files: version 3.7 is fine, version 15 sucks

2017-04-09 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=378579

--- Comment #1 from Dominik Haumann  ---
I have not yet tested this here locally, but I once heard that the graphics
driver may cause very slow behavior. It is unlikely you hit this, but still
this may be one reason. Besides that, Kate 3 uses Qt4, and Kate 5 uses Qt 5 -
so also the underlying Qt stack may cause this. This needs to be profiled.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 378487] [PATCH] Incorrect termination of \iffalse comment for latex highlight

2017-04-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=378487

Dominik Haumann  changed:

   What|Removed |Added

Summary|Incorrect termination of|[PATCH] Incorrect
   |\iffalse comment for latex  |termination of \iffalse
   |highlight   |comment for latex highlight

--- Comment #1 from Dominik Haumann  ---
Could you try WordDetect instead of a regexp? This is faster and should do
exactly what you want, see: 
https://docs.kde.org/stable5/en/applications/katepart/highlight.html

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 377562] [PATCH] protecting against accidental zooming

2017-04-01 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=377562

Dominik Haumann  changed:

   What|Removed |Added

Summary|protecting against  |[PATCH] protecting against
   |accidental zooming  |accidental zooming

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 378235] Kate craches, with segmentation fault message

2017-03-29 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=378235

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #1 from Dominik Haumann  ---
The backtrace leads into the Adwaita widget style, which is not part of Kate,
so this is likely not a Kate issue. You can verify this by changing your widget
style, then the crash should not happen anymore.

Diana, please contact the Adwaita developers to get this properly fixed, the
Kate developers cannot do anything about this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 363147] Breeze cursors should have more sizes (patch included)

2017-03-29 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=363147

--- Comment #7 from Dominik Haumann  ---
@James: You have to create a patch at phabricator.kde.org (make an account at
identity.kde.org first). Then, you patch is much more visible to developers.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 352868] Folding for all nodes (not just top-level) and/or siblings to current

2017-03-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=352868

--- Comment #3 from Dominik Haumann  ---
Which version of the KDE KTextEditor Framework?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 377163] Syntax hilight problem when single quote met

2017-03-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=377163

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Dominik Haumann  ---
This is not a bug.

By default, *.config files seem to be highlighted as LogTalk syntax
highlighting.
You need to switch to XML via Tools > Highlighting > Markup > XML.

You can also persistently change this if you edit the Mode in Settings >
Configure > Open/Save > Modes & Filetypes, choose "Markup/XML", and then
*.config to the file extensions. You probably also need to raise the priority
to beat the LogTalk highlighting.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 376937] kwrite creates new file as opposed to updting exiting file

2017-02-26 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=376937

Dominik Haumann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Dominik Haumann  ---
The reason for this is that we use QSaveFile [1] to safely save data to disk:
It saves to a temporary file, and on success, the temporary file is moved to
the final location. This leads to this bug, bug avoids data loss in case of a
crash (e.g. power outage). Let's track this in bug #358457.

We track these problems here:
- https://bugs.kde.org/show_bug.cgi?id=354405 Files are unlinked on save
- https://bugs.kde.org/show_bug.cgi?id=358457 Kate removes hard links
- https://bugs.kde.org/show_bug.cgi?id=333577 Kate changes file owner

[1] http://doc.qt.io/qt-5/qsavefile.html

*** This bug has been marked as a duplicate of bug 358457 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

<    1   2   3   4   5   6   7   8   9   10   >