atom / find-and-replace

Find and replace in a single buffer and in the project
MIT License
242 stars 196 forks source link

Added separators in context menu for better UI #1159

Closed ashutoshshrm529 closed 2 years ago

ashutoshshrm529 commented 2 years ago

Description of the Change

I noticed that there was no separator after this package's context menu in the tree view. This separator is necessary since other packages which also add menu elements are currently just grouped together. ( I discovered this while building another package and needing a context menu in the tree view)

Current Menu ('Other package' has added a context menu item)-

Screenshot 2022-08-14 at 1 13 53 PM

Behaviour after change

Screenshot 2022-08-14 at 1 14 22 PM

Benefits

Better cleaner tree view context menu for other packages.

Possible Drawbacks

UI changes a bit, but nothing major.

Applicable Issues

N/A. Just a small fix.