Skip to content
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

Monotone version control support #83

Closed
hsz opened this issue Mar 2, 2015 · 1 comment
Closed

Monotone version control support #83

hsz opened this issue Mar 2, 2015 · 1 comment

Comments

@hsz
Copy link
Member

hsz commented Mar 2, 2015

Monotone version control

Filename:

.mtn-ignore

Syntax:

regexp

Logo:

Monotone icon

Reference:

http://monotone.ca/

hsz added a commit that referenced this issue Mar 3, 2015
@hsz hsz closed this as completed Mar 3, 2015
@hsz
Copy link
Member Author

hsz commented Mar 24, 2018

--- a/src/mobi/hsz/idea/gitignore/outer/OuterIgnoreWrapper.java
+++ b/src/mobi/hsz/idea/gitignore/outer/OuterIgnoreWrapper.java
@@ -118,7 +118,7 @@ public void linkSelected(LinkLabel aSource, Object aLinkData) {
 
         for (final VirtualFile outerFile : outerFiles) {
             Document document = FileDocumentManager.getInstance().getDocument(outerFile);
-            Editor outerEditor = document != null ? Utils.createPreviewEditor(document, project, true) : null;
+            Editor outerEditor = document != null ? Utils.createPreviewEditor(document, null, true) : null;
 
             if (outerEditor != null) {
                 final JScrollPane scrollPanel = ScrollPaneFactory.createScrollPane(outerEditor.getComponent());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant