aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools
AgeCommit message (Expand)Author
2010-06-07Add Emacs EUnit feature: auto-saveChris Bernard
2010-06-07erlang-eunit: Optionally run code coverage analysis during eunit testsKlas Johansson
2010-06-07erlang-eunit: Made alternative locations of files more flexibleKlas Johansson
2010-06-01Merge branch 'dgud/emacs-catch-improvements' into devErlang/OTP
2010-06-01Improved indentation of old catch.Dan Gudmundsson
2010-06-01Added more type highlighting and fixed record indentation with types.Dan Gudmundsson
2010-06-01erlang-flymake: Document in READMEKlas Johansson
2010-06-01erlang-flymake: Make the syntax check command configurableKlas Johansson
2010-06-01erlang-flymake: By default pass <app>/include and <app>/ebin to compilerKlas Johansson
2010-06-01erlang-flymake: Include in MakefileKlas Johansson
2010-06-01erlang-flymake: Syntax check erlang code on the fly (using flymake)Klas Johansson
2010-05-28OTP-8647 Xref adds calls to operators when {builtins,true}Hans Bolinder
2010-05-26Merge branch 'mh/escript-erlang-mode' into devErlang/OTP
2010-05-26Merge branch 'cb/emacs-eunit-run-current-test' into devErlang/OTP
2010-05-26Merge branch 'mh/fix-record-indentation' into devErlang/OTP
2010-05-26Merge branch 'mh/inferior-erlang-cmd-uniq' into devErlang/OTP
2010-05-26Merge branch 'mh/erlang-mode-imenu-arity' into devErlang/OTP
2010-05-24Set erlang-mode-map when loading erlang.elMagnus Henoch
2010-05-20Let imenu distinguish functions by arityMagnus Henoch
2010-05-18Fix indentation of records with line breaks inside listsMagnus Henoch
2010-05-18inferior-erlang: specify command to run, uniquify buffer namesMagnus Henoch
2010-05-18Associate files using interpreter "escript" with Erlang modeMagnus Henoch
2010-05-18Add Emacs EUnit utility feature: run current test function.Chris Bernard
2010-05-11Merge branch 'dgud/emacs-21-fix' into devErlang/OTP
2010-05-04Merge branch 'rd/erlang-eunit' into devErlang/OTP
2010-05-03Remove usage of 'font-lock-preprocessor-face' if not availableDan Gudmundsson
2010-03-22erlang-eunit.el: Require cl, as it is usedRalf Doering
2010-03-22Merge branch 'dgud/emacs-bugfixes' into devErlang/OTP
2010-03-15Fix another -spec() problemDan Gudmundsson
2010-03-15Add missing elisp files to the the release targetDan Gudmundsson
2010-03-15Fix electric semi-colon and tuples inside listsDan Gudmundsson
2010-03-03OTP-8472 tools: xref: re/regexpHans Bolinder
2010-03-02OTP-8469 tools: race in CoverHans Bolinder
2010-02-19Update release notesBjörn-Egil Dahlberg
2010-02-17emacs: Update test suite skeletonsPeter Andersson
2010-02-15Merge branch 'dgud/emacs-mode' into ccase/r13b04_devErlang/OTP
2010-02-11OTP-8430: tools: xref_SUITE updatedBjörn Gustavsson
2010-02-10Merge branch 'egil/lcnt' into ccase/r13b04_devErlang/OTP
2010-02-08Add test suite for lcnt in toolsBjörn-Egil Dahlberg
2010-02-08Add lcnt:rt_opt/1 bindings to erts_debugBjörn-Egil Dahlberg
2010-02-08Add auto width on string outputBjörn-Egil Dahlberg
2010-02-08Add lcnt documentationBjörn-Egil Dahlberg
2010-02-08Add lock profiling toolBjörn-Egil Dahlberg
2010-01-29Added the old style skeletons, and a variable to change.Dan Gudmundsson
2010-01-29Move code skeletons to a separate file.Dave Peticolas
2010-01-19Add test suite for the tools applicationBjörn Gustavsson
2009-12-18Emacs: Added indentation inside parenthesisDan Gudmundsson
2009-12-17More -spec indentation fixes.Dan Gudmundsson
2009-12-15Fixed indentation of -spec() -> Var :: type();Dan Gudmundsson
2009-12-15Added a indentation when using electric-comma.Dan Gudmundsson