ce - Crystal editor

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2026-07-19
22:56
Minor typographic change to Ruby extension doc. Leaf check-in: 735a37ba36 user: marka tags: trunk
2026-07-15
15:27
Bind M-C-G to abort. check-in: 12a40bdc4a user: marka tags: trunk
2026-07-02
01:40
Don't crash if user enters a bad line number to gotoline. check-in: 4e1c8f4509 user: marka tags: trunk
2026-06-14
17:04
Change regex used to match "in-paragraph" lines to include left paren and left bracket. check-in: e8e884ada2 user: marka tags: trunk
2026-05-24
17:54
Add bind-to-key command. check-in: 4c4352da88 user: marka tags: trunk
2026-05-23
19:37
Fix typos in doc about Ruby extensions. check-in: 3b55696bf9 user: marka tags: trunk
19:28
Add missing Ruby methods E.char and E.char= . check-in: a8952b58d7 user: marka tags: trunk
2026-04-13
13:51
Bind Ctrl-X Ctrl-G to abort. check-in: 50279290e0 user: marka tags: trunk
2026-04-08
21:24
Add gnuindent command, useful for C programs, but not bound to a key. check-in: 725f6774dc user: marka tags: trunk
00:01
Fix bug in .editorconfig matching of glob patterns without slashes. check-in: fb39854ea6 user: marka tags: trunk
2026-03-30
03:01
Hack workaround for data loss in File#print caused by File#set_encoding. check-in: b67d9ef57e user: marka tags: trunk
2026-03-27
21:22
Improve handling of spaces after sentences in fillpara command. check-in: d73e6bfabc user: marka tags: trunk
2026-03-20
21:47
Correctly handle notification messages from Ruby, even though they're not used yet. check-in: 461d313f05 user: marka tags: trunk
2026-03-15
23:20
Properly handle the *mode* parameter to the Ruby E.bind method. check-in: 13524375e4 user: marka tags: trunk
20:56
Fix some bugs related to tab width and indentation. check-in: 509b5452ca user: marka tags: trunk
01:25
Make spell-region command terminate at the correct region end. check-in: eb04b9b620 user: marka tags: trunk
2026-03-14
15:20
Add some docs comments to the Ruby RPC code. check-in: bbb6a21b67 user: marka tags: trunk
13:57
Remove unnecessary Undo:: qualifications in Undo methods. check-in: d46bee6e0b user: marka tags: trunk
00:37
Improve guide by removing references to old operating systems, and clarifying the use of Alt for M-x sequences. check-in: 575a48f32a user: marka tags: trunk
2026-03-13
21:55
Clean up some comments and doc. check-in: fa83910f4d user: marka tags: trunk
21:54
Move help strings into a constant. check-in: 9cc0500fb7 user: marka tags: trunk
21:54
In tilde_expand, recognize ~ only at the start of a filename. check-in: 300ca40c47 user: marka tags: trunk
2026-03-12
14:51
Add undo/redo stack size info to display-stats command. check-in: 964eb9b8dc user: marka tags: trunk
2026-03-08
23:41
In filename autocompletion, improve handling of directories containing only one file. check-in: 855559fc0f user: marka tags: trunk
21:57
Don't crash if user hits tab twice in a reply and there are no completions. check-in: c3999af81b user: marka tags: trunk
01:45
Make completions on filenames work like MicroEMACS and bash. check-in: 3f065eccd1 user: marka tags: trunk
2026-03-06
03:17
Fix bug in rubyindent command when unindenting at acolumn less than indent size. check-in: 7725b10145 user: marka tags: trunk
2026-03-05
15:36
Change two class variable hashes to constants. check-in: c7fdd60623 user: marka tags: trunk
01:25
Allow Ctrl-Q to be used in echo line replies, for entering literal control characters. Miscellenaous other minor cleanups and comment changes. check-in: 6c89bbcc08 user: marka tags: trunk
2026-03-03
21:59
Partial reversion of previous change, because it didn't allow a filename to match multiple sections when looking up values. check-in: fa53010707 user: marka tags: trunk
20:32
Miscellaneous minor cleanups and comment improvements. check-in: 50880a2b85 user: marka tags: trunk
20:32
If the user changes a buffer's filename, don't overwrite the old values obtained from .editorconfig if the new filename matches the same .editorconfig section as the old filename. check-in: 1370b31a20 user: marka tags: trunk
2026-03-02
08:51
Improve some comments in buffer.cr for make docs. check-in: 8e78c45b2f user: marka tags: trunk
08:51
Better fix for paragraph and buffer start/end bugs. check-in: 98abd36187 user: marka tags: trunk
2026-03-01
22:07
Fix bugs related to handling the last line in a buffer. check-in: 0d59210492 user: marka tags: trunk
2026-02-28
20:29
Fix get_version.rb on git checkouts. check-in: 914c5dbd0b user: marka tags: trunk
19:36
Fix typo in Ruby extensions doc. check-in: 7dc5ce9c3a user: marka tags: trunk
2026-02-26
03:24
Some minor cleanups and comment/doc improvements. check-in: 0a815c6602 user: marka tags: trunk
02:45
Use wcwidth from libc to get display width of Unicode characters. check-in: 9248f7ffa7 user: marka tags: trunk
2026-02-25
18:26
Add makefile rule for release build. check-in: c0ffb85a40 user: marka tags: trunk
11:27
Add C-X PgUp/PgDn bindings for the two commands that scroll the other window. Some other minor cleanups. check-in: 92a99ee659 user: marka tags: trunk
03:27
Pressing two F1 keys in a row pops up a window with some commonly used key bindings. check-in: 7eb796f7d8 user: marka tags: trunk
2026-02-24
16:22
Make the fill-paragraph command preserve the indentation of the first line. check-in: c47eeabe05 user: marka tags: trunk
13:01
When indenting a region, don't indent blank lines. check-in: ec92f7d3e9 user: marka tags: trunk
04:05
Fix undo not restoring buffer changed flag correctly on deletions. check-in: 7b095ecf35 user: marka tags: trunk
2026-02-23
21:50
Factor out common code for adding names to the system buffer. check-in: d6bf7fcea3 user: marka tags: trunk
17:27
Add E.update to the list of non-command methods available to Ruby extensions, for updating the screen. check-in: 0864969505 user: marka tags: trunk
2026-02-22
22:51
Change the way overlapped lines are determined in forw-page and back-page. It's now a constant with a default value of 2, but can be changed with the new set-overlap command. check-in: 689f3bc355 user: marka tags: trunk
19:19
Fix macro execution bug when C-U prefix is seen. check-in: 5811a907db user: marka tags: trunk
01:34
Add other-forw-page and other-back-page commands. Change/add a few key bindings for slightly better EMACS compatibility. check-in: f82217c29b user: marka tags: trunk