-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
52 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
RSBIDE 2.1.0 | ||
------------- | ||
|
||
+ Добавлен линтер по соглашениям | ||
+ Подсветка длинных строк | ||
+ Подсветка закомментированного кода | ||
+ Не используемые переменные (в функциях и классах, глобалки игнорируются) | ||
+ Подсветка замечаний по количеству пустых строк | ||
+ Добавлен Список всех замечений с возможностью перехода к ним (по сохранению или из контекстного меню) | ||
+ Добавлено контекстное меню "RSBIDE: Проверить по соглашениям" | ||
+ Добавленны настройки: | ||
+ "lint": true - выделять замечания по соглашениям | ||
+ "maxlength": 160 - максимальное количество символов в строке (если больше то подсвечиваем) | ||
+ "show_save": true - показывать замечания при сохранении | ||
+ "scop_error": "invalid.mac" - тип подсветки замечаний | ||
+ "max_empty_line": 2 - макс. количесво допустимых пустых строк | ||
+ Добавлены переходы к началу региона. Если стоим на 'end' alt+g или alt+s | ||
приводит к паре енда т.е. (class, macro, if, for, while) | ||
- Исправленна ошибка с вечным прогрессом | ||
- Исправленна ошибка загрузки кэша |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.