You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Feature: GitHub issue #137: USS sorting feature introduced ([c154e027](https://github.com/zowe/zowe-explorer-intellij/commit/c154e027))
13
+
* Feature: GitHub issue #149: Clicking "Cancel" button is not so intrusive now ([c01926de](https://github.com/zowe/zowe-explorer-intellij/commit/c01926de))
14
+
* Feature: GitHub issue #150: Connection test request is not being sent after connection name change ([207389f3](https://github.com/zowe/zowe-explorer-intellij/commit/207389f3))
15
+
* Feature: GitHub issue #190: Warning dialog for "Allow self-signed..." and HTTP usage ([62fc8de4](https://github.com/zowe/zowe-explorer-intellij/commit/62fc8de4))
16
+
* Feature: GitHub issue #192: Jobs sorting feature introduced ([e5e37437](https://github.com/zowe/zowe-explorer-intellij/commit/e5e37437))
17
+
* Feature: GitHub issue #193: Error notification is made compact and readable ([83375d25](https://github.com/zowe/zowe-explorer-intellij/commit/83375d25))
* Feature: GitHub issue #198: TSO reconnection timeout and attempts are introduced ([9bc02a0b](https://github.com/zowe/zowe-explorer-intellij/commit/9bc02a0b))
22
+
* Feature: "Force rename" feature is removed due to the lack of clarity ([1cec9c79](https://github.com/zowe/zowe-explorer-intellij/commit/1cec9c79))
23
+
* Feature: "Connection name" column made a bit wider ([0b8816f7](https://github.com/zowe/zowe-explorer-intellij/commit/0b8816f7))
24
+
* Feature: "horizontalAlign" and "verticalAlign" are removed as they are deprecated ([cc34a8d3](https://github.com/zowe/zowe-explorer-intellij/commit/cc34a8d3))
25
+
* Feature: Now the content is being synchronized before it is reloaded with new encoding ([605eeabd](https://github.com/zowe/zowe-explorer-intellij/commit/605eeabd))
26
+
* Feature: TSO CLI gets focus when it is just opened ([9bc02a0b](https://github.com/zowe/zowe-explorer-intellij/commit/9bc02a0b))
27
+
* Feature: Notification after a dataset is created is improved ([8d62771c](https://github.com/zowe/zowe-explorer-intellij/commit/8d62771c))
28
+
* Feature: Some enhancements to the connection creation dialog ([5a7a56de](https://github.com/zowe/zowe-explorer-intellij/commit/5a7a56de))
* Feature: "reportThrowable" replaced with "notifyError" ([577b81c2](https://github.com/zowe/zowe-explorer-intellij/commit/577b81c2))
9
31
* Feature: Correct alignment for fields in working set dialog ([745143cc](https://github.com/zowe/zowe-explorer-intellij/commit/745143cc))
10
32
11
-
### Bufixes
33
+
### Bugfixes
12
34
35
+
* Bugfix: Slow operations in EDT ([8e9266d5](https://github.com/zowe/zowe-explorer-intellij/commit/8e9266d5))
36
+
* Bugfix: Dialog for PDS/E instead of PDS now appears if there is an entity being placed under a PDS/E ([005aadd3](https://github.com/zowe/zowe-explorer-intellij/commit/005aadd3))
37
+
* Bugfix: Owner is now recognized correctly ([08355c8c](https://github.com/zowe/zowe-explorer-intellij/commit/08355c8c))
38
+
* Bugfix: USS files are no more displayed after they are deleted ([c130ea52](https://github.com/zowe/zowe-explorer-intellij/commit/c130ea52))
39
+
* Bugfix: Files with long name placing as a z/OS dataset is fixed ([1afd501e](https://github.com/zowe/zowe-explorer-intellij/commit/1afd501e))
40
+
* Bugfix: Fixed source file removal when cut is performed ([c1b88348](https://github.com/zowe/zowe-explorer-intellij/commit/c1b88348))
13
41
* Bugfix: Fixed unexpected freezes of IDE during work with USS part ([38f1f5b3](https://github.com/zowe/zowe-explorer-intellij/commit/38f1f5b3))
14
42
* Bugfix: Fixed error that was caused by members renaming ([238ebc08](https://github.com/zowe/zowe-explorer-intellij/commit/238ebc08))
15
43
* Bugfix: Fixed missed automatic translation to uppercase ([1b48de61](https://github.com/zowe/zowe-explorer-intellij/commit/1b48de61))
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Consider some new feature for the plugin. The first that you need is to create a
87
87
6. Describe the issue:
88
88
- In case of bug - make a reproduction scheme or short description on how to achieve this;
89
89
- In case of new feature or improvement - describe, what you are trying to implement, how it should work, and (if applicable) why it should be introduced in the plugin;
90
-
6. After the changes are made, create a pull request on any of the main branches in the project repo. ***It is not a problem if you specified an incorrect target branch, we will help you with it before the changes are pushed***
91
-
7. Assign Uladzislau Kalesnikau as a reviewer to the pull request
92
-
8. Attach the issue to the pull request
93
-
9. Wait on the approval (thanks in advance)
90
+
7. After the changes are made, create a pull request on any of the main branches in the project repo. ***It is not a problem if you specified an incorrect target branch, we will help you with it before the changes are pushed***
91
+
8. Assign Uladzislau Kalesnikau as a reviewer to the pull request
0 commit comments