bff651a
Fix typo in CONTRIBUTING.md. (#147) by
2018-02-28 17:23:01 -0300
b1abedd
Run indium-interaction-update after saving buffers by
2018-02-27 21:51:16 +0100
001ef02
Add documentation for indium-debugger-blackbox-regexps by
2018-02-21 10:51:26 +0100
80e7480
Add support for blackboxed scripts by
2018-02-21 10:48:16 +0100
c0acda3
Merge branch 'fix-144' into 'master' by
2018-02-21 22:26:37 +0000
d417fb1
Use OS-specific filenames for breakpoints (fix #144) by
2018-02-21 23:20:20 +0100
a6f2141
* indium-breakpoint.el: Documentation improvements. by
2018-02-20 22:58:01 +0100
cf34d92
Bump Indium version by
2018-02-20 22:04:19 +0100
5ece767
(tag: 1.2.0)
Update documentation for breakpoints by
2018-02-20 22:00:03 +0100
1fffb50
Merge remote-tracking branch 'jojojames/master' by
2018-02-20 21:54:47 +0100
b8c022b
* indium-v8.el: Indentation fix by
2018-02-20 21:47:57 +0100
f953a93
Merge branch 'gitlab-ci' into 'master' by
2018-02-20 17:42:59 +0000
eac4980
Remove old .drone.yml and .travis.yml by
2018-02-20 18:23:47 +0100
199a2a8
Fix complilation warnings by
2018-02-20 18:23:31 +0100
6285031
Replace dependency to Cask with a Makefile by
2018-02-20 18:23:15 +0100
b99b746
Use the new docker image nicolaspetton/emacs-docker by
2018-02-19 23:54:10 +0100
e885b63
Update gitlab-ci.yml to run builds on all Emacs versions by
2018-02-19 14:54:55 +0100
49d1ba5
Merge branch 'add-test-for-download-fix' into 'master' by
2018-02-01 09:10:15 +0000
94ebe9f
Add test for previous fix by
2018-02-01 08:18:06 +0100
71299e9
Do not fail when a sourcemap cannot be parsed by
2018-01-31 18:43:15 +0100
a3d4037
Fix nodejs process filter by
2018-01-29 23:06:46 +0100
1e991ba
Add fixture files by
2018-01-29 23:06:34 +0100
b84d355
Merge branch 'switch-to-debugger' into 'master' by
2018-01-22 13:07:28 +0000
7272f06
Add a command to switch back to the debugger by
2018-01-22 14:02:53 +0100
6415606
Update copyright years by
2018-01-18 18:04:39 +0100
4009e8c
Add functionality to toggle breakpoints by
2018-01-14 17:36:15 -0800
2b1ff27
* indium-interaction.el: Fix a typo in a docstring by
2018-01-08 16:28:59 +0100
4769ab4
Fix parsing JS buffers when debugging by
2017-12-13 11:36:44 +0100
dea36d9
Set indium-nodejs-inspect-brk to t by default by
2017-12-07 00:12:12 +0100
c1e13b8
Always set breakpoint ids by
2017-12-04 10:28:48 +0100
20f7f77
Update Indium's version to 1.1.0 in the documentation by
2017-12-01 15:30:41 +0100
426cba7
Add documentation regarding sourcemaps and Webpack by
2017-12-01 15:29:52 +0100
a5f7e0b
Allow `indium-connect-to-nodejs` to be called from elisp (#126) by
2017-11-21 08:13:51 -0500
38e48f8
Merge pull request #128 from felipeochoa/issue127-data-url-sourcemaps by
2017-11-21 10:27:17 +0100
3c08061
Remove documentation note about inline sourcemaps by
2017-11-20 16:26:14 -0500
bc2d3e8
Fix parsing of non base64-encoded inline sourcemaps by
2017-11-20 16:14:02 -0500
68aaded
Add support for sourcemaps given as data urls by
2017-11-17 15:49:45 -0500
c15f5a2
(tag: 1.1.0)
Merge branch 'breakpoint-column' into 'master' by
2017-11-06 17:16:32 +0000
e6baf19
Put breakpoints at column 0 by
2017-11-06 18:11:03 +0100
f7b46c9
Merge pull request #124 from NicolasPetton/indium-eval-region by
2017-10-27 18:14:49 +0200
0d3abc9
New command `indium-eval-region` by
2017-10-27 18:09:20 +0200
6166715
Merge pull request #123 from NicolasPetton/autoloads by
2017-10-25 13:29:56 +0200
0e9e81d
Don't load indium-backend by
2017-10-25 10:52:14 +0200
2700f1c
Add autoloads (fix #98) by
2017-10-25 10:51:55 +0200
d6cb4a1
Remove an unused parameter by
2017-10-24 21:19:13 +0200
8808f5f
Merge pull request #122 from NicolasPetton/listing-scripts by
2017-10-24 10:13:44 +0200
be8be36
Add documentation for indium-list-scripts.el by
2017-10-23 12:25:07 +0200
af6de70
New major mode for listing scripts (fix #103) by
2017-10-23 12:24:11 +0200
a9027d6
Bump Indium version in the documentation by
2017-10-23 10:52:46 +0200
db3b727
(tag: 1.0)
Merge pull request #121 from NicolasPetton/chrome-tests by
2017-10-18 13:32:21 +0200
524d45b
Fix indium-chrome--try-connect by
2017-10-18 12:04:27 +0200
11b00c3
Add more unit tests for indium-chrome.el by
2017-10-14 00:01:16 +0200
0119deb
Merge pull request #120 from NicolasPetton/sourcemap-tests by
2017-10-13 23:48:16 +0200
81415e5
Improve the sourcemap test data by
2017-10-13 23:39:34 +0200
1e509eb
Add tests for parsing sourcemaps from files and strings by
2017-10-13 23:38:44 +0200
1c49759
Merge pull request #118 from diasbruno/fix/avoid-creating-new-buffer-if-already-exists by
2017-10-13 22:00:14 +0200
3a271a2
Avoid creating a new buffer if already exists. by
2017-10-13 16:04:54 -0300
6487b3e
Merge pull request #119 from NicolasPetton/inspect-debugger by
2017-10-13 21:24:44 +0200
b2a77bf
Add a keybinding to inspect the result of evals in the debugger (fix #89) by
2017-10-13 21:07:24 +0200
9aa37fc
Only resolve unresolved breakpoints by
2017-10-13 18:18:39 +0200
45a0fd0
Merge pull request #117 from NicolasPetton/breakpoint-resolved by
2017-10-12 22:41:16 +0200
64fbaa1
Resolve all breakpoints for a script when it gets parsed by
2017-10-12 22:10:48 +0200
bb15b0e
Do not restore breakpoints when making a new connection by
2017-10-12 21:37:39 +0200
e84a984
Add indium-breakpoint-unresolved-p by
2017-10-12 21:33:25 +0200
685326d
Remove unused function indium-breakpoint-file by
2017-10-12 21:32:09 +0200
dcfb56b
Make `indium-breakpoint-add' add breakpoints at point by
2017-10-12 22:15:03 +0200
49717cb
Use columns as well as lines when registering breakpoints by
2017-10-12 22:14:47 +0200
ad50538
Add breakpoint resolution handling by
2017-10-12 22:14:25 +0200
9ede308
Fix indium-connection's breakpoints hash-table by
2017-10-12 22:13:58 +0200
0630ec3
Do not update breakpoints when a script is parsed by
2017-10-12 22:13:42 +0200
3b36ae8
Docstring improvement by
2017-10-12 22:13:01 +0200
92dc754
Remove all breakpoints in a buffer before killing it by
2017-10-12 22:12:32 +0200
6615200
Store overlays in breakpoints by
2017-10-12 22:11:30 +0200
a86865b
Revert "Dirty fix for #107" by
2017-10-11 18:01:32 +0200
2b5e0d3
Dirty fix for #107 by
2017-10-11 16:30:34 +0200
35d4053
Fix indium-sourcemap--binary-search by
2017-10-11 16:27:32 +0200
4455018
Merge pull request #116 from NicolasPetton/add-code-of-conduct-1 by
2017-10-10 22:26:51 +0200
098bf1c
Create CODE_OF_CONDUCT.md by
2017-10-10 22:24:13 +0200
d5f793a
Add internal properties to inspectors (fix #109) by
2017-10-10 22:17:59 +0200
d03038a
Merge pull request #114 from NicolasPetton/sourcemap-improvements by
2017-10-10 21:58:39 +0200
54fbe2c
Replace sourcemap.el dependency (fix #113) by
2017-10-10 18:50:29 +0200
47622a8
Merge pull request #106 from diasbruno/fix/launch-chrome-on-macosx by
2017-10-09 20:44:56 +0200
27e955c
Launch Google Chrome from emacs on macosx. by
2017-10-08 01:07:28 -0300
261f3a8
Fix travis build by
2017-10-09 13:46:53 +0200
4821d2b
Fix updating breakpoints when a script is parsed by
2017-10-04 15:13:47 +0200
9457d9a
Fix breakpoint updates by
2017-10-04 15:13:04 +0200
33b7e04
Add a helper function to access the file of a breakpoint by
2017-10-04 15:12:20 +0200
b495943
Fix indium-backend-remove-breakpoint by
2017-10-04 15:09:34 +0200
7e6deda
Make indium-breakpoint-update-breakpoints-in-all-buffers private by
2017-10-04 12:06:05 +0200
c6678b7
Update breakpoints when a script is parsed by
2017-10-04 12:02:11 +0200
ddccc99
Store local-file in breakpoints by
2017-10-04 11:59:28 +0200
8d6cc53
Add a hook triggered when scripts are parsed by
2017-10-04 11:58:36 +0200
0547c29
Remove unused fixture file by
2017-10-04 11:58:13 +0200
e47145a
Run `indium-interaction-update` before saving buffers by
2017-10-04 11:57:46 +0200
4d3b868
Merge pull request #105 from diasbruno/feature/bind-ctrl-arrow-up-and-down-history by
2017-10-09 10:49:46 +0200
7cf73a6
Bind C-<up> and C-<down> to also navigate on history. by
2017-10-07 23:22:43 -0300
d07357a
Simplify REPL font locking by
2017-10-02 13:29:35 +0200
18ee33f
Fix the welcome banner in indium's REPL by
2017-10-02 13:09:44 +0200
20a9e0a
Fix fontification errors in the JS REPL by
2017-10-02 13:02:51 +0200
e3586e5
Sort scripts by parse time by
2017-09-29 20:28:45 +0200