Camel1965

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

MPad 1.37.1​

Sep 9, 2024
  • CSS (LESS,SCSS) auto completion and hover hints:
  • Made several improvements to auto completion when editing CSS files, and inside HTML style tags. Both Ctrl+space and other auto completions should work much better now.
  • Changed the icons used in the auto completion window.
  • Auto completion items and hints are now collected from a Json file (css.json).
  • It's the same file used in VSCode.
  • HTML auto completion and hover hints:
  • Made several improvements to auto completion. Both Ctrl+space and other auto completions should work much better now.
  • Changed the icons used in the auto completion window.
  • All auto completion items and hint are collected from a Json file (Html.json).
  • It's the same file used in VSCode.
  • EditorConfig:
  • Added support for EditorConfig files (.editorconfig).
  • Whenever the editor opens a file it looks for .editorconfig files in the current and parent folders. The files contain settings that override the editor settings. This is helpful when you share source between different environments (and developers).
  • You can turn this off in options, if you encounter some issues...
  • For more information about EditorConfig see
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • GML (GameMaker Language):
  • Added a new highlighter (syntax file) for GML code.
  • Json:
  • Fixed some highlighting issues.
  • Fixed:
  • Text cursor blinking or disappearing issue.
  • JavaScript template literal highlighting issue.
  • Some minor editor paint issues.
  • Select line issue (last line).
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41970
Reakcje/Polubienia
35508
RJ TextEd 16.31.1
  • Visual changes:
  • Made visual changes to all dialog windows throughout the program. Some minor and some more extensive.
  • Major changes have been made in:
  • Settings
  • Addons
  • Project settings
  • FTP profiles
  • FTP profile edit
  • Fixed:
  • Tag highlight issue.
  • Tag select issue.
  • List bookmarks (Shift+F2).
  • TAB key expansion in CSS only worked when the TAB key as abbreviation trigger was enabled.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Ostatnia edycja:

Camel1965

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

RJ TextEd 16.35

Version 16.35 (Nov 27, 2024)
-----------------------------------------------------------

Terminal panel
Added syntax highlighting to the terminal panel, Ctrl click on paths and new toolbar items.


Terminal01.png
Terminal01.png (10.43 KiB) Viewed 15 times

Terminal02.png
Terminal02.png (18.51 KiB) Viewed 15 times

Explorer dropdown list
Added an explorer dropdown list in the toolbar. Select any folder to navigate to it inside the command window.


Terminal03.png
Terminal03.png (33.47 KiB) Viewed 15 times

Favorites
Added a new toolbar dropdown button to add and handle favorite folders.
This works exactly as Explorer panel favorites.

Auto compilation
Press Ctrl+space to open a completion list. Depending on caret position, the list either contain DOS and PS commands or all files and folders in the current directory. Directories are listed first and files listed below.
If you've started to type something - that is used to filter the items in the list.
Note! The TAB key now just insert a tab.

Terminal options
- Set the font and size used.
- Set colors for different syntax elements like numbers. strings...

Open a web address or file
- Hold Ctrl and press left mouse over the link to open a web address.
- Hold Ctrl and press left mouse over the file path to open it in the editor.

This may work with relative paths as well ('../scripts/config.inc.php').
The path is tested as relative to the currently open file, project default path or the current terminal path.

Insert clips or commands from dropdown list
Added a customizable dropdown list (combo box) in the toolbar of the terminal window. The list can have headers and items. Each item can have both a caption and details (the actual expanded command or clip).
Everything is stored in a file and can be opened with the edit button, next to the dropdown list.


Terminal04.png
Terminal04.png (28.41 KiB) Viewed 15 times

The file contain all information needed to add new commands, clips and headers. There are several variables you can use with your commands.
E.g. "Change to document folder=cd <docDir><Enter>".

The list contain several example commands. You are encouraged to edit this file yourself and add commands you actually need.

Fixed
* A few very very small memory leaks.
* Triple mouse click on last line.
* Some Unicode/ANSI issues in the terminal window.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Ostatnia edycja:
Do góry