オールフリーソフトは最新のWindows OSで使えるフリーソフトを紹介します。
オールフリーソフトは最新のWindows OSで使えるフリーソフトを紹介します。
オールフリーソフト(トップ)文書テキスト・入力関連RJ TextEd→RJ TextEd - 更新履歴

RJ TextEd - 更新履歴

16.01

Reopen last open documents

  • Changed how data is stored on disk. This to make it more reliable when having a large amount of files opened.

Fixed

  • Highlighter issues when opening PHP, ASP... files and using save highlighter option.
  • Markdown highlighter issue.
  • Horizontal scrollbar issue with split window.
16.00

Hide fold/unfold icons in gutter

  • Fold/unfold icons are now hidden by default and only displayed when the mouse is hovering the left margin (gutter).
    This is the default behavior in many code editors and now also in this one. It can be changed in options though.

An option has been added to always show fold/unfold icons in gutter, if you want the old behavior and always display the icons:

  • "Options-Display-Code folding-Always show fold/unfold icons in gutter"

Remember highlighter for opened files:

  • Added an option to save the highlighter used for the current file in
  • [Options->File->Save status for last open files->Save highlighter].
  • This can be useful for files without extensions, or if you want to use a highlighter with a text file (e.g. containing code).
  • The options is on by default.

Mojo

  • Added a new highlighter for Mojo programming language.

Reason

  • Added a new highlighter for Reason programming language.

Fixed

  • UNC path issue.
  • Update highlighter from Addons (extensions string was not copied).
  • Advanced sort: Only numbers should be excepted as column values.
  • Misc minor reported issues.
15.96

Projects

  • Added a few new items in the project menu.
    Save As... which lets you save the project in another location.
    Save options
    Use relative paths
    Use absolute paths
  • Fixed a few issues with saving relative paths when adding files from different drives.
  • Also fixed some drag and drop issues and saving tree state after update.

Purescript

  • Added a new highlighter for Purescript.

Pony

  • Added a new highlighter for the Pony programming language.

Elm

  • Added a new highlighter for Elm.

Fixed

  • A few reported minor issues.
15.95

Projects

  • Projects are no longer scanned for missing files when opened. It can slow things down and cause issues when you open a project from the commandline...
  • I may add a new function in a later version to manually scan your project for missing files and give the user options to handle the result.

Customize themes dialog box

  • Fixed a few issues with deleting individual highlighter settings and import/export color profiles.

Fixed

  • Save dialog error (e.g. when creating a new project).
  • (Log) file monitoring read issue.
  • Exit program issue with command prompt panel open.
  • Create aligned columns marking all lines as changed.
  • Open file at cursor.
15.94

Themes (Editor color profiles)

  • Added a new submenu in the "Themes" menu with editor color profiles.
    The default colors are stored as color profile #0.
  • Most themes will have 4 different color profiles defined.
  • You can make changes to a color profile or define any number of new color profiles in the customize dialog.

Incremental search in Explorer panel and File Commander

  • If you press an alpha numeric key on the keyboard the next found item will be selected.
    Repeated key pressing will find the next item etc.
  • This is the same behavior as in Windows Explorer.

System dialog style hooks (open, save dialog windows...)

  • Removed the style hooks that gives system dialog boxes the current themed appearance.
    I get a few bug reports every week related to those hooks.
    And there are a few display issues that are hard to fix.
  • So i decided to remove it.
  • It should make the program more stable for some users.
    Hopefully users can live with the standard appearance for system dialog boxes, like the open and save dialog.

JavaScript highlighter

  • Fixed some highlighting issues with regular expressions in JavaScript code.

Misc

  • Several minor cosmetic changes.

Fixed

  • Toggle browser view issues.
  • Toolbar dropdown draw issue.
  • Some theme related issues.
  • Open file at cursor.
  • Many minor issues found while coding.
15.93

Code Explorer

  • Made some improvements and fixed a few sorting and nesting issues.

Crystal highlighter

  • Added a new highlighter for Crystal source code.

Syntax Editor:

  • Made some small changes, mostly regarding folding.

Fixed

  • Mouse click in document map to scroll.
  • UNC path issue with projects.
  • Issues when using the two options "Allow text cursor beyond end of line" and "Paste should not move the text cursor" together.
15.92

Text Compare

  • Added new options to change the compare algorithm and whether to ignore spaces and case.

Project TODO panel

  • Visible columns are remembered between sessions.
  • Column sort has been added.
  • A search box has been added.
  • Also added two new context menu items:
    * Copy to clipboard
    * Save to file...
    Items are copied and saved CSV formatted.

Copy as HTML

  • Made some small changes to create better code.

Erlang highlighter

  • Added a new highlighter for Erlang source files.

Elixir highlighter

  • Added a new highlighter for Elixir source files.

Nim highlighter

  • Added a new highlighter for Nim source files.

Tools

  • Tools in tools menu and on toolbars can now use Gif images, as well as png, bmp and icons.

Fixed

  • A few issues reported by users.
  • A few minor LSP response issues.
15.91

Fixed

  • Toolbar dropdown menu issue with recent files, sessions and favorites.
  • Several issues with makefiles.
  • Click on link in LSP hint.
  • Delete items in text clips panel.
  • A few other issues reported by users.
15.90

Code Explorer

  • Made several changes to the code explorer.
    All icons for method, property... have been removed and replaced with more general structure symbols, which makes it easier to use with different languages. And less confusing.
  • Bookmarks can be displayed in the second view.
  • The second view can now handle nested functions (e.g. JavaScript, Typescript...).
  • Selectors in CSS should be displayed properly now.
  • All tags are displayed on the tags tab. No tags are displayed on the code tab.
  • Fixed several issues as well.

Activate highlighter when opening a file

  • I've added new options to activate a highlighter if a new file type is opened and the file extension and highlighter is not activated in "Addons".
  • The default behavior is to display a prompt asking the user if the highlighter should be activated, with all its file extensions.
    But you can change that in option to automatically activate the highlighter, without the prompt.
  • Ex. You open a FSharp file and the FSharp highlighter is not active and available in the syntax highlighter list.
    Normally you would have to activate it manually in "Addons". But with these options it can be done for you.

The options can be found in "Options - File - Miscellaneous"

  • Activate highlighter on unknown file extension
  • Prompt user to activate highlighter

Always open application on active monitor

  • Added a new option to always open the program on the same monitor as the mouse cursor.
  • The option is turned off by default, but can be turned on in
  • "Options -> Program -> Program start".

Open large files as plain text

  • Added an option to open large files as plain text in "Options -> File -> Open".
  • The large file limit is set in MB.
  • This option is turned off by default.

Auto completion

  • Made changes to fix some issues when the auto completion list is visible while you type.
  • I also fixed a few other issues found while testing.

LSP Client

  • Updated the LSP client to handle all new features in v3.17.x of the LSP protocol. And made some improvements, both in the client and the editor.

LSP Hover Hints

  • Made several improvements to the display. Information is better color coded and markdown strings are handled better now.
  • The size of the hint is handled better and text properly wrapped, if necessary.

Lisp Highlighter

  • Created a new highlighter for Lisp

Misc

  • Option to enclose selection with quotes now include backticks.

Fixed

  • Some issues with color value highlighting.
  • Issues with color value hints.
  • A few LSP issues.
  • Many Code Explorer related issues.
  • Several other reported issues.
15.85

FORTRAN

  • Updated the FORTRAN highlighter (syntax file) and added information in the
  • forum on how to install and add a FORTRAN language server.
  • Highlight brace error
  • Usually any brace matching error is highlighted with a red background and
  • black symbol color. You can now change that in customize themes.

Clipboard

  • In some places you could get an error message saying "Access denied", when
  • copying or pasting from the clipboard. In this version I've made sure to
  • always try to access the clipboard several times (with some delay) even
  • if it's locked by some other process.
  • Usually this is already done inside the editor component, but not in some other places
  • like search fields, panels etc.

Fixed

  • Full screen mode issue.
  • Misc LSP client issues.
  • Exit program and save with elevation.
  • A few rare issues reported using the builtin exception catcher
15.84

Dart

  • Created a new syntax file (highlighter) for Dart programming language and added some instructions on how to install a Dart language server in the forum.
  • A template has been added for the Dart Language Server to the
  • "Add language server" dialog in project options.

Lua

  • Updated and made several changes to the Lua highlighter (syntax file) and added some instructions on how to install a Lua language server in the forum.
  • A template has been added for the Lua Language Server to the
  • "Add language server" dialog in project options.

Groovy

  • Created a new syntax file (highlighter) for the Groovy programming language and added some instructions on how to install a Lua language server in the forum.
  • A template has been added for the Groovy Language Server to the
  • "Add language server" dialog in project options.
  • Created a new syntax file (highlighter) for D programming language.

F#

  • Created a new syntax file (highlighter) for F# and added some instructions on how to install a F# language server in the forum.
  • A template has been added for FSharp Language Server to the
  • "Add language server" dialog in project options.

MASM

  • Created a new syntax file (highlighter) for MASM.

Pascal/Delphi

  • Updated the syntax file (highlighter) for Pascal.

Solidity

  • Created a new syntax file (highlighter) for Solidity and added instructions on how to install a Solidity language server in the forum.
  • A template has been added for the Solidity Language Server to the
  • "Add language server" dialog in project options.

Objeck Programming Language

  • Created a new syntax file (highlighter) for Objeck.

Syntax Editor

  • Made some minor changes and fixed a few issues.

Imagelist Editor:

  • Made some small changes.

Fixed

  • Tool output issue when running in the background.
  • Emmet abbreviation issue.
  • Several issues found while testing new highlighters.
※このページは公式サイトから引用させていただきました。
引用元
RJ TextEd
オールフリーソフト(トップ)文書テキスト・入力関連RJ TextEd→RJ TextEd - 更新履歴

セキュリティ
ウイルス対策
スパイウェア対策
 
CD/DVD/Blu-ray
ライティング
DVDコピー
 
ハードウェア
ディスクデフラグ
ハードディスク
 
システム
システム最適化・高速化
テーマ・スタイル
 
インターネット
ブラウザ
メール
 
ファイル/フォルダ
圧縮・解凍
エクスプローラ
 
音声・動画
音声・動画変換,圧縮
動画キャプチャ
 
プレーヤー
マルチメディアプレーヤー
ミュージックプレーヤー
 
画像
画像作成・加工
画像変換・圧縮
 
デスクトップ
プログラムランチャー
デスクトップアクセサリー
 
文書
テキスト・入力関連
オフィス
 
ホーム
地図・交通・旅行
カレンダー
 
オールフリーソフトでバックアップ
 
バージョンアップ情報
 
Windows 8とWindows 8.1について
 
オールフリーソフトでDVDコピー
 
人気ソフトTOP 20
 
Windows 11 対応情報
 
対応OSの表記方法について
 
重要なお知らせ
 
サイトについて
 
サイトマップ
 
ブログ
 
リンク
 
Firefox アドオン
 
Twitter
 
Facebook
 
お問い合わせ
 
RSS
 
マストドン
 
Copyright © オールフリーソフト All rights reserved