Search found 944 matches

by Rickard Johansson
29 Mar 2023 17:14
Forum: Features
Topic: DONE: Tool output
Replies: 12
Views: 1206

Re: DONE: Tool output

The problem with the lost CRLF still exists in V15.83. It's not something I can reproduce. It should work with CRLF, CR and LF. As long as the tool running in the background outputs CRLF's. And the "Messages"-windows is receive the output-text while the tool is running, but the "Mess...
by Rickard Johansson
29 Mar 2023 12:17
Forum: Bugs
Topic: FIXED: MPad 1.23: Access violation
Replies: 1
Views: 102

Re: MPad 1.23: Access violation

Fixed in next release. Thanks!
by Rickard Johansson
16 Mar 2023 18:17
Forum: MPad
Topic: Version 1.23
Replies: 0
Views: 307

Version 1.23

----------------------------------------------------------- Version 1.23 (Mar 16, 2023) ----------------------------------------------------------- Java Updated and made several changes to the Java highlighter (syntax file). Scala Created a new syntax file (highlighter) for the Scala programming lan...
by Rickard Johansson
15 Mar 2023 16:06
Forum: Language Servers (LSP)
Topic: Java language server
Replies: 0
Views: 287

Java language server

Java language server A Java language server based on v3.0 of the protocol and implemented using the Java compiler API. Install Install Java jdk: https://www.oracle.com/java/technologies/javase/jdk18-archive-downloads.html The language server seems to require version 18.x when writing this. Download...
by Rickard Johansson
15 Mar 2023 14:59
Forum: Next release
Topic: Version 15.83
Replies: 0
Views: 596

Version 15.83

----------------------------------------------------------- Version 15.83 (Mar 14, 2023) ----------------------------------------------------------- Customize toolbars Made it possible to change the button positions on toolbars, using the customize toolbar dialog (right click on toolbar). Java Updat...
by Rickard Johansson
14 Mar 2023 20:58
Forum: Features
Topic: DONE: Alternative shell for Open Cmd Prompt
Replies: 5
Views: 1774

Re: DONE: Alternative shell for Open Cmd Prompt

Open a command prompt or terminal window is easy. Communicating with a terminal and display it in a panel is much harder and requires a lot of testing for it to work properly. So it would only work with preset terminal tools. You can already use Powershell and cmd prompt in the terminal panel (just ...
by Rickard Johansson
14 Mar 2023 20:13
Forum: Features
Topic: DONE: Customize Icon positions on Toolbars
Replies: 4
Views: 276

Re: RJTe REQUEST: Customise Icon positions on Toolbars

Added in version 15.83. Thanks!
by Rickard Johansson
14 Mar 2023 18:04
Forum: Features
Topic: DONE: Refresh search results when files change
Replies: 2
Views: 302

Re: RJTe REQUEST: Refresh search results when files change

If we update the search results when a file has been changed by an external program - it would be strange, I think, if we didn't update the search result when we edit a file in the editor as well. Which we really can't do... I've added a new menu item in the search result context menu to refresh. It...
by Rickard Johansson
04 Mar 2023 17:57
Forum: MPad
Topic: Version 1.22
Replies: 0
Views: 202

Version 1.22

=========================================================== RJ TextEd history of changes =========================================================== ----------------------------------------------------------- Version 15.82 (Mar 4, 2023) ----------------------------------------------------------- Go ...
by Rickard Johansson
04 Mar 2023 13:39
Forum: Next release
Topic: Version 15.82
Replies: 0
Views: 442

Version 15.82

----------------------------------------------------------- Version 15.82 (Mar 4, 2023) ----------------------------------------------------------- Go highlighter Updated the Go syntax file and added some instructions on how to install a Go language server in the forum. Associate file extensions Mad...
by Rickard Johansson
04 Mar 2023 11:33
Forum: Features
Topic: DONE: Bring current document fully into view in Project panel
Replies: 4
Views: 352

Re: Bring current document fully into view in Project panel

Done in next release (v15.82). Thanks!

BTW. This didn't work at all on my machine. Nothing was selected at all. But it's been fixed.
by Rickard Johansson
03 Mar 2023 18:42
Forum: Features
Topic: DONE: Bring current document fully into view in Project panel
Replies: 4
Views: 352

Re: Bring current document fully into view in Project panel

With Project panel open, switching to another document tab highlights the file in the project files' tree... Are you sure you mean the project panel ? I can't see any highlighting in the project tree and I don't remember adding it to the program :? The current file is highlighted in several other p...
by Rickard Johansson
26 Feb 2023 21:05
Forum: Language Servers (LSP)
Topic: How to add a language server
Replies: 0
Views: 578

How to add a language server

You can add a language server to a project or a site (using the sites panel). Open e.g. project options and add a new language server. LanguageServer.png There are several templates available in the dropdown list. lsp-presets.png Here I've selected the Typescript language server. LSPSettings.png You...