Skip to content

Commit

Permalink
Merge pull request #7 from ross-sig/add-metadata-commands-3
Browse files Browse the repository at this point in the history
Add metadata commands 3
  • Loading branch information
ahnooie authored Dec 8, 2017
2 parents 57d85c0 + c91f908 commit c241a95
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## v1.0.8
* Add more metadata syntax highlighting
* Add Changelog
* Add Contributing Guide

## v1.0.7
* Add some metadata syntax highlighting

## v1.0.6
* Move to GitHub

## v1.0.5
* Fix Compatibility with VS Code 1.8.1

## v1.0.0
* Initial Release
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Contributing Guide
## Introduction

Thank you for contributing to the Gembase DML Visual Studio Code Extension

## Issues, Bugs, Questions, Enhancement Requests

Feel free to Report bugs, questions or enhancement requests as issues.

## Pull Requests

To make a pull request fork this project into your own GitHub repository and after making changes create a PR. Read https://help.github.com/articles/creating-a-pull-request/

Please test your changes locally to make sure you didn't break anything.

If you are making multiple unrelated changes submit multiple PRs so they can be evaluated and merged in individually (if unrelated changes are trivial then one PR is fine).
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Gembase DML Editor Extension for Visual Studio Code

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

# Features
## 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.

# Warning
This extension is in alpha. It may generate bad code that doesn't compile. 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.)
## 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.)

## Issues and Contributions
If you find any issues or have feature requests report them here:
Expand All @@ -19,17 +19,17 @@ If you'd like to make any contributions please create a pull request here:

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

# Installing
## Installing

This plugin can be found on the Visual Studio Marketplace:

https://marketplace.visualstudio.com/items?itemName=litehouse.dml

To use it, first install Visual Studio Code: https://code.visualstudio.com/
To use it, first install Visual Studio Code: https://code.visualstudio.com/ which is a free open source code editor.

Then install the DML extension by opening Visual Studio Code and type \[Ctrl+P\] "ext install dml" \[enter\]
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"

# Screenshots
## Screenshots

![Screenshot](https://camo.githubusercontent.com/af3fb1bafd76a6f20181789af469ebc9c939ff2d/68747470733a2f2f6769746c61622e636f6d2f726f73732d7369672f7673636f64652d67656d626173652d646d6c2f7261772f6d61737465722f646d6c5f656469746f722e676966 "DML Edior Screenshot")

Expand Down

0 comments on commit c241a95

Please sign in to comment.