This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 131551
Collapse All | Expand All

(-)a/cnd/src/org/netbeans/modules/cnd/loaders/CppEditorSupport.java (-9 lines)
Lines 292-306 public class CppEditorSupport extends Da Link Here
292
	    }
292
	    }
293
	}
293
	}
294
294
295
	/**
296
	 *  Returns Editor pane for private use.
297
	 *  @return Editor pane for private use.
298
	 */
299
        @Override
300
	public JEditorPane getEditorPane() {
301
	    return pane;
302
	}
303
304
	/** Return the current line number */
295
	/** Return the current line number */
305
	public int getLineNumber() {
296
	public int getLineNumber() {
306
	    int l = NbDocument.findLineNumber(support.getDocument(),
297
	    int l = NbDocument.findLineNumber(support.getDocument(),

Return to bug 131551