Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Orcomp authored and Orcomp committed Jul 18, 2017
1 parent 2c4234b commit 2a74ee1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ It is built with:
- [AvalonEdit](http://avalonedit.net/)
- Loosely implements [Elastic-tabstops](http://nickgravgaard.com/elastic-tabstops/) in the background (i.e. instead of tabstops we use commas as the separators).

We have purposely kept the control simple. We welcome all pull requests, however please discuss large feature implementations ahead of time.
We have purposely kept the control simple.

We welcome all pull requests, however please discuss large feature implementations ahead of time.

## Download

Expand Down Expand Up @@ -53,12 +55,14 @@ We would also welcome a PR that allowed CsvTextEditor to handle more cases.
- Syntax highlighting (Numbers are shown in blue font)
- Automatically highlight "True/False" and "Yes/No" values
- Word hints based on existing values in the column will be shown as you type

- **ShortCut Keys**:
- Delete lines ("CTRL +L")
- Duplicate lines ("CTRL + D")
- Add columns (",")
- Delete columns ("CTL + ,")
- Search and replace ("CTRL + F") (Search will also highlight all occurrences in the file)

- **Commands**:
- Remove duplicate rows
- Remove blank lines
Expand Down

0 comments on commit 2a74ee1

Please sign in to comment.