Package com.intellij.history

Examples of com.intellij.history.LocalHistoryAction.finish()


                refresh = new Runnable() {
                    public void run() {
                        vp.refresh(false, true, new Runnable() {
                            public void run() {
                                filePath.refresh();
                                action.finish();
                            }
                        });
                    }
                };
            }
View Full Code Here


                    if (file != null) {
                        VcsDirtyScopeManager.getInstance(project).fileDirty(file);
                    }
                } finally {
                    action.finish();
                }
            }
        }.queue();
    }
View Full Code Here

              }
              catch (Exception ex) {
                exception[0] = ex;
              }
              finally {
                action.finish();
              }
            }
          };
          ApplicationManager.getApplication().runWriteAction(run);
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.