Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtanx committed May 6, 2017
1 parent 60ac858 commit 40198dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to the "ctagsx" extension will be documented in this file.

## [Unreleased]
## [1.0.1] - 2017-05-07
### Added
- Added handling for file names in the format of `file_name:line_number:char_number`, e.g. `stemdb.c:3513:30`, where `file_name` is the text selected for lookup. It will now jump to the specified line number, and if given, the character position.
### Changed
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ To search for a tag, press `Ctrl+t`/`Cmd+t`.
None at the moment

## Known Issues
Please report any issues to https://github.com/jtanx/ctagsx/issues

* It is assumed that tags files are sorted, as ctagsx will only perform a binary search on the tags file. If the file is not sorted, then it may generate incorrect results.
* It is not possible to search for tags when editing a large file (>= 5MB). This is a [limitation](https://github.com/Microsoft/vscode/issues/3147) of Visual Studio Code.
* If the navigated-to line contains multiple occurrences of the tag name, the cursor is only placed at the first occurrence.
Expand Down
8 changes: 4 additions & 4 deletions img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ctagsx",
"displayName": "ctagsx",
"description": "A fast, cross-platform and working ctags implementation",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "jtanx",
"icon": "img/logo.svg",
"engines": {
Expand Down

0 comments on commit 40198dc

Please sign in to comment.