Skip to content

Commit

Permalink
Merge pull request #328 from BalticAmadeus/327-010-release-preparation
Browse files Browse the repository at this point in the history
release preparation
  • Loading branch information
PauliusKu authored Feb 28, 2025
2 parents 87a38b6 + 8066764 commit 9597f17
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ All notable changes to the "AblFormatter" extension will be documented in this f

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]
## 0.1.0 (2025-02-28)

- Initial release
- Initial release (see readme)
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The OpenEdge ABL Formatter is now available in the VS Code Extension Marketplace
> 2. Use formatting cautiously, especially when working with existing code that is difficult to test.
![Formatter in action](https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExMmZ4dHNldmFuaGJzdHZxNjN2MzY2NG5mbXo2a3YwOWo1eTFjd2Z4MSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/J70Z7etV013g8jkgxj/giphy.gif)

## Features

At the moment we implemented formatting logic for these language features:
Expand Down Expand Up @@ -90,9 +91,11 @@ Use default VSCode formatting commands:
- **Format Selection**: Formats only the selected lines of code. `CTRL+K CTRL+F`

Also, you can enable or disable formatting on save:

```
"editor.formatOnSave": true
```

Alowed file extensions:

- **.p**
Expand Down Expand Up @@ -134,7 +137,6 @@ We implemented debug mode for looking into tree-sitter issues. You can also enab

![Debug Mode](./resources/debug_mode.png)


## Contributing

### Registering formatter issues
Expand All @@ -153,7 +155,7 @@ We implemented debug mode for looking into tree-sitter issues. You can also enab
This project is licensed under the APACHE 2.0 License - see the LICENSE file for details.


## Sponsored by [Baltic Amadeus](https://www.ba.lt/en).
## Sponsored by [Baltic Amadeus](https://www.ba.lt/en)


[![BA](https://raw.githubusercontent.com/BalticAmadeus/ProBro/main/resources/images/Balticmadeus_RGB-01.jpg)](https://www.ba.lt/en)
Binary file removed abl-formatter-0.0.3.vsix
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "abl-formatter",
"name": "openedge-abl-formatter",
"displayName": "OpenEdge Abl Formatter",
"description": "Progress OpenEdge (ABL) code formatter",
"version": "0.1.0-pre",
"version": "0.1.0",
"icon": "resources/Formatter_LOGO.png",
"repository": {
"url": "https://github.com/BalticAmadeus/AblFormatter"
Expand Down

0 comments on commit 9597f17

Please sign in to comment.