edwood
edwood copied to clipboard
Go version of Plan9 Acme Editor
Use plumb to open a file, see crash: goroutine 28 [running, locked to thread]: main.(*Text).fill(0xc00032ec18, 0x1649260, 0xc0008f2000) /Users/rjkroege/tools/gopkg/src/github.com/rjkroege/edwood/text.go:529 +0x1bf main.(*Text).Redraw(0xc00032ec18, 0x488, 0x267, 0x63f, 0x291, 0x1cb, 0x300) /Users/rjkroege/tools/gopkg/src/github.com/rjkroege/edwood/text.go:151 +0x175 main.(*Text).Resize(0xc00032ec18, 0x474,...
I've noticed that lately back-spacing will hide the cursor when it's at the end of a line. This is a regression. Please fix.
Summary of idea: Edwood should permit an external program to set styles (bold, italics, etc.) on ranges of text. Use cases would include * implementing an external program to do...
I opened many files in Edwood. See a different for bug for how file management got to be painful. I attempted to close them `Edit X/\.(go)$/ D` and it didn't...
Looks like an external program exiting incorrectly crashes edwood?
Add support for Edwood to Dump itself continuously. (The code would be easy in the absence of races. 😊)
Acme/Edwood (#46) have some complicated code to make double-clicking useful in HTML files. This doesn't really fit the Acme philosophy. We should consider a mechanism to make it possible to...
It would be awesome if the Get command would reload a file back at (approximately) the same scroll offset.
Changing window sizes (e.g. as a result of going fullscreen / not-fullscreen in response to an altered screen configuration seems to round the column widths in an unstable way. This...
On Windows, the standard line ending is CrLf. Although edwood is a solid Windows application, I think it should handle native Windows line endings more gracefully than by showing them...