Search found 1047 matches

by Rickard Johansson
29 Feb 2024 11:31
Forum: Bugs
Topic: Ctrl+Alt+C — Copy & Append not working
Replies: 2
Views: 329

Re: Ctrl+Alt+C — Copy & Append not working

It works fine at my end.

1. Copy a text.
2. Append several selections to the clipboard by selecting and pressing Ctrl+Alt+C.
3. Paste the whole thing Ctrl+V.
by Rickard Johansson
21 Feb 2024 21:00
Forum: MPad
Topic: Version 1.32
Replies: 0
Views: 568

Version 1.32

----------------------------------------------------------- Version 1.32 (Feb 21, 2024) ----------------------------------------------------------- Mini toolbar Added a "Capitalize" button. Made some minor visual changes. Code hints Made some code changes to make long text fit better insid...
by Rickard Johansson
14 Feb 2024 15:44
Forum: Bugs
Topic: FIXED: [V16.11] Last options are ignored in search
Replies: 2
Views: 285

Re: [V16.11] Last options are ignored in search

Fixed in next release (v16.12). Thanks!
by Rickard Johansson
14 Feb 2024 15:29
Forum: Features
Topic: DONE: Emmet indentation using preferences
Replies: 3
Views: 244

Re: Emmet indentation using preferences

Done in next release (v16.12). Thanks!
by Rickard Johansson
05 Feb 2024 11:15
Forum: Next release
Topic: Version 16.12
Replies: 1
Views: 843

Version 16.12

Done so far... ----------------------------------------------------------- Version 16.12 (Feb 14, 2024) ----------------------------------------------------------- Mini toolbar Added a "Capitalize" button. Made some minor visual changes. Code hints Made some code changes to make long text ...
by Rickard Johansson
04 Feb 2024 14:29
Forum: Features
Topic: regexes in hints
Replies: 1
Views: 187

Re: regexes in hints

Hints only work with single words e.g. arcsin(). Any parentheses or symbols are stripped. The editor will search for a "arcsin" hint when the mouse is hovering the function. You could add only one hint named "echo" and add all info for all other versions in the description: echo ...
by Rickard Johansson
02 Feb 2024 19:05
Forum: Features
Topic: Local Help CHM in Menu
Replies: 2
Views: 216

Re: Local Help CHM in Menu

If you use the install version copy the file to: "<AppData>\Roaming\RJ TextEd\Help\".
by Rickard Johansson
02 Feb 2024 14:21
Forum: Features
Topic: DONE: Global/Static/User/Scripting .INI file and Object
Replies: 2
Views: 256

Re: Global/Static/User/Scripting .INI file and Object

Created a new "ScriptSettings" object with the following methods: procedure DeleteKey(const Section, Ident: String) procedure EraseSection(const Section: string) function ReadBool(const Section, Ident: string; Default: Boolean): Boolean function ReadDateTime(const Section, Name: string; De...
by Rickard Johansson
01 Feb 2024 15:27
Forum: Questions
Topic: resolved: new syntax files... ugh!!
Replies: 10
Views: 2472

Re: resolved: new syntax files... ugh!!

Fixed in next release (v16.12). Thanks!
by Rickard Johansson
01 Feb 2024 15:16
Forum: Features
Topic: DONE: Capitalize
Replies: 5
Views: 405

Re: Capitalize

Added a "Capitalize" button in next release (v16.12). Thanks!
by Rickard Johansson
26 Jan 2024 09:22
Forum: General discussion
Topic: Resolved: odd screen-shifting issue
Replies: 5
Views: 572

Re: odd screen-shifting issue

Thanks! I still have a ton of questions. But a screenshot, when it happens, would probably answer them all...
by Rickard Johansson
25 Jan 2024 17:45
Forum: MPad
Topic: Version 1.31
Replies: 0
Views: 489

Version 1.31

----------------------------------------------------------- Version 1.31 (Jan 25, 2024) ----------------------------------------------------------- Move to next/previous word (Ctrl+Right/Left) Changed how this works. It should work similarly to how it works in other editors like VS Code or Sublime. ...
by Rickard Johansson
25 Jan 2024 13:55
Forum: Next release
Topic: Version 16.11
Replies: 0
Views: 470

Version 16.11

----------------------------------------------------------- Version 16.11 (Jan 25, 2024) ----------------------------------------------------------- Move to next/previous word (Ctrl+Right/Left) Added options to change the behavior. - Always move to beginning of word. This will include some symbols a...