Re: Working with G-Code [77817]

2022-12-01 Tema obsahu Jan Fiala
Just now without any program modification I am able to do this: (viz https://ctrlv.link/shots/2022/12/02/cTME.png ) I can modify user highlighter engine to support keyword delimiters - there should be numbers, ".", "-". This will allow you to highlight commands Z, X, Y e.t.c. Here is the current

Re: Working with G-Code [77816]

2022-12-01 Tema obsahu Jan Fiala
Can you post any picture or something how do you imagine highlighting? When I want to write all letter as uppercase, I switch on CapsLock -- PSPad freeware editor https://www.pspad.com

=?windows-1250?Q?Re:_Also_assign_Shift+Backspace_to_DeleteLastChar?_[77815]?=

2022-12-01 Tema obsahu Jan Fiala
Hello, change it to: editor.command "ecDeleteLastChar" -- PSPad freeware editor https://www.pspad.com

Working with G-Code [77814]

2022-12-01 Tema obsahu ArmanHayots
Tried to make color scheme for G-code language, but failed because it primarily uses letters, not words. Check the example: M01 G21 G17 G40 G90 G54 T1 M06 G43 H1 M03 S1000 G00 X59. Y-90. Z20. M08 G82 X-59. Y-90. Z-2. R5. P1. F60. L0 G70 I65. J45. L4 (4 M8) G82 X-59. Y-47.5 (1 D3 OIL CHANNEL) G82

=?windows-1250?Q?Re:_Also_assign_Shift+Backspace_to_DeleteLastChar?_[77813]?=

2022-12-01 Tema obsahu Len Philpot
Small update... After looking at the other script I added a line Const module_name = "ShiftBackspace", which fixed the last error. But when I try to use Shift+Backspace, I get this runtime error: Module: ShiftBackspace Line: 11 Pos: 1 Description: Invalid procedure call or argument 'editor.comman

=?windows-1250?Q?Re:_Also_assign_Shift+Backspace_to_DeleteLastChar?_[77812]?=

2022-12-01 Tema obsahu Len Philpot
Pre-reqs are met, but with the code copied verbatim, I get these two runtime errors: Description: Variable is undefined "menu" Description: Variable is undefined "items" So I assumed the line "menu items" was meant to be a comment and made it one (i.e., 'menu items). Then I get this error: Modul

Re: PSPad unicode 5.0.7 (741) English [77811]

2022-12-01 Tema obsahu Jan Fiala
Done, available in the next build. 2 separate menu items to satisfy all. -- PSPad freeware editor https://www.pspad.com

Re: dialog Nahradit zahazuje uvozovky [77810]

2022-12-01 Tema obsahu Jan Fiala
Opraveno, dostupné v dalším buildu -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.7 (741) English [77809]

2022-12-01 Tema obsahu Jan Fiala
There was a change. I have to make 2 items to satisfy all users ;-) -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.7 (741) English [77808]

2022-12-01 Tema obsahu digipad
Confirm: Changed FileState on FileTab and Titelbar is working :-)) But :-| PSPad 5.0.541 (and 5.0.737) RightClick on FileTab -> "[b]Copy Filename to clipboard[/b]" doesn't copy the full path but only the filename, which makes the function useless. The behaviour has changed past version 5.0.727 wh