summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme
Commit message (Collapse)AuthorAgeFilesLines
* 9term, acme: autoscrollRuss Cox2011-04-273-12/+4
| | | | | | | | | | | | | | | | Ignore scroll/noscroll window setting. Instead, scroll when the write begins in or immediately after the displayed window content. In the new scrolling discipline, executing "Noscroll" is replaced by typing Page Up or using the mouse to scroll higher in the buffer, and executing "Scroll" is replaced by typing End or using the mouse to scroll to the bottom of the buffer. R=r, r2 http://codereview.appspot.com/4433060
* acme: fix rounding in rows computationRob Pike2010-08-241-3/+6
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/2007045
* acme, sam: fix regexp code for bigger RunemaxRuss Cox2010-07-141-24/+26
| | | | | R=r http://codereview.appspot.com/1765042
* acme: fix off by one in editcmd, pointer comparison in getch, nextcRuss Cox2010-07-141-3/+3
| | | | | R=r http://codereview.appspot.com/868046
* acme: attempt to fix Put mtime skew on NFSRuss Cox2010-03-181-0/+13
| | | | | R=r http://codereview.appspot.com/583043
* acme: let Edit redo when file is cleanRuss Cox2010-01-121-1/+1
| | | | | | R=, rsc CC= http://codereview.appspot.com/188042
* acme: fix Load of acme with no windowsFazlul Shahriar2009-11-301-2/+2
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/161048
* acme: correct modified message after initial load; more detail inRuss Cox2009-09-255-14/+29
| | | | | | message http://codereview.appspot.com/123051
* libplumb, Mail: fix crash on nil plumb fidsMathieu Lonjaret2009-09-121-3/+6
| | | | http://codereview.appspot.com/116083
* convert to 4-byte UTF-8 and 32-bit RuneRuss Cox2009-09-111-2/+2
| | | | http://codereview.appspot.com/116075
* acme: htmlclick takes precedence over line clickRuss Cox2009-09-111-3/+3
| | | | http://codereview.appspot.com/116074
* acme: angle bracket tag matching, for XML, HTML etcRuss Cox2009-07-262-0/+111
| | | | http://codereview.appspot.com/98042
* acme: do not redraw body on every tag changeRuss Cox2009-07-152-3/+4
| | | | | | | | fixes #5 http://bitbucket.org/rsc/plan9port/issue/5/ http://groups.google.com/group/plan9port-dev/t/e679347ecaa05cff http://codereview.appspot.com/95041
* mergeRuss Cox2009-07-141-0/+3
|
* src: use whatis instead of whichMichael Teichgräber2009-07-081-1/+1
|
* mergeRuss Cox2009-06-091-2/+3
|
* mergeRuss Cox2009-04-301-0/+26
|
* acme: fix Load bug (Fazlul Shahriar)Russ Cox2008-12-061-2/+3
|
* acme: Dump and Load tag contentsPeter Canning2008-07-201-2/+55
|
* acme: multiline tag fixesRuss Cox2008-03-072-17/+37
|
* acme: revise multiline tag codeRuss Cox2008-03-075-99/+66
|
* acme: remove -$Russ Cox2008-03-071-18/+10
|
* acme: remove -$ prototypesRuss Cox2008-03-071-3/+0
|
* acme: sync against Plan 9, remove -$ optionRuss Cox2008-03-077-281/+38
|
* acme: add nomenu, menu ctl messagesRuss Cox2008-03-071-0/+8
|
* acme: tag resize nitsRuss Cox2008-03-071-6/+12
|
* acme: fix directory resize bugRuss Cox2008-03-071-1/+4
|
* acme: fix acme Edit abortRob Pike2008-03-071-1/+3
|
* acme: fix owner bug in elogapplyRuss Cox2008-06-011-1/+12
|
* acme: fix mtpt crash (Tim Wiess)Russ Cox2008-05-081-0/+3
|
* acme: add -m option and avoid looking in the mirrorRuss Cox2008-04-176-2/+25
|
* acme: fix regexp match choice bugRuss Cox2008-01-301-1/+1
|
* acme: make STACK bigger for OS X (David Swasey)Russ Cox2008-01-101-1/+1
|
* acme: revert regexp changeRuss Cox2007-12-071-59/+51
|
* acme: regexp fix (see libregexp change)Russ Cox2007-12-071-51/+59
|
* acme: refresh window properly after Tab command (Fazlul Shahriar)Russ Cox2007-11-281-1/+1
|
* mergeRuss Cox2007-11-272-6/+7
|
* acme: fix memory leak in warning (Michael Teichgräber)Russ Cox2007-08-221-0/+1
|
* --chattyrsc2007-06-231-1/+0
|
* remove elsewhere-deleted messages from window; Refresh -> Getrsc2007-06-232-16/+2
|
* add Get, Refresh commands; refresh at startuprsc2007-06-231-0/+20
|
* fix acme Snarf bug; change Indent to apply to all windowsrsc2007-06-151-16/+37
|
* better fixrsc2007-06-091-14/+15
|
* day one bug in sam regexp codersc2007-06-091-1/+1
|
* better tick handlingrsc2007-05-101-5/+14
|
* allow swap of column 0 with othersrsc2007-04-251-2/+2
|
* make :1-1 work (Arvindh Tamilmani)rsc2007-03-261-1/+2
|
* make Load more faithful to original Dump (Peter Canning)rsc2007-03-251-1/+1
|
* fix tags againrsc2007-03-161-14/+3
|
* fix too-aggressive tag redrawrsc2007-03-151-19/+35
|