Commit Graph

1154 Commits

Author SHA1 Message Date
Erik Osheim fedbd0d50c fix display bug
--HG--
branch : pmacs2
2010-05-18 23:43:01 -04:00
Erik Osheim 8277ecec34 refactor to use iterools
--HG--
branch : pmacs2
2010-05-18 23:42:47 -04:00
Erik Osheim 49c372a2d5 lay groundwork for variable-width characters; document problems
--HG--
branch : pmacs2
2010-04-27 01:14:41 -04:00
Erik Osheim fee24fd1f4 merge
--HG--
branch : pmacs2
2010-04-26 00:01:18 -04:00
Erik Osheim 35ee5dd5b0 created ndisasm; added new registers, instructions, etc
--HG--
branch : pmacs2
2010-04-26 00:01:00 -04:00
Erik Osheim 3fbd26f5d4 fixed comment wrapping in perl
--HG--
branch : pmacs2
2010-04-20 01:38:32 -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 479e64d1e0 add support for tabs and $/ where possible
--HG--
branch : pmacs2
2010-04-19 22:38:28 -04:00
Erik Osheim 75bc5f1092 improve glob highlighting
--HG--
branch : pmacs2
2010-04-03 23:49:44 -04:00
Erik Osheim 976482cda2 fix the new tab support
--HG--
branch : pmacs2
2010-04-03 23:49:24 -04:00
Erik Osheim 102dc8787e (using a hack) improve support for buffers with tabs
--HG--
branch : pmacs2
2010-04-03 22:48:57 -04:00
Erik Osheim 215a53dbee allow -merror to understand grep -n
--HG--
branch : pmacs2
2010-03-27 23:06:27 -04:00
Erik Osheim bd12116477 fix issue with no known encoding
--HG--
branch : pmacs2
2010-03-27 23:06:12 -04:00
Erik Osheim 9abe5e7e02 improve README
--HG--
branch : pmacs2
2010-03-20 09:29:16 -04:00
Erik Osheim 7320b7ef65 fix AES-encrypted buffers
--HG--
branch : pmacs2
2010-03-16 21:04:18 -04:00
Erik Osheim c47fca63d6 indentation support
--HG--
branch : pmacs2
2010-03-16 01:02:52 -04:00
Erik Osheim ab5d13b363 nocase option
--HG--
branch : pmacs2
2010-03-16 01:02:40 -04:00
Erik Osheim 766b923fbb remove deprecated code
--HG--
branch : pmacs2
2010-03-16 01:02:28 -04:00
Erik Osheim f6a44f4078 added an inform mode
--HG--
branch : pmacs2
2010-03-15 02:11:11 -04:00
Erik Osheim aeec6e6e62 fix spell checking colors
--HG--
branch : pmacs2
2010-03-01 17:26:59 -05:00
Erik Osheim 8b61ef8cf1 fix spell-as-you-type
--HG--
branch : pmacs2
2010-03-01 16:12:27 -05:00
Erik Osheim 5b4319774d point out the new dependency on the chardet module
--HG--
branch : pmacs2
2010-03-01 01:21:22 -05:00
Erik Osheim 03ab1d3984 some buffer cleanup... better encoding support
--HG--
branch : pmacs2
2010-03-01 01:20:31 -05:00
Erik Osheim ec83e87680 open .go files in go-mode
--HG--
branch : pmacs2
2010-02-25 01:20:23 -05:00
Erik Osheim 8ab8c86bf4 fix to character
--HG--
branch : pmacs2
2010-02-20 11:42:29 -05:00
Erik Osheim 195bfd98c7 better highlighting/tabbing for postgresql
--HG--
branch : pmacs2
2010-02-12 14:21:18 -05:00
Erik Osheim 71adad5551 more accurate support for detecing classes and functions
--HG--
branch : pmacs2
2009-12-10 11:14:09 -05:00
Erik Osheim 4a0569c355 added some plpgsql stuff
--HG--
branch : pmacs2
2009-12-09 18:17:23 -05:00
Erik Osheim 980510180c extend error mode to handle grep -n output
--HG--
branch : pmacs2
2009-11-21 12:59:31 -05:00
Erik Osheim 7ba2fc4720 better char highlighting
--HG--
branch : pmacs2
2009-11-18 19:56: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 74ab76836c more pychecker-inspired cleanup
--HG--
branch : pmacs2
2009-11-11 23:45:03 -05:00
Erik Osheim 683afdf129 more pychecker cleanup
--HG--
branch : pmacs2
2009-11-11 23:22:14 -05:00
Erik Osheim 75d354c2f5 basic mode for google's go language
--HG--
branch : pmacs2
2009-11-11 17:54:12 -05:00
Erik Osheim 7e4bcea160 remove accidentally committed debugging
--HG--
branch : pmacs2
2009-11-11 11:28:24 -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 67d13d0559 readd erl-start command
--HG--
branch : pmacs2
2009-11-09 23:04:40 -05:00
Erik Osheim 7ea3fd3855 added quote/dequote to perl
--HG--
branch : pmacs2
2009-11-08 15:54:40 -05:00
Erik Osheim 00edb537b3 added new window functionality
--HG--
branch : pmacs2
2009-11-08 15:54:31 -05:00
Erik Osheim 634c8b88f1 fix possible sys.path bug
--HG--
branch : pmacs2
2009-11-04 16:39:13 -05:00
Erik Osheim c64d639dee merge
--HG--
branch : pmacs2
2009-10-21 17:53:34 -04:00
Erik Osheim 8d1e6c44e4 new ideas
--HG--
branch : pmacs2
2009-10-21 17:47:21 -04:00
Erik Osheim da6345b0a7 merge
--HG--
branch : pmacs2
2009-10-16 23:47:01 -04:00
Erik Osheim 422ec8e075 fix utf8 pipe issue
--HG--
branch : pmacs2
2009-10-16 17:20:17 -04:00