Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnooie committed Feb 25, 2022
1 parent 9b4b63a commit c4e1985
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## v1.1.0
* Add FORMS and BLOCKS to Outline

## v1.0.8
* Add more metadata syntax highlighting
Expand Down
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

This extension provides Syntax highlighting and Snippets (basic autocompletion) for Gembase DML (Data Manipulation Language).

## Features
Syntax highligting and auto-complete using snippets for most DML code blocks, forms, expressions, statements, and functions. Use the tab key to auto-complete or jump between tab-stops.

Note: Syntax colorization should work on most themes. It was tested againt the default Visual Studio Code light and dark themes: Dark+ (default dark) and Light+ (Default Light. Some color themes like "Dark (Visual Studio) and "Light (Visaul Studio)" don't include colorizing for things like variables. This is intended behavior as it's a design decision by the theme author to leave out colorization for such.
Gembase DML is commonly used in conjuction with IAF (Internet Application Framework) and Aptean Ross ERP (Enterprise Resource Manager).

## Follow Best Practices
This extension is fairly new, snippets may generate code that doesn't compile (if you encounter any issues please report an issue on GitHub). Standard precautions apply (use this extension in a test environment before using it in production, make sure you have backups and version control on your code, etc.)
## Features
* Syntax highligting (colors tested against Dark+ and Light+)
* Auto-complete using snippets for most DML code blocks, forms, expressions, statements, and functions. Use the tab key to auto-complete or jump between tab-stops.
* DML Outline for FORMS and BLOCKS

## Issues and Contributions
If you find any issues or have feature requests report them here:
Issues and Feature Requests:

https://github.com/ross-sig/vscode-gembase-dml/issues

Expand All @@ -29,6 +28,12 @@ To use it, first install Visual Studio Code: https://code.visualstudio.com/ whic

Open Visual Studio Code, go to the Extensions MarketPlace (The square looking button along the left-hand column, or bring it up with Ctrl+Shift+X). Search for "Gembase DML" and hit the "Install Button"

## Changelog
See: https://github.com/ross-sig/vscode-gembase-dml/blob/master/CHANGELOG.md

## Modifications
If you'd like to make your own modifications download and unzip to c:\users\yourname\.vscode\extensions

## Screenshots

![Screenshot](https://camo.githubusercontent.com/af3fb1bafd76a6f20181789af469ebc9c939ff2d/68747470733a2f2f6769746c61622e636f6d2f726f73732d7369672f7673636f64652d67656d626173652d646d6c2f7261772f6d61737465722f646d6c5f656469746f722e676966 "DML Edior Screenshot")
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "dml",
"version": "1.0.8",
"version": "1.1.0",
"publisher": "litehouse",
"engines": {
"vscode": "^1.8.1"
"vscode": "^1.64.2"
},
"license": "MIT",
"bugs": {
Expand All @@ -25,7 +25,8 @@
"iaf",
"gembase",
"ross",
"4gl"
"4gl",
"aptean"
],
"main": "./outline/extension.js",
"activationEvents": [
Expand Down

0 comments on commit c4e1985

Please sign in to comment.