as / a

A graphical text editor
BSD 3-Clause "New" or "Revised" License
347 stars 25 forks source link

a: too many "New" functions #44

Closed as closed 6 years ago

as commented 6 years ago
github.com\as\a\col.go:23,24:  func NewCol(src screen.Screen, wind screen.Window, ft *font.Font, sp, size image.Point, files ...string) *Col {
github.com\as\a\col.go:57,58:  func NewCol2(g *Grid, filenames ...string) (w Plane) {
github.com\as\a\col.go:77,78:  func New(co *Col, filename string) (w Plane) {
github.com\as\a\grid.go:15,16: func NewGrid(src screen.Screen, wind screen.Window, ft *font.Font, sp, size image.Point, files ...string) *Grid {
as commented 6 years ago

mostly resolved in v0.6.7