generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Refactored the `isGitignore` function to work with both `VirtualFile` and `Path` objects. - Improved the gitignore pattern matching logic. 2. In `GenerateDocumentationAction.kt`: - Enhanced the `transformContent` function to include project structure information in the API request. - Added a `findGitRoot` function to locate the Git root directory. - Improved the logic for generating individual output paths for documentation files. 3. In `TestResultAutofixAction.kt`: - Added a new `getFiles` function that works with `Path` objects. - Refactored the `getProjectStructure` function to work with both `VirtualFile` and `Path` objects. - Added a `findGitRoot` function that works with `Path` objects.
- Loading branch information
1 parent
e6cae42
commit 8638023
Showing
3 changed files
with
81 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters