Examples of LightweightHint


Examples of com.intellij.ui.LightweightHint

                                    message = getPerformAgainMessage(browseDirection);
                                } else {
                                    message = "Not found";
                                }
                                // show hint
                                LightweightHint hint = new LightweightHint(HintUtil.createInformationLabel(message));
                                HintManagerImpl.getInstanceImpl().showEditorHint(hint, editor,
                                        browseDirection == BWACHandlerBrowse.BrowseDirection.NEXT ? HintManager.UNDER : HintManager.ABOVE,
                                        HintManager.HIDE_BY_ANY_KEY | HintManager.HIDE_BY_TEXT_CHANGE | HintManager.HIDE_BY_SCROLLING,
                                        0, false);
                            }
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.