- Dołączył
- 26 Maj 2010
- Posty
- 14572
- Reakcje/Polubienia
- 48888
RJ TextEd 16.26
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
Pobieramy na stronie: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).