Skip to content

Commit 00b4f1a

Browse files
committed
v0.0.16
1 parent e402912 commit 00b4f1a

15 files changed

+2182
-1049
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
---
44

5+
## [v0.0.16](https://github.com/phil1436/ownobjectscriptextension/tree/0.0.16) (2023-6-15)
6+
7+
- Refactoring
8+
- Bug fixes
9+
- Command `Add Method Description Template` renamed to `Add Method Description`
10+
11+
---
12+
513
## [v0.0.15](https://github.com/phil1436/ownobjectscriptextension/tree/0.0.15) (2023-6-14)
614

715
- Color Theme `InterSystems Real Dark` added

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- [Features](#features)
2828
- [Create New Wizard _BETA_](#create-new-wizard-_beta_)
2929
- [Add ObjectScript Modifier](#add-objectscript-modifier)
30-
- [Add Method Description Template](#add-method-description-template)
30+
- [Add Method Description](#add-method-description)
3131
- [Make Select Statement](#make-select-statement)
3232
- [Translate Embedded Python _BETA_](#translate-embedded-python-_beta_)
3333
- [Requirements](#requirements)
@@ -59,15 +59,15 @@ Creates a new ObjectScript Class, Message, Business Service or Business Operatio
5959

6060
> This feature is still in beta.
6161
62-
### `Add ObjectScript Modifier`
62+
<!-- ### `Add ObjectScript Modifier`
6363
6464
This command automatically adds `Set`, `Do` and `Write` to your InterSystems ObjectScript code.
6565
6666
![demo](https://github.com/phil1436/ownobjectscriptextension/raw/master/resources/demo.gif)
6767
68-
> Tip: You can use IntelliSense even if you have errors in your code.
68+
> Tip: You can use IntelliSense even if you have errors in your code. -->
6969

70-
### `Add Method Description Template`
70+
### `Add Method Description`
7171

7272
Generates description templates for your Methods. Just put your cursor in the Method and execute this command. Only works with `Method` and `ClassMethod`.
7373

@@ -138,7 +138,7 @@ This extension will create a directory named _ownobjectscriptextension-workspace
138138
139139
### Own ObjectScript Comment
140140

141-
- `Add Method Description Template`: Adds a description template to your Method or ClassMethod. See [here](#add-method-description-template) for more information.
141+
- `Add Method Description`: Adds a description template to your Method or ClassMethod. See [here](#add-method-description) for more information.
142142
- `Add Inline Comments`: Adds a comment in the current Method every specified count of lines without any comment (Default is every 5 lines).
143143
- `Edit Method Description Template`: Opens the _MethodDescriptionTemplate.json_ file so can edit the method template. Reload Window after editing.
144144

@@ -190,16 +190,16 @@ The extension will add a new color theme called _InterSystems Real Dark_. You ca
190190

191191
## [Release Notes](https://github.com/phil1436/ownobjectscriptextension/blob/master/CHANGELOG.md)
192192

193-
### [v0.0.15](https://github.com/phil1436/ownobjectscriptextension/tree/0.0.15)
193+
### [v0.0.16](https://github.com/phil1436/ownobjectscriptextension/tree/0.0.16)
194194

195-
- Color Theme `InterSystems Real Dark` added
196-
- Command `Create New Class` renamed to `Create New Wizard`
197-
- Command `Create New Wizard` extended
195+
- Refactoring
196+
- Bug fixes
197+
- Command `Add Method Description Template` renamed to `Add Method Description`
198198

199199
---
200200

201201
by [Philipp B.](https://github.com/phil1436)
202202

203203
powered by [InterSystems](https://www.intersystems.com/).
204204

205-
_This application is **not** supported by InterSystems Corporation._
205+
_This application is **not** supported by InterSystems Corporation. Please be notified that you use it at your own responsibility._

0 commit comments

Comments
 (0)