##// END OF EJS Templates
updated whatsnew
Spas Kalaydzhisyki -
Show More
@@ -93,6 +93,21 b' Currently, autosuggestions are only shown in the emacs or vi insert editing mode'
93 - The ctrl e, ctrl f, and alt f shortcuts work by default in emacs mode.
93 - The ctrl e, ctrl f, and alt f shortcuts work by default in emacs mode.
94 - To use these shortcuts in vi insert mode, you will have to create `custom keybindings in your config.py <https://github.com/mskar/setup/commit/2892fcee46f9f80ef7788f0749edc99daccc52f4/>`__.
94 - To use these shortcuts in vi insert mode, you will have to create `custom keybindings in your config.py <https://github.com/mskar/setup/commit/2892fcee46f9f80ef7788f0749edc99daccc52f4/>`__.
95
95
96 Autoreload 3 feature
97 ====================
98
99 Example: When an IPython session is ran with the 'autoreload' extension loaded,
100 you will now have the option '3' to select which means the following:
101
102 1. replicate all functionality from option 2
103 2. autoload all new funcs/classes/enums/globals from the module when they're added
104 3. autoload all newly imported funcs/classes/enums/globals from external modules
105
106 Try ``%autoreload 3`` in an IPython session after running ``%load_ext autoreload``
107
108 For more information please see unit test -
109 extensions/tests/test_autoreload.py : 'test_autoload_newly_added_objects'
110
96 .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
111 .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
97
112
98 As a reminder, IPython master has diverged from the 7.x branch, thus master may
113 As a reminder, IPython master has diverged from the 7.x branch, thus master may
@@ -101,4 +116,4 b' have more feature and API changes.'
101 Backwards incompatible changes
116 Backwards incompatible changes
102 ------------------------------
117 ------------------------------
103
118
104 .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.
119 .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT. No newline at end of file
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now