Interlisp / medley

The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
https://Interlisp.org
MIT License
376 stars 19 forks source link

Improve CREATE formatting in SEdit #1869

Closed pamoroso closed 3 weeks ago

pamoroso commented 3 weeks ago

The way SEdit formats create statements needs improving, most notably the alignment of field initialization clauses.

This feature request, which is related to #1631, was suggested by @hjellinek in the October 28, 2024 implementation meeting. For reference the SEdit formatting documentation is here.

rmkaplan commented 3 weeks ago

Also #1490

On Oct 29, 2024, at 9:14 AM, Paolo Amoroso @.***> wrote:

The way SEdit formats create statements needs improving, most notably the alignment of field initialization clauses.

This feature request, which is related to #1631 https://github.com/Interlisp/medley/issues/1631, was suggested by @hjellinek https://github.com/hjellinek in the October 28, 2024 implementation meeting. For reference the SEdit formatting documentation is here https://files.interlisp.org/medley/docs/internal/sedit.

— Reply to this email directly, view it on GitHub https://github.com/Interlisp/medley/issues/1869, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQSTUJKAEES6KWVDT4ZAE33Z56X5DAVCNFSM6AAAAABQ2HJ7Q2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGYZDCNZTG4ZTIMA. You are receiving this because you are subscribed to this thread.

pamoroso commented 3 weeks ago

I missed #1490. This is essentially a duplicate, so if you have no objections I'll close #1869.

pamoroso commented 3 weeks ago

Closed as duplicate of #1490.