Search found 55 matches

by ScrKiddle
17 Sep 2026 07:58
Forum: Features
Topic: Code-Explorer fold and sort for Markdown and others
Replies: 0
Views: 58

Code-Explorer fold and sort for Markdown and others

In Code-Explorer in the side-panel where it shows the titles and subtitles in an mark-down file it can turn into a vary long list with nested headings

# Level 1
## Level 2.1
## Level 2.2
### Level 3
# Title1
## Subtitle 2.1
## Subtitle 2.2
### Subsubtitle 3
...

It would be very handy if ...
by ScrKiddle
17 Sep 2026 00:07
Forum: Bugs
Topic: Markdown-Preview/Sideview Backtick render error
Replies: 0
Views: 85

Markdown-Preview/Sideview Backtick render error

In Markdown it is possible to render backticks by placing them in more backticks.

Here an example that renders three backticks as inside code.
```` ```something```` ... ```` ``` ````


this should render as
[```something] ... [```]

In the Side-View or Preview of RJ TextEd this will produce ...
by ScrKiddle
16 Sep 2026 17:29
Forum: Bugs
Topic: Markdown YAML-frontmatter comments use Markdown-Preview
Replies: 0
Views: 39

Markdown YAML-frontmatter comments use Markdown-Preview

Markdown-Files can have some YAML Frontmatter, some times also TOLM-Frontmatter.
Frontmatter is always on top after shebang if shebang is included.
Frontmatter is between --- and --- (YAML) or +++...+++ (TOML)
---
...
---
or
+++
...
+++

Inside of the frontmatter comments can be placed at the ...
by ScrKiddle
14 Sep 2026 05:05
Forum: Bugs
Topic: CSS appears by magic in Markdown Browser-Preview
Replies: 0
Views: 87

CSS appears by magic in Markdown Browser-Preview

When creating a Markdown file, the preview in RJ TextEd shows the Markdown-file converted to HTML.
RJ TextEd creates some CSS-stuff in the preview file.


<!DOCTYPE html>
<html>
<head>
<link rel = "stylesheet" type = "text/css" href = "C:\Users\User\AppData\Roaming\RJ TextEd\Data\markdown.css ...
by ScrKiddle
11 Sep 2026 23:45
Forum: Bugs
Topic: Text spellchecker update problem
Replies: 0
Views: 175

Text spellchecker update problem

I have a large TXT file, some words are incorrect.
The spellchecker does underline the wrong words.
I use the Find-Replace functionality to find wrong words ans replace them all at one with correct words.
Wrong words are at the beginn of a new line that is warped at column X.
The corrected word is ...
by ScrKiddle
11 Sep 2026 00:05
Forum: Bugs
Topic: V16.67 - syntax hiliting stumbles - html file
Replies: 1
Views: 142

Re: V16.67 - syntax hiliting stumbles - html file

I have such things too with other non-HTML files.
I think this happens with large files.
Some times i was able to fix it by scrolling up and down serval times.
I am not sure what it was, maybe the editor loads large files in parts and then it takes a while to load the highlights or it may fails to ...
by ScrKiddle
08 Sep 2026 13:14
Forum: Bugs
Topic: Some thing odd with the close window X-button in Windows
Replies: 0
Views: 148

Some thing odd with the close window X-button in Windows

RJ TextEd settings say, only one instance is allowed.
RJ Text is open, text file is open.
I press the top right close window button [X].
RJ Text window does close but stays in the taskbar and does not close to tray.

When i click the taskbar button to bring it back, all files got closed.
When i open ...
by ScrKiddle
08 Sep 2026 04:29
Forum: Bugs
Topic: Missig Template for different files
Replies: 0
Views: 134

Missig Template for different files

In the Tool-Bar menu, there is a button to create new files.
There are many templates to quickly create some files of specific file-type.
Some file-types get offered, but they don not have a template and so this quick-menu does not work on them.
It is may better to exclude filetypes from the menu if ...
by ScrKiddle
02 Sep 2026 06:29
Forum: Bugs
Topic: Strange Selection on non Latin Letters
Replies: 2
Views: 359

Re: Strange Selection on non Latin Letters


Shift+Enter is used to "Expand abbreviation at cursor" (Emmet shortcuts https://docs.emmet.io/cheat-sheet/ ).

You can change the keyboard shortcuts in "Environment / Customize keyboard...".


Yes, thank you, i am still figuring out if this selection thing is a cool thing or if it is nasty.
Some ...
by ScrKiddle
02 Sep 2026 05:56
Forum: Features
Topic: Custom sites in side-view panel
Replies: 0
Views: 400

Custom sites in side-view panel

I dont know if it is a bug, but if not it is a feature request.

In the side-panel/side-view, there is a button to add preview-files, when i click on it a little window opens, there i can add a file or an URL.
I add https://devdocs.io/ and press ok, the URL is now in the list and in the select-box ...
by ScrKiddle
02 Sep 2026 02:00
Forum: General discussion
Topic: Useful Tools Complementary to RJTe
Replies: 26
Views: 410515

Re: Useful Tools Complementary to RJTe


[...]
Q-Dir - https://www.softwareok.com/?seite=Freeware/Q-Dir
[...]


Q-Dir is super cool, i use it all day as an file-explorer replacement.

I also like ...

Obsidian https://obsidian.md/
it supports the zettelkasten-method https://zettelkasten.de/introduction/
there are a lot of fancy plugins ...
by ScrKiddle
01 Sep 2026 12:41
Forum: Features
Topic: Console Output Window optional Colors
Replies: 0
Views: 215

Console Output Window optional Colors

The tools can fetch the terminal output and show it in the console-panel.
The console-panel ist stripping out the color-codes of the terminal-output.
An option to not strip the colors from the output would be nice.

In example on Windows > CMD > "cargo clippy" from RUST has nice colored output, in ...
by ScrKiddle
01 Sep 2026 10:52
Forum: Features
Topic: RUST Comments and doc highlight
Replies: 1
Views: 176

Re: RUST Comments and doc highlight

There is also an other thing, but same topic

RUST can use shebang

Code: Select all

#!/usr/bin/env rustx
Actually it looks a bit unusual like normal text, may there is a way to make it look more like other shebangs (some how comment-like).
by ScrKiddle
01 Sep 2026 10:20
Forum: Features
Topic: RUST Comments and doc highlight
Replies: 1
Views: 176

RUST Comments and doc highlight

In Rust there are some different types of comments.

// Line Comment

/*
Comment Block
*/

//! Code documentation

/*!
Code documentation Block
*/

/// Code documentation

#[doc = "Code documentation"]

https://doc.rust-lang.org/reference/comments.html#grammar-LINE_DOC_COMMENT_CONTENT ...
by ScrKiddle
28 Aug 2026 09:48
Forum: Bugs
Topic: Strange Selection on non Latin Letters
Replies: 2
Views: 359

Strange Selection on non Latin Letters

If i write text with some non latin basic english letters like Ä,Ö, Ü, ä, ö, ü and may also other letters wich are not limited to the english language, and if the cursor is at the end of such a word that contains such a letter, then the combination of Shift+Enter tries to select the word before the ...