Home
last modified time | relevance | path

Searched refs:logView (Results 1 – 25 of 65) sorted by relevance

123

/dports/security/keybase/client-v5.7.1/osx/KBKit/KBKit/UI/Debug/
H A DKBConsoleView.m16 @property KBListView *logView; property
58 YOView *logView = [YOView view];
83 [logView addSubview:_logView];
90 [logView addSubview:_textView];
99 [self addSubview:logView];
113 [self.logView removeAllObjects];
148 BOOL atBottom = [self.logView isAtBottom];
149 [self.logView.dataSource addObjects:messages];
151 [self.logView reloadData];
153 //[self.logView.view noteNumberOfRowsChanged];
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/ui/internal/views/log/jdt/
H A DShowErrorInStackTraceConsoleHandler.java27 LogView logView = null; field in ShowErrorInStackTraceConsoleHandler
36 logView = (LogView) activePart; in setEnabled()
43 if (logView != null) { in isEnabled()
44 if (logView.getSelectedStack() != null) { in isEnabled()
56 LogView logView = (LogView) activePart; in execute() local
57 if (logView.getSelectedStack() != null) { in execute()
61 fFactory.openConsole(logView.getSelectedStack()); in execute()
H A DShowInConsolePropertyTester.java29 LogView logView = (LogView) receiver; in test() local
30 if (logView.getSelectedStack() != null) { in test()
/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A DlogDialog.cpp54 (uiL.logView->document())->setMaximumBlockCount(50000); // set maximum blocks to avoid freeze in logDialog()
68 uiL.logView -> setText(tr("loading logfile...")); in readLogFileNOW()
77 if (uiL.logView -> toPlainText() == "loading logfile...") in refreshWindow()
78 uiL.logView -> clear(); in refreshWindow()
79 uiL.logView -> append(newText); in refreshWindow()
100 uiL.logView -> setText(errorText); in refreshWindowError()
124 uiL.logView -> scrollToAnchor("error" + countStr.setNum(errorCount+1)); in prevError()
140 …uiL.logView -> scrollToAnchor("error" + countStr.setNum(errorCount+1)); //scroll to the current er… in nextError()
/dports/comms/klog/klog-1.8.5/src/
H A Dlogwindow.cpp38 logView = new QTableView; in LogWindow()
85 logView->setSortingEnabled(true); in createUI()
88 layout->addWidget(logView); in createUI()
109 logView->setModel(logModel); in createlogPanel()
117 logView->resizeColumnsToContents(); in createlogPanel()
119 logView->sortByColumn(1, Qt::DescendingOrder); in createlogPanel()
141 logView->setColumnHidden(i, true); in setColumnsOfLog()
184 logView->setColumnHidden(columns, false); in showColumn()
212 int row = (logView->indexAt(pos)).row(); in slotRighButtonFromLog()
443 logView->selectAll(); in slotQSOsSelectAll()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/
H A DImportLogAction.java38 private final LogView logView; field in ImportLogAction
57 logView.handleImportPath(location); in doRun()
81 public ImportLogAction(LogView logView, String text, IMemento memento) { in ImportLogAction() argument
83 this.logView = logView; in ImportLogAction()
91 logView.handleImport(); in run()
183 …action.setChecked(action.getId().equals(previouslyCheckedActionId) && !logView.isPlatformLogOpen()… in createMenuItems()
194 logView.setPlatformLog(); in createMenuItems()
198 importWorkspaceLogAction.setChecked(logView.isPlatformLogOpen()); in createMenuItems()
H A DLogViewContentProvider.java20 private LogView logView; field in LogViewContentProvider
22 public LogViewContentProvider(LogView logView) { in LogViewContentProvider() argument
23 this.logView = logView; in LogViewContentProvider()
34 return logView.getElements(); in getElements()
H A DEventDetailsDialogAction.java30 private LogView logView; field in EventDetailsDialogAction
48 …public EventDetailsDialogAction(LogView logView, Control control, ISelectionProvider provider, IMe… in EventDetailsDialogAction() argument
50 this.logView = logView; in EventDetailsDialogAction()
99 …propertyDialog = new EventDetailsDialog(control.getShell(), logView, element, provider, comparator… in run()
H A DLogViewLabelProvider.java39 private LogView logView; field in LogViewLabelProvider
41 public LogViewLabelProvider(LogView logView) { in LogViewLabelProvider() argument
49 this.logView = logView; in LogViewLabelProvider()
134 if ((element instanceof LogSession) && (logView.isCurrentLogSession((LogSession) element))) { in getFont()
H A DOpenIDELogFileAction.java34 public OpenIDELogFileAction(LogView logView) { in OpenIDELogFileAction() argument
35 fView = logView; in OpenIDELogFileAction()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.xdebug.ui/src/net/sourceforge/phpeclipse/xdebug/ui/views/logview/
H A DLogViewContentProvider.java19 private LogView logView; field in LogViewContentProvider
21 public LogViewContentProvider(LogView logView) { in LogViewContentProvider() argument
22 this.logView = logView; in LogViewContentProvider()
30 return logView.getLogs(); in getElements()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests.smartimport/src/org/eclipse/ui/tests/smartimport/
H A DProjectTestTemplate.java72 LogView logView = new LogView(); in cleanup() local
73 logView.open(); in cleanup()
74 logView.deleteLog(); in cleanup()
91 LogView logView = new LogView(); in setupClass() local
92 logView.open(); in setupClass()
93 logView.deleteLog(); in setupClass()
127 LogView logView = new LogView(); in checkErrorLog() local
128 logView.open(); in checkErrorLog()
129 List<LogMessage> errorMessages = logView.getErrorMessages(); in checkErrorLog()
/dports/devel/cervisia/cervisia-21.12.3/
H A Dlogtree.h102 explicit LogTreeModel(LogTreeView *t) : logView(t) { } in LogTreeModel()
107 return logView->rowCount;
113 return logView->columnCount;
119 LogTreeView *logView;
130 explicit LogTreeDelegate(LogTreeView *t) : logView(t) { } in LogTreeDelegate()
134 LogTreeView *logView;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/iPhone/
H A DiSCSynthController.mm73 [logView setFont:[[logView font] fontWithSize:9.0f]];
74 [logView setTextColor:[UIColor blueColor]];
175 [logView flashScrollIndicators];
182 NSString* s = [logView text];
184 [logView setText:s2];
187 if (len) [logView scrollRangeToVisible:NSMakeRange(len-1, 0)];
189 int offset = [logView contentSize].height - [logView bounds].size.height;
191 [logView setContentOffset:CGPointMake(0, offset) animated:NO];
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/FeedbackView/+desktop/
H A DLogView.qml132 id: logView
149 width: logView.width - 2 * Constants.pane_padding
154 onFireNewLogMsg: if (logView.atYEnd) logView.positionViewAtEnd()
159 onKeyPressed: logView.handleKeyPress(key)
164 scope: logView
165 framee: logView
/dports/emulators/mess/mame-mame0226/src/osd/modules/debugger/osx/
H A Derrorlogviewer.mm30 logView = [[MAMEErrorLogView alloc] initWithFrame:NSMakeRect(0, 0, 100, 100) machine:*machine];
38 [logScroll setDocumentView:logView];
39 [logView release];
45 NSSize desired = [NSScrollView frameSizeForContentSize:[logView maximumFrameSize]
H A Derrorlogviewer.h21 MAMEErrorLogView *logView; variable
/dports/emulators/mame/mame-mame0226/src/osd/modules/debugger/osx/
H A Derrorlogviewer.mm30 logView = [[MAMEErrorLogView alloc] initWithFrame:NSMakeRect(0, 0, 100, 100) machine:*machine];
38 [logScroll setDocumentView:logView];
39 [logView release];
45 NSSize desired = [NSScrollView frameSizeForContentSize:[logView maximumFrameSize]
H A Derrorlogviewer.h21 MAMEErrorLogView *logView; variable
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Designer/src/dashboard/
H A DExternalToolsDashboardWidget.cpp263 …outputContentNode->badgeLabel->logView->setHtml("<code>" + outputContentNode->content + "</code>"); in addLogEntry()
454 : kind(kind), titleLabel(nullptr), copyButton(nullptr), logView(nullptr) { in BadgeLabel()
464 logView = new QTextBrowser(); in BadgeLabel()
465 logView->setStyleSheet("QTextBrowser {" + finalStyle + "}"); in BadgeLabel()
466 logView->setTextInteractionFlags(Qt::TextBrowserInteraction); in BadgeLabel()
467 logView->setContextMenuPolicy(Qt::DefaultContextMenu); in BadgeLabel()
468 logView->setOpenExternalLinks(true); in BadgeLabel()
469 logView->setMinimumHeight(qBound(56, 30 * qMax(text.count("\n"), text.size() / 84), 400)); in BadgeLabel()
470 logView->setMaximumHeight(800); in BadgeLabel()
471 logView->setHtml("<code>" + text + "</code>"); in BadgeLabel()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/FeedbackView/+mobile/
H A DLogView.qml39 sectionPageFlickable: logView
68 id: logView
72 onFireNewLogMsg: if (logView.atYEnd) logView.positionViewAtEnd()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.debug.core/
H A Dplugin.properties6 ViewCommand.logView.name= PHP Debug Log
7 ViewCommand.logView.description= Show the PHP Debug Log
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/graphicView/
H A DGuiLogView.java44 JScrollPane logView = new JScrollPane(htmlLogPane); in GuiLogView() local
45 frame.setContentPane(logView); in GuiLogView()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/examples/objc/AppRTCMobile/mac/
H A DAPPRTCViewController.m42 @property(nonatomic, readonly) NSTextView* logView; property
63 @synthesize logView = _logView;
67 self.logView.string = [NSString stringWithFormat:@"%@%@\n", self.logView.string, message];
68 NSRange range = NSMakeRange(self.logView.string.length, 0);
69 [self.logView scrollRangeToVisible:range];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/examples/objc/AppRTCMobile/mac/
H A DAPPRTCViewController.m42 @property(nonatomic, readonly) NSTextView* logView; property
63 @synthesize logView = _logView;
67 self.logView.string = [NSString stringWithFormat:@"%@%@\n", self.logView.string, message];
68 NSRange range = NSMakeRange(self.logView.string.length, 0);
69 [self.logView scrollRangeToVisible:range];

123