Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: simplyRoba/ImpExSupport
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: simplyRoba/ImpExSupport
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Apr 14, 2018

  1. better description

    simplyRoba committed Apr 14, 2018
    Copy the full SHA
    cf2a38a View commit details
  2. Copy the full SHA
    eaac839 View commit details
  3. fixed description

    simplyRoba committed Apr 14, 2018
    Copy the full SHA
    e1c6dea View commit details
  4. less functional more oop

    simplyRoba committed Apr 14, 2018
    Copy the full SHA
    434ef13 View commit details
  5. Copy the full SHA
    5bef383 View commit details
  6. Copy the full SHA
    56c46f4 View commit details
  7. linting

    simplyRoba committed Apr 14, 2018
    Copy the full SHA
    f36681a View commit details

Commits on Apr 15, 2018

  1. better description

    simplyRoba committed Apr 15, 2018
    Copy the full SHA
    e2545da View commit details
  2. data line decorations

    simplyRoba committed Apr 15, 2018
    Copy the full SHA
    586d04e View commit details
  3. Copy the full SHA
    1d770de View commit details
  4. Copy the full SHA
    8a1196e View commit details
  5. linting

    simplyRoba committed Apr 15, 2018
    Copy the full SHA
    39a3e23 View commit details
  6. Create .travis.yaml

    simplyRoba authored Apr 15, 2018
    Copy the full SHA
    63ab5cd View commit details
  7. Copy the full SHA
    2918c51 View commit details
  8. Update .travis.yml

    simplyRoba authored Apr 15, 2018
    Copy the full SHA
    9976787 View commit details
  9. Update .travis.yml

    simplyRoba authored Apr 15, 2018
    Copy the full SHA
    f7c4894 View commit details
  10. Update launch.json

    simplyRoba authored Apr 15, 2018
    Copy the full SHA
    43079c9 View commit details
  11. Create index.ts

    simplyRoba authored Apr 15, 2018
    Copy the full SHA
    a2eb32c View commit details
  12. add lint to travis CI

    simplyRoba committed Apr 15, 2018
    Copy the full SHA
    fabb980 View commit details
  13. linting index.ts

    simplyRoba committed Apr 15, 2018
    Copy the full SHA
    a7ade58 View commit details
  14. Copy the full SHA
    678b257 View commit details
  15. Merge pull request #5 from simplyRoba/greenkeeper/initial

    Add Greenkeeper badge 🌴
    simplyRoba authored Apr 15, 2018
    Copy the full SHA
    936abfd View commit details
  16. added badges

    simplyRoba authored Apr 15, 2018
    Copy the full SHA
    8adc3ab View commit details
  17. Update README.md

    simplyRoba authored Apr 15, 2018
    Copy the full SHA
    84978d7 View commit details
  18. travis url

    simplyRoba committed Apr 15, 2018
    Copy the full SHA
    fa4b019 View commit details
  19. Copy the full SHA
    78d1cb9 View commit details
  20. Copy the full SHA
    90f0127 View commit details
  21. better preview

    simplyRoba committed Apr 15, 2018
    Copy the full SHA
    3053fbb View commit details
  22. version v0.2.0

    simplyRoba committed Apr 15, 2018
    Copy the full SHA
    fa96e7f View commit details
  23. fix changelog

    simplyRoba committed Apr 15, 2018
    Copy the full SHA
    062c8b9 View commit details
  24. fix config docs

    simplyRoba committed Apr 15, 2018
    Copy the full SHA
    bd1f1e6 View commit details
  25. improved gitignore

    simplyRoba committed Apr 15, 2018
    Copy the full SHA
    36f17d9 View commit details

Commits on Apr 16, 2018

  1. Update README.md

    simplyRoba authored Apr 16, 2018
    Copy the full SHA
    9913b25 View commit details
  2. fixed a typo

    simplyRoba committed Apr 16, 2018
    Copy the full SHA
    188485d View commit details
  3. Copy the full SHA
    01f2545 View commit details
  4. more typos fixed

    simplyRoba committed Apr 16, 2018
    Copy the full SHA
    8eb1c08 View commit details
  5. more typos .. everywhere

    simplyRoba committed Apr 16, 2018
    Copy the full SHA
    c7243f8 View commit details
  6. improved issue template

    simplyRoba committed Apr 16, 2018
    Copy the full SHA
    5e2a2be View commit details
  7. Copy the full SHA
    b0d5c0b View commit details
  8. remove single quotes fix #7

    simplyRoba committed Apr 16, 2018
    Copy the full SHA
    5b48cf7 View commit details
  9. Copy the full SHA
    b166827 View commit details
  10. Copy the full SHA
    209a378 View commit details
  11. let greenkeeper do his job

    simplyRoba committed Apr 16, 2018
    Copy the full SHA
    da5fd0d View commit details
  12. Copy the full SHA
    bd44387 View commit details
  13. prepare v0.2.1

    simplyRoba committed Apr 16, 2018
    Copy the full SHA
    93c4cc0 View commit details
  14. link issues in changelog

    simplyRoba committed Apr 16, 2018
    Copy the full SHA
    5832d9a View commit details

Commits on Apr 17, 2018

  1. Copy the full SHA
    d6a9189 View commit details

Commits on Apr 18, 2018

  1. Update .travis.yml

    simplyRoba authored Apr 18, 2018
    Copy the full SHA
    12ed94b View commit details
  2. Copy the full SHA
    5b153b7 View commit details
  3. Copy the full SHA
    9aba7fe View commit details
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@

## Specifications

* Version:
* Extension Version:
* VSCode Version:
* Platform:
* Subsystem:
14 changes: 12 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# OS
.DS_Store

# Node
node_modules
out
package-lock.json

# VSCode
.vscode-test
*.vsix
.DS_Store

# Project
out
coverage
63 changes: 63 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
language: node_js

node_js:
- node

sudo: false

os:
- osx
- linux

branches:
only:
- master
- develop
- /^greenkeeper\/.*$/
- /^feature\/.*$/
- /^bugfix\/.*$/
- /^v[0-9]+\.[0-9]+\.[0-9]+$/

env:
global:
- ISPRODTAG=^v[0-9]+\.[0-9]+\.[0-9]+$

before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
fi

install:
- npm install vsce -g
- npm install gulp-cli -g
- npm install

script:
- gulp lint
- vsce package
- gulp test

deploy:
- provider: releases
api_key: $GIT_TOKEN
file_glob: true
file: "*.vsix"
name: "ImpEx-Support $TRAVIS_TAG"
skip_cleanup: true
on:
tags: true
# if it's a PROD tag (something like v1.0.0), then publish extension to market.
condition: "$TRAVIS_OS_NAME == linux && $TRAVIS_TAG =~ $ISPRODTAG"
# deploy to vscode extension market
- provider: script
script: vsce publish -p $VSCE_TOKEN --packagePath *.vsix
skip_cleanup: true
on:
tags: true
# if it's a PROD tag (something like v1.0.0), then publish extension to market.
condition: "$TRAVIS_OS_NAME == linux && $TRAVIS_TAG =~ $ISPRODTAG"

after_success:
- bash <(curl -s https://codecov.io/bash)
30 changes: 26 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -4,15 +4,37 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"configurations": [
"configurations": [
{
"name": "Extension",
"name": "run extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
]
],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [
"${workspaceRoot}/out/src/**/*.js"
],
"preLaunchTask": "build",
},
{
"name": "run extension tests",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test"
],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
],
"preLaunchTask": "build",
}
]
}
}
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
// Mocha Sidebar
// https://marketplace.visualstudio.com/items?itemName=maty.vscode-mocha-sidebar
// run only unit tests that do not need vscode api
"mocha.files.glob": "out/test/**/*.unit.test.js",
"mocha.path": "../node_modules/mocha",
"mocha.options": {
"ui": "tdd",
},
}
19 changes: 19 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "0.1.0",
"command": "gulp",
"isShellCommand": true,
"args": [
"--no-color"
],
"tasks": [
{
"taskName": "build",
"args": [],
"isBuildCommand": true,
"isBackground": false,
"problemMatcher": [
"$tsc"
]
}
]
}
5 changes: 5 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
src/**/*
test/**/*
out/test/**/*
.vscode/**/*
.vscode-test/**/*
.github/**/*
docs/**/*
samples/**/*
.gitignore
tsconfig.json
tslint.json
.travis.yml
gulpfile.js
62 changes: 59 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,71 @@
# Change Log

## [Unreleased]
### [Unreleased]

* column multicursor
* data column highlighting
* shrink modifier for better readability

## [0.2.6] - 2018-xx-xx

### Fixed

* removed a trailing comma in language configuration [#36](https://github.com/simplyRoba/ImpExSupport/issues/36)

## [0.2.5] - 2018-06-06

### Changed

* column highlighting seems to work properly - its enabled by default now
* migrated to gulp v4

### Security

* a lot under the hood changes and test automation (a step further to a complete automated deployment process)

## [0.2.4] - 2018-05-01

### Fixed

* fixed the parsing of strings that are side by side [#20](https://github.com/simplyRoba/ImpExSupport/issues/20)
* fixed a bug where the last column was not recognized

## [0.2.3] - 2018-04-28

### Fixed

* fixed the parsing of strings [#8](https://github.com/simplyRoba/ImpExSupport/issues/8)

## [0.2.2] - 2018-04-19

### Fixed

* some small improvments

## [0.2.1] - 2018-04-16

### Fixed

* remove syntax highlightng of single quotes [#7](https://github.com/simplyRoba/ImpExSupport/issues/7)
* comments are only at start of a line [#6](https://github.com/simplyRoba/ImpExSupport/issues/6)

## [0.2.0] - 2018-04-15

### Added

* higlight the data lines whne clicking on a header column
* highlight the next semicolon if possible on an empty column

### Fixed

* remove column highlighting on selections
* fixed an error where lines containing only semicolons was not recognized correctly
* fixed an error where the column highlighting wont work when there are lines with less columns then the header

## [0.1.0] - 2018-04-14

### Added

* column highlighting on header (experimental) disabled by default - set `"impex.editor.columnHighlighting.enable": true` to enable
* column highlighting on header (experimental) disabled by default - set `"impex.editor.columnHighlighting.enabled": true` to enable
* default modifier snippet

## [0.0.2] - 2018-04-08
Loading