Skip to content

Commit 22d30bb

Browse files
authored
Merge pull request #1 from bjonnh/bjonnh-screenshots
Add raw urls to screenshots for display on marketplace
2 parents 2e3a7c1 + eec2004 commit 22d30bb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ It adds two actions:
1515
These actions are accessible from the IntelliJ Actions: using shift-shift or control-shift-A (⇧⌘A on MacOS)
1616

1717
They are also accessible in the File menu and inside File Properties:
18-
![A screenshot of the file menu showing the two actions](images/filepermission.png)
18+
19+
![A screenshot of the file menu showing the two actions](https://raw.githubusercontent.com/bjonnh/FilePermissionsPlugin/main/images/filepermission.png)
1920

2021
If you choose **Change Permissions** you will see the following dialog:
21-
![Screenshot of the dialog when changing permissions](images/screenshot.png)
22+
23+
![Screenshot of the dialog when changing permissions](https://raw.githubusercontent.com/bjonnh/FilePermissionsPlugin/main/images/screenshot.png)
2224
<!-- Plugin description end -->
2325

2426
## Installation
@@ -41,4 +43,4 @@ Plugin based on the [IntelliJ Platform Plugin Template][template].
4143

4244
## Authors and participants
4345

44-
- Thanks to Natalia Melnikova (JB) for the menu screenshot and the proposition to add it
46+
- Thanks to Natalia Melnikova (JB) for the menu screenshot and the proposition to add it

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pluginGroup = net.bjonnh.intellij.filepermissionsplugin
55
pluginName = File Permissions Plugin
6-
pluginVersion = 0.1.6
6+
pluginVersion = 0.1.7
77
pluginSinceBuild = 202
88
pluginUntilBuild = 203.*
99
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl

0 commit comments

Comments
 (0)