NSTextView-LineNumberView
NSTextView-LineNumberView copied to clipboard
Add line numbers to an instance of NSTextView. The line number view is implemented as a subclass of NSRulerView.
One issue I noticed in the demo app (which is great btw; thanks for making it available!) is that it doesn't allow file opening/saving/autosaving. These simple mods enable the demo...
// // LineNumberRulerView.swift // LineNumber // // Copyright (c) 2015 Yichi Zhang. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a //...
hello , in my project, i used NSTextView-LineNumberView, the textview is on a NSWindowController,when i close the window , the app must crash, and the Xcode log a location is...
iOS?
Can this be applied to iOS TextViews as well??