[frameworks-syntax-highlighting] [Bug 457754] G-Code for 3D printers highlights commands incorrectly

2022-08-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=457754

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.98

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

[frameworks-syntax-highlighting] [Bug 457754] G-Code for 3D printers highlights commands incorrectly

2022-08-21 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=457754

Christoph Cullmann  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/syntax-highlighting/
   ||commit/29d174f194728ad93429
   ||7d0c0a0fa6f4e251332a

--- Comment #3 from Christoph Cullmann  ---
Git commit 29d174f194728ad934297d0c0a0fa6f4e251332a by Christoph Cullmann, on
behalf of jonathan poelen.
Committed on 21/08/2022 at 16:32.
Pushed by cullmann into branch 'master'.

G-Code: fix number pattern, Mnnn as M-word or M-word (user), add String and...

G-Code: fix number pattern, Mnnn as M-word or M-word (user), add String and
RepRapFirmware expression

Before:

```
G 1 3 0
^ G-word
  ^ Number

M100
^ M-word (user)

M1001
^ M-word (user)
^ Number

M200
^ M-word
 ^ Number
```

Now:

```
G 1 3 0
^ G-word

M100
^ M-word (user)

M1001
^ M-word

M200
^ M-word
```

M  +43   -0autotests/folding/highlight.ngc.fold
M  +43   -0autotests/html/highlight.ngc.dark.html
M  +43   -0autotests/html/highlight.ngc.html
M  +43   -0autotests/input/highlight.ngc
M  +43   -0autotests/reference/highlight.ngc.ref
M  +126  -72   data/syntax/gcode.xml

https://invent.kde.org/frameworks/syntax-highlighting/commit/29d174f194728ad934297d0c0a0fa6f4e251332a

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

[frameworks-syntax-highlighting] [Bug 457754] G-Code for 3D printers highlights commands incorrectly

2022-08-18 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=457754

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/342

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

[frameworks-syntax-highlighting] [Bug 457754] G-Code for 3D printers highlights commands incorrectly

2022-08-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=457754

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[frameworks-syntax-highlighting] [Bug 457754] G-Code for 3D printers highlights commands incorrectly

2022-08-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=457754

--- Comment #1 from gudvinr+...@gmail.com ---
Created attachment 151245
  --> https://bugs.kde.org/attachment.cgi?id=151245=edit
sample file

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