📄 changes
字号:
Changes since v.0.01 --- sted v. 0.2.2 ---v.0.2.2, 17th May 1998.- Fixed the Makefile. The problem was that I had used spaces, insteadof tabs, as separators. This also led me to the next point...- Fixed that tab handling in sted a little bit. I wouldn't say it worksin a nice way, because I haven't found a good solution to the tabs problem yet, sted still sees them as a bunch of spaces, but I save themas real tabs, so files created with sted should look okay in othereditors as well, now.- Rewrote the save_file() function a bit too.v.0.2.1, 12th May 1998.- Fixed a little bug that meant you couldn't open a file from thecommand line without also starting sted in psychedelic mode. Stupid.v.0.2, 11th May 1998.- Added psychedelic mode, which simply means that the text changes colourevery time you hit a key. Start sted with the argument -p to see whatit's like.- Added longer line lengths. The screen scrolls if you type a line that islonger than the screen is wide. I don't know if this is the best solution,but I haven't seen it in any other Linux text editor, so if anyone wantsit, here's an editor that does it. - You can now use Backspace when you're typing in a filename, to correct typos.- Fixed a stupid line lengths bug, that meant you couldn't load some ofthe files that you saved. - Cleaned the code up a bit, but it's still very ugly.v.0.01, 9th May 1998.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -