Search found 942 matches

by Rickard Johansson
16 Mar 2023 18:17
Forum: MPad
Topic: Version 1.23
Replies: 0
Views: 224

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: 210

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: 458

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: 4
Views: 1745

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: 269

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: 285

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: 199

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: 439

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: 346

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: 346

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: 544

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...
by Rickard Johansson
26 Feb 2023 20:00
Forum: Language Servers (LSP)
Topic: Go Language Server
Replies: 0
Views: 95

Go Language Server

Go language server (gopls) gopls (pronounced "Go please") is the official Go language server developed by the Go team. It provides IDE features to any LSP-compatible editor. Install * Install Go Programming Language from https://go.dev/doc/install . * Install gopls From command prompt run...
by Rickard Johansson
24 Feb 2023 14:43
Forum: Bugs
Topic: FIXED: [15.81] Copy/Paste/Undo bug in column mode
Replies: 1
Views: 177

Re: [15.81] Copy/Paste/Undo bug in column mode

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