Commit Graph
116 Commits
Author SHA1 Message Date
Ekaterina Tuzova 8489db4d9f fixed PY-14814 IPython Notebook: commitDocument left PSI inconsistent: Throwable at com.intellij.psi.impl.DebugUtil.currentStackTrace 2014-12-30 17:20:16 +03:00
Ekaterina Tuzova 4b3922203b fixed PY-14819 IPython Notebook: invalid link to settings in popup for missing configuration 2014-12-30 17:01:24 +03:00
Ekaterina Tuzova cece57377b fixed PY-14816 IPython Notebook: Pycharm is unresponsive when trying to start notebook server 2014-12-30 16:12:47 +03:00
Ekaterina Tuzova d1484c93a1 fixed PY-14816 IPython Notebook: Pycharm is unresponsive when trying to start notebook server 2014-12-30 14:53:56 +03:00
Ekaterina Tuzova 5ce9f08270 fixed PY-14199 IPython Notebook Editing in Pycharm causes "bad request" error when loading in web browser
specified encoding for ipython notebooks
2014-12-27 18:35:56 +03:00
Ekaterina Tuzova dd5df80384 fixed PY-14199 IPython Notebook Editing in Pycharm causes "bad request" error when loading in web browser
specified encoding for ipython notebooks
2014-12-27 18:35:32 +03:00
Ekaterina Tuzova 671e76a25f fixed PY-14311 IPython Notebook: Statement expected false positive for magic functions entered in just created cells 2014-12-27 17:45:57 +03:00
Ekaterina Tuzova 9067e17343 fixed PY-14312 IPython Notebook: cell gets collapsed when editor width is too narrow for the output width 2014-12-27 17:32:25 +03:00
Ekaterina Tuzova d22084a118 cleanup 2014-12-27 16:55:14 +03:00
Ekaterina Tuzova 4e7519d464 fixed PY-14396 IPython Notebook: allow to specify already running notebook server on run cell 2014-12-25 19:47:39 +03:00
Ekaterina Tuzova 4faf1cfcd3 Use specified ipython notebook URL to establish connection 2014-12-25 19:10:01 +03:00
Ekaterina Tuzova 1dbbeb84ae fixed PY-14395 IPython notebook: Bad grammar and style in the tooltip 2014-12-25 18:31:34 +03:00
Ekaterina Tuzova 5d9e3bc09c fixed PY-14419 IPython Notebook issue with custom color scheme 2014-12-25 18:30:32 +03:00
Ekaterina Tuzova 56f8bd2851 fixed PY-14462 In IPython notebook, after cell evaluation with Shift-Enter, focus should be on the next cell 2014-12-25 18:21:39 +03:00
Ekaterina Tuzova 58f4174fc6 reopen file on proper position (due to PY-14503 changes) 2014-12-25 18:19:12 +03:00
Ekaterina Tuzova ea308e9c12 fixed PY-14503 IPython Notebook, command-shift-up/down moves cell correctly, but scrolls to another location in the notebook 2014-12-25 17:38:20 +03:00
Ekaterina Tuzova cfcf760236 Ipython Notebook: fixed cell movement for cells with the same text
There is no need to replace the whole document if text in cells were the same. We should explicitly
add synchronize request because document is not modified.
2014-12-24 13:15:56 +03:00
Dmitry Trofimov af14f248ab Include ipython-notebook.xml 2014-12-16 23:49:34 +01:00
Dmitry Trofimov 7023fdedb7 Revert to make IDEA start again. 2014-12-16 23:37:23 +01:00
Dmitry Trofimov 4cc94dcadc Include IPython Notebook into Python plugin. 2014-12-16 20:21:48 +01:00
Ekaterina Tuzova 190afa56b5 added logging for EA-62550 - NA: ErrorHandlerWrapper.createSAXParseException 2014-12-05 18:12:46 +03:00
Ekaterina Tuzova d0a4c002f8 fixed PY-14360Shift+enter stopped to work in "Run manage.py task..." dialog
there is no need to register shift+enter in plugin.xml for ipnb, we already registered it as custom shortcut on code source panel
2014-12-03 12:57:07 +03:00
Ekaterina Tuzova e2d5b501bb fixed move cell up location in keymap 2014-11-26 17:59:00 +03:00
Ekaterina Tuzova 24219f3a78 fixed PY-14538 BUG: Invalid IPython Notebook generated by PyCharm 4.0 2014-11-25 17:22:47 +03:00
Ekaterina Tuzova 46d7b92d27 added icon for ipython notebook 2014-11-25 13:31:07 +03:00
Ekaterina Tuzova 077151f6b0 fixed connection error in ipython v 4 2014-11-17 20:27:34 +03:00
Ekaterina Tuzova a6404312d5 cross-cell resolve to function declaration 2014-11-17 18:15:00 +03:00
Ekaterina Tuzova a0bbeb1015 removed json text view from ipython notebook 2014-11-17 16:03:14 +03:00
Ekaterina Tuzova 1e3a1168f5 updated ipython output cell notebook format to work with nbformat == 4 2014-11-17 14:17:31 +03:00
Ekaterina Tuzova 8501fbbecd updated ipython notebook format to work with nbformat == 4 2014-11-14 18:42:37 +03:00
Ekaterina Tuzova 7143157e2d added debug info 2014-11-14 16:57:37 +03:00
Ekaterina Tuzova bfc6369a1d cosmetics 2014-11-14 16:43:20 +03:00
Ekaterina Tuzova 7529fb8e0c fixed disposed error on run cell 2014-11-13 19:20:20 +03:00
Ekaterina Tuzova 75bbbc916f fixed PY-14220 Fix darkula theme issues 2014-11-13 18:41:19 +03:00
Ekaterina Tuzova a579906abb fixed PY-14304 IPython Notebook: markdown cells in newly created files are not rendered properly 2014-11-13 16:11:52 +03:00
Ekaterina Tuzova 3e5ba2df66 fixed PY-14304 IPython Notebook: markdown cells in newly created files are not rendered properly 2014-11-13 14:56:00 +03:00
Ekaterina Tuzova 189a2a1c68 fixed NPE on creating new Ipython notebook 2014-11-13 13:33:08 +03:00
Ekaterina Tuzova 40de4225b0 fixed PY-14310 IPython Notebook: active cell green selection is not updated on selecting code inside the cell 2014-11-13 13:28:22 +03:00
Ekaterina Tuzova aee94cd3b8 fixed PY-14322 IPython Notebook: do not move focis out of the cell on ESC in the completion popup 2014-11-13 13:03:53 +03:00
Ekaterina Tuzova ce94a23e86 fixed ipython case in dialog 2014-11-13 12:54:46 +03:00
Ekaterina Tuzova 47f5ed474a properly save document 2014-11-13 12:16:09 +03:00
Ekaterina Tuzova e7621abdcb fixed PY-14130 IPython Notebook: slash at the end of the URL prevents cells from running 2014-11-12 19:06:26 +03:00
Ekaterina Tuzova 2343507604 fixed PY-14342 IPython Notebook run cell shortcuts don't work when the cell is in edit mode 2014-11-12 18:46:08 +03:00
Ekaterina Tuzova 3e89eaf3b0 fixed NPE ipython notebook (open empty file) 2014-11-12 16:40:47 +03:00
Ekaterina Tuzova dd99704b20 fixed PY-14302 IPython Notebook: overlapping balloon notifications on run server failure
+ check ipython presense in interpreter
2014-11-12 15:49:09 +03:00
Ekaterina Tuzova c4b76fc232 fixed PY-14121 IPython Notebook: missing Undo action 2014-11-12 15:45:40 +03:00
Ekaterina Tuzova b6d4b6450d fixed PY-14362 NPE trying to run a cell 2014-11-11 12:11:40 +03:00
Ekaterina Tuzova 28d265f416 fixed PY-14273 Exception while opening ipython notebook 2014-11-06 15:59:44 +03:00
Ekaterina Tuzova c719bad4a9 fixed PY-14300 IPython Notebook: not able to start server on Windows: ipython server runner is not found 2014-11-06 14:40:19 +03:00
Ekaterina Tuzova 94fe193eb9 fixed PY-14284 IPython Notebook: shortcuts scope should depend on the focus for non-code cells 2014-11-06 14:26:18 +03:00