From c4e198595bf52f0ee4207e73ed04399df9884a4b Mon Sep 17 00:00:00 2001 From: Benjamin Bryan Date: Fri, 25 Feb 2022 15:45:55 -0800 Subject: [PATCH] Bump version to 1.1.0 --- CHANGELOG.md | 2 ++ README.md | 19 ++++++++++++------- package.json | 7 ++++--- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1779d74..3dfd9c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +## v1.1.0 +* Add FORMS and BLOCKS to Outline ## v1.0.8 * Add more metadata syntax highlighting diff --git a/README.md b/README.md index 8a294ac..117fd95 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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") diff --git a/package.json b/package.json index f0b6806..1bbc1c1 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -25,7 +25,8 @@ "iaf", "gembase", "ross", - "4gl" + "4gl", + "aptean" ], "main": "./outline/extension.js", "activationEvents": [