Commit Graph

176 Commits

Author SHA1 Message Date
Erik Osheim 6e02ce8b4d improve git diff support
--HG--
branch : pmacs2
2010-11-18 12:36:25 -05:00
Erik Osheim bccd1142c0 support better tag matching (esp. in scala)
--HG--
branch : pmacs2
2010-10-25 10:42:52 -04:00
Erik Osheim f93c8bed23 added git support
--HG--
branch : pmacs2
2010-10-15 11:44:34 -04:00
Erik Osheim fe680f26dc updates
--HG--
branch : pmacs2
2010-09-30 18:18:57 -04:00
Erik Osheim e444203b81 fixed help text bug
--HG--
branch : pmacs2
2010-09-27 01:05:58 -04:00
Erik Osheim d7d96f5026 slight UI improvement
--HG--
branch : pmacs2
2010-09-05 19:08:53 -04:00
Erik Osheim d95e7d3dda add initial tag support to some other languages as well
--HG--
branch : pmacs2
2010-08-17 23:43:00 -04:00
Erik Osheim 0fc98f894a added search-tags, abc for tag commands, and fixed auto-initialization of TAGS
--HG--
branch : pmacs2
2010-08-17 07:47:52 -04:00
Erik Osheim 2f67f708cd initial ctags/etags support for C
--HG--
branch : pmacs2
2010-08-16 23:45:33 -04:00
Erik Osheim 6fd32c02df improve handling of indenting/whitespace in tab-using buffers
--HG--
branch : pmacs2
2010-07-27 15:26:42 -04:00
Erik Osheim 3bcf14bbb0 toggle-tabs should toggle using tabs in buffer
--HG--
branch : pmacs2
2010-07-06 09:40:28 -04:00
Erik Osheim 7dac9a1984 make indenting with tabs work better
--HG--
branch : pmacs2
2010-07-03 23:33:05 -04:00
Erik Osheim 9b57b04658 improved handling of encodings/utf-8/curses
--HG--
branch : pmacs2
2010-06-04 00:10:27 -04:00
Erik Osheim 55a578a507 fixed vc bug
--HG--
branch : pmacs2
2010-04-20 01:38:23 -04:00
Erik Osheim e5e4e28dbf ported functionality from method.cvs to method.vc and method.svn
--HG--
branch : pmacs2
2010-04-20 01:18:25 -04:00
Erik Osheim 20c095b6c6 slightly improve tab support (as well as adding an *Exception* buffer for app exception)
--HG--
branch : pmacs2
2010-04-19 22:58:27 -04:00
Erik Osheim 976482cda2 fix the new tab support
--HG--
branch : pmacs2
2010-04-03 23:49:24 -04:00
Erik Osheim 03ab1d3984 some buffer cleanup... better encoding support
--HG--
branch : pmacs2
2010-03-01 01:20:31 -05:00
Erik Osheim 630077cbad improved support for octal/hex
--HG--
branch : pmacs2
2009-11-18 19:56:21 -05:00
Erik Osheim 2f685cb23a range() -> xrange() refactor
--HG--
branch : pmacs2
2009-11-12 00:01:05 -05:00
Erik Osheim 1fb326369c pychecker inspired clean-up, bugfixes
--HG--
branch : pmacs2
2009-11-11 00:54:08 -05:00
Erik Osheim abc6898fd1 less cursor jumping on auto-ident; close #28
--HG--
branch : pmacs2
2009-11-11 00:27:40 -05:00
Erik Osheim 5a72e293c7 fix some bugs in cvs-commit and improve util.communicate()
--HG--
branch : pmacs2
2009-11-10 16:30:35 -05:00
Erik Osheim 6d3eab1a47 pychecker-inspired cleanup
--HG--
branch : pmacs2
2009-11-10 00:30:55 -05:00
Erik Osheim d95566952b add support for some hg options
--HG--
branch : pmacs2
2009-10-01 19:38:20 -04:00
Erik Osheim 3a67c6eb10 work for improvements
--HG--
branch : pmacs2
2009-09-05 20:10:13 -04:00
Erik Osheim 825fb2b8c5 fix bug in cvs-commit
--HG--
branch : pmacs2
2009-08-26 15:42:36 -04:00
Erik Osheim f69ec62f08 improve cvs methods text decoding
--HG--
branch : pmacs2
2009-08-26 10:07:58 -04:00
Erik Osheim 9840cb4806 fixed terminal encoding bug with exec
--HG--
branch : pmacs2
2009-08-20 00:27:39 -04:00
Erik Osheim 16d55b4bc9 improved error messages for man/exec
--HG--
branch : pmacs2
2009-08-16 01:06:11 -04:00
Erik Osheim 7c0fc7b783 new methods: cvs-rev-view and cvs-date-view
--HG--
branch : pmacs2
2009-07-28 18:08:45 -04:00
Erik Osheim 155285bee6 restored
--HG--
branch : pmacs2
2009-07-24 00:15:36 -04:00
Erik Osheim e8d4bcbc7e cvs-blame2 added
--HG--
branch : pmacs2
2009-07-20 19:08:27 -04:00
Erik Osheim 33c5cc3cf5 some more arg history queues
--HG--
branch : pmacs2
2009-07-06 23:00:25 -04:00
Erik Osheim 0ed283b5af preliminary argument history support
--HG--
branch : pmacs2
2009-07-06 22:48:34 -04:00
Erik Osheim 1d1f26e8c2 more utf-8 improvements
--HG--
branch : pmacs2
2009-06-12 10:53:32 -04:00
Erik Osheim 3ac5fe7775 allow utf-8 data in error msgs, etc
--HG--
branch : pmacs2
2009-06-11 23:08:57 -04:00
Erik Osheim 348e6eee2a some basic utf-8 support
--HG--
branch : pmacs2
2009-06-11 18:52:57 -04:00
Erik Osheim 2f23872896 improved (but not perfect) wrap-paragraph
--HG--
branch : pmacs2
2009-06-11 01:59:31 -04:00
Erik Osheim 883b8d51e5 comment-region fixes
--HG--
branch : pmacs2
2009-06-11 00:26:43 -04:00
Erik Osheim 675b40ad38 fixed get-token bug
--HG--
branch : pmacs2
2009-06-11 00:00:25 -04:00
Erik Osheim c56299b992 fix bug with get-token in modes that don't do tokenization
--HG--
branch : pmacs2
2009-06-10 16:18:51 -04:00
Erik Osheim 7e36a08844 start of the color overhaul
--HG--
branch : pmacs2
2009-06-10 16:07:03 -04:00
Erik Osheim 8be0f59be1 hg-info started, but not perfect yet
--HG--
branch : pmacs2
2009-05-18 01:44:54 -04:00
Erik Osheim bf8beb2c12 hg-diff2 and hg-diff3 added
--HG--
branch : pmacs2
2009-05-18 00:12:10 -04:00
Erik Osheim b92be6cc27 vc, svn and hg refactors; hg blame works
--HG--
branch : pmacs2
2009-05-14 23:59:13 -04:00
Erik Osheim 0fad7e130c abstract class HgBase introduced; methods updated
--HG--
branch : pmacs2
2009-05-14 19:48:40 -04:00
Erik Osheim b504d677eb some general vc refactors
--HG--
branch : pmacs2
2009-05-10 22:45:16 -04:00
Erik Osheim 9d4dd2c2d8 fix bugs in vc-blame and create hg-blame
--HG--
branch : pmacs2
2009-05-10 02:01:09 -04:00
Erik Osheim 637aa1f610 created abstract base class vc-diff; refactored svn-diff
--HG--
branch : pmacs2
2009-05-10 01:45:57 -04:00