Skip to content

Commit 5482985

Browse files
committed
Readme and change log files updated
1 parent 5584d97 commit 5482985

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Change Log
22

3-
All notable changes to the "mcr-syntax-highlight" extension will be documented in this file.
3+
All notable changes to the `Macro Recorder Syntax Highlight` extension will be documented in this file.
44

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5+
This project uses [Semantic Versioning](https://semver.org/).
66

7-
## [Unreleased]
87

9-
- Initial release
8+
## [1.0.0] - 2023-03-04
9+
10+
### Added
11+
12+
- Macro Recorder Script keywords highlight
13+
- `IF` \ `ENDIF` and `REPEAT` \ `ENDREPEAT` can be collapsed
14+
- Quick entry creation using autocomplete pairs feature by typing `: `

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1-
# IntelliSence and Highlight for JitBit Macro Recorder .mcr file
1+
# Highlight for JitBit Macro Recorder
2+
3+
[JitBit Macro Recorder](https://www.jitbit.com/macro-recorder/) is a great tool to automate routine tasks, it can be used for software testing, auto-login on websites or creating shortcuts for all kinds of repetitive tasks.
4+
5+
Macro Recorder Script file is a text-based set of commands that can be played in JitBit Macro Recorder. Since it's human readable, you can easily edit it with Visual Studio Code - with this extension it becomes easy.
6+
7+
View, edit or create `.mcr` files from scratch using `Highlight for JitBit Macro Recorder` extension.
28

39
## Features
410

5-
## Known Issues
11+
- Macro Recorder Script keywords highlight
12+
- `IF` \ `ENDIF` and `REPEAT` \ `ENDREPEAT` can be collapsed
13+
- Quick entry creation using autocomplete pairs feature by typing `: `
14+
15+
## Planned Features
16+
17+
- Default implementation of the command after keyword is typed
18+
- Correct keyword suggestion and autocompletion
19+
- Hide image Base64 code with `...`
20+
- Upload images into Base64 format right into the `IMAGE` commands
21+
- Script debugging using installed Macro Recorder app
22+
- Syntax check and error highlighting

0 commit comments

Comments
 (0)