Skip to content

Feature/path interpolation simple #284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 53 commits into from
Nov 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
652b7eb
Removes paths.ts which checks if binary is in PATH
gnikit Sep 21, 2021
389a6e2
Updates install tools.
gnikit Sep 21, 2021
b1b92db
Adds formatting support
gnikit Sep 21, 2021
01ea528
Installing `findent` through pip
gnikit Oct 1, 2021
787e9a0
Minor edit when installing a VSCode extension
gnikit Oct 1, 2021
d5bb1ee
Renames `fortran_fixed-form` to `FortranFixedForm`
gnikit Oct 1, 2021
e8f020d
The extension would not activate for fixed form
gnikit Oct 1, 2021
34db498
Linting now works with fixed form
gnikit Oct 1, 2021
b7ed5ce
Added safeguard for fprettify and fixed Fortran
gnikit Oct 1, 2021
1690b20
Updates CHANGELOG.md
gnikit Oct 1, 2021
8222192
Updates README.md
gnikit Oct 1, 2021
eefaf92
Add syntax test for fixed form fortran
gnikit Oct 12, 2021
0fd66a8
Updates the version number to 2.4.0
gnikit Oct 12, 2021
530a49e
Addresses review comments
gnikit Oct 14, 2021
afb69e9
Adds simple path interpolation and globs
gnikit Oct 15, 2021
0b1436a
Updates npm and & yarn files
gnikit Oct 15, 2021
6c81e8b
Switches to @types/vscode & @vscode/test-electron
gnikit Oct 15, 2021
2d2149c
updates lock files
gnikit Oct 15, 2021
75da629
Removes paths.ts which checks if binary is in PATH
gnikit Sep 21, 2021
76a88a3
Updates install tools.
gnikit Sep 21, 2021
d703e22
Adds formatting support
gnikit Sep 21, 2021
3ece315
Installing `findent` through pip
gnikit Oct 1, 2021
4d58ea1
Minor edit when installing a VSCode extension
gnikit Oct 1, 2021
fadf2d8
Renames `fortran_fixed-form` to `FortranFixedForm`
gnikit Oct 1, 2021
1729769
The extension would not activate for fixed form
gnikit Oct 1, 2021
b8f5adb
Linting now works with fixed form
gnikit Oct 1, 2021
b7e0c13
Added safeguard for fprettify and fixed Fortran
gnikit Oct 1, 2021
5a7a035
Updates README.md
gnikit Oct 1, 2021
4ea5f50
Addresses review comments
gnikit Oct 14, 2021
9495ddc
Update to version 2.5.0
gnikit Oct 15, 2021
ffeda02
Updates CHANGELOG after rebase
gnikit Oct 15, 2021
165e048
Merge branch 'feature/formatting' into feature/path-interpolation-simple
gnikit Oct 15, 2021
ac44eca
Merge branch 'feature/formatting' into feature/path-interpolation-simple
gnikit Oct 19, 2021
404851e
installing external dep extensions
gnikit Oct 19, 2021
2d82960
Removed redundant replace
gnikit Oct 19, 2021
2f00b2f
Merge branch 'master' into feature/path-interpolation-simple
gnikit Nov 10, 2021
37abd9b
Update CHANGELOG
gnikit Nov 10, 2021
5af5bb9
Merge branch 'feature/formatting' into feature/path-interpolation-simple
gnikit Nov 12, 2021
0c2e1b6
Merge branch 'master' into feature/path-interpolation-simple
gnikit Nov 12, 2021
d4028b6
Updates lockfiles
gnikit Nov 12, 2021
ba184b0
Merge branch 'feature/formatting' into feature/path-interpolation-simple
gnikit Nov 12, 2021
a1707f1
Update lockfiles
gnikit Nov 12, 2021
8551777
Updates lockfiles to v2.6.0
gnikit Nov 12, 2021
07d9cf0
Updates CHANGESLOG
gnikit Nov 12, 2021
7b77400
Merge branch 'master' into feature/path-interpolation-simple
gnikit Nov 12, 2021
8e29811
Adds glob to packages
gnikit Nov 14, 2021
80343cb
Fixes error with fast-glob and lack of dir access
gnikit Nov 14, 2021
ec07a9c
Fixes Log channel suppressed when activation fails #286
gnikit Nov 14, 2021
f0a5845
Merge branch 'feature/formatting' into feature/path-interpolation-simple
gnikit Nov 14, 2021
b05ab9e
Merge branch 'master' into feature/path-interpolation-simple
gnikit Nov 17, 2021
6c6d183
Formatted documents
gnikit Nov 17, 2021
e123511
Updates CHANGELOG.md
gnikit Nov 17, 2021
9e0c876
2.6.1
gnikit Nov 17, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Suggest an idea for this project
title: ''
labels: feature-request
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/other-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Any other issue not covered by the above templates
title: ''
labels: ''
assignees: ''

---

**Describe the issue**
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/syntax-highlighting.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Create a bug report for erroneous syntax highlighting
title: ''
labels: syntax-highlight
assignees: ''

---

**Describe the bug**
Expand Down
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.6.1]

### Fixed

- Fixes log channel not initialising when extension fails to activate
([#286](https://github.com/krvajal/vscode-fortran-support/issues/286))

## [2.6.0]

### Added

- Adds support for variable and path interpolation along with glob expressions
([#231](https://github.com/krvajal/vscode-fortran-support/issues/231))
([#86](https://github.com/krvajal/vscode-fortran-support/issues/86))
- Adds explicit option `linterModOutput` for module output
([#176](https://github.com/krvajal/vscode-fortran-support/issues/176))

## [2.5.0]

### Added
Expand Down Expand Up @@ -319,7 +336,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Initial release

[unreleased]: https://github.com/krvajal/vscode-fortran-support/compare/v2.5.0...HEAD
[unreleased]: https://github.com/krvajal/vscode-fortran-support/compare/v2.6.1...HEAD
[2.6.1]: https://github.com/krvajal/vscode-fortran-support/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/krvajal/vscode-fortran-support/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/krvajal/vscode-fortran-support/compare/v2.4.3...v2.5.0
[2.4.3]: https://github.com/krvajal/vscode-fortran-support/compare/v2.4.2...v2.4.3
[2.4.2]: https://github.com/krvajal/vscode-fortran-support/compare/v2.4.1...v2.4.2
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ Two formatters are supported [`findent`](https://github.com/gnikit/findent-pypi)
and [`fprettify`](https://github.com/pseewald/fprettify). Both of them can be
installed with `pip` automatically through the extension.

findent | fprettify
:-------------------------:|:-------------------------:
![](./images/findent-demo.gif) | ![](./images/fprettify-demo.gif)
| findent | fprettify |
| :----------------------------: | :------------------------------: |
| ![](./images/findent-demo.gif) | ![](./images/fprettify-demo.gif) |

The formatter is controlled by the user option

Expand Down
Loading