Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
38126
Reakcje/Polubienia
34041

RJ TextEd 15.93

Version 15.93 (Aug 18, 2023)
-----------------------------------------------------------

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.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
38126
Reakcje/Polubienia
34041

MPad 1.27​

August 19, 2023
  • Crystal highlighter:
  • Added a new highlighter for Crystal source code.
  • Fixed:
  • Mouse click in document map to scroll.
  • Issues when using the two options "Allow text cursor beyond end of line" and "Paste should not move the text cursor" together.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
38126
Reakcje/Polubienia
34041

RJ TextEd 15.94​

September 11, 2023
  • 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.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
38126
Reakcje/Polubienia
34041

MPad 1.28​

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.

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

Misc
* A few minor cosmetic changes.

Fixed
* Toolbar dropdown draw issue.
* (Log) file monitoring read issue.
* Some theme related issues.
* Open file at cursor.
* Many minor issues found while coding.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
38126
Reakcje/Polubienia
34041

MPad 1.30​

October 23, 2023
  • 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"
  • (This is coming to RJ TextEd as well...)
  • Find/Replace:
  • Find all and replace all will now open a search result panel to list all items found or replaced.
  • Double click a listed item to goto the found/replaced text in the file.
  • Added a new menu item in "Search" called "Show result panel". This allows you to close and reopen the result panel after a search.
  • Find in files:
  • Added a new menu item in the search menu called "Find in files".
  • Use it to search all open files or files in a folder.
  • It's almost ready for release. Just need to test it all...
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
38126
Reakcje/Polubienia
34041

RJ TextEd 16.01​

November 24, 2023
  • 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.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
38126
Reakcje/Polubienia
34041

RJ TextEd 16.10​

January 4, 2024
  • Font Weight (Boldness):
  • The editor can now handle different font weights for different syntax elements like comments, strings, numbers...
  • E.g. you could set strings to be "ExtraBold" or comments to have "Medium" weight.
  • You can change weight for different syntax elements using the customize themes window. Open the highlighter tab and click on []b checkbox. In the list, that opens, select a weight.
  • 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.
  • Ctrl+left:
  • Move the cursor to the beginning of a word, or to the right of open braces e.g. ([{
  • Ctrl+right:
  • Move the cursor to the end of a word, or to the left of closing braces e.g. )]}
  • Set or change font in view menu:
  • Removed the menu items to change font in the view menu. They were confusing to use and it wasn't clear whether they change a universal font for all file types, or an individual font using for the current file type (e.g. PHP).
  • Use options to set or change the font. If you want to quickly increase or decrease
  • the font size - use zoom.
  • Customize theme window:
  • Made some resize improvements. The window size is now saved between sessions.
  • AutoIt:
  • Comment blocks should be highlighted properly now.
  • Exception catcher (error report):
  • Removed the current error reporting tool. The program will use an internal error handler instead. It provides information that is easier to preview before sending. And it looks better.
  • Fixed:
  • Toggle comment and undo issues.
  • Wrap with abbreviation. E.g. 1 line selection and wrap with "p" should result in <p>selection</p>.
  • Minor issues.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Ostatnia edycja:
Do góry