Thomas Kluyver
9364db7d70
Add cmdtrl-shift-f shortcut to show command palette
...
Closes gh-2121
At least on my system, Ctrl-Shift-F does not seem to be taken in either
Chrome or Firefox. My reasoning for F is 'Find command'.
9 years ago
Min RK
3dc91c993e
remove unused variable in token removal
9 years ago
Min RK
9cf239f5e5
Merge pull request #2132 from Carreau/fix-find-replace-css
...
Remove double border in Find and replace UI.
9 years ago
Min RK
8e477e514e
Merge pull request #2128 from minrk/remove-token-url
...
remove token query parameter from pages on load
9 years ago
Thomas Kluyver
f42584b87c
Merge pull request #2133 from Carreau/fix-code-well
...
Update style for code tar in `.well`
9 years ago
Matthias Bussonnier
6d0b45b536
Remove double border in Find and replace UI.
...
There is a less-than optimal double border between the last button and
the input field.
Remove it by making the left border of the input field None, (or the
right one in RLT layout). We don't change the border of the buton or it
looks ugly when pressed.
9 years ago
Matthias Bussonnier
fbb5a432fa
Update style for code tar in `.well`
...
The purpleish is not that great and unredable and due to us removing
part of bootstrap.
9 years ago
Matthias Bussonnier
423fd5ecbf
Merge pull request #2129 from takluyver/i2121
...
Add shortcut p for command palette
9 years ago
Jessime
6c59533acc
Apply find-and-replace to selected cells only by default.
...
The original setting was to apply the find-and-replace to all cells by default. This can lead to accidental replacement that's difficult to undo.
9 years ago
Thomas Kluyver
7c3b1015fd
Add shortcut p for command palette
...
Addresses part of gh-2121
9 years ago
Min RK
2042b2a946
Merge pull request #2124 from takluyver/xterm-223
...
Upgrade xtermjs to 2.2.3
9 years ago
Min RK
5de77314bd
remove token query parameter from pages on load
...
Once the page has been loaded, the token has done its job and can be discarded.
Its presence can lead to confusion, especially copying/pasting URLs with one-time tokens present.
9 years ago
Thomas Kluyver
6a163d5ab7
Upgrade xtermjs to 2.2.3
...
I tested very briefly and this seemed to work. 2.2.3 is the latest
release at present.
9 years ago
Thomas Kluyver
b3a4384e34
Merge pull request #2119 from ebraminio/master
...
Revert "Isolate directionality of a string from surrounding"
9 years ago
Thomas Kluyver
8fbf1fb1ce
Merge pull request #2104 from Carreau/shortcut-edit-menu
...
Add a menu item to edit keyboard shortcuts.
9 years ago
Ebrahim Byagowi
49c2e79f28
Revert "Isolate directionality of a string from surrounding"
...
This, while fixes visual ordering issue, but breaks editing experience.
Can be considered a CM issues, we should come with another solution for this.
9 years ago
Matthias Bussonnier
4a16c37caa
Merge pull request #2111 from minrk/patch-env
...
disable all config in tests
9 years ago
Matthias Bussonnier
90d30d2963
Merge pull request #2108 from minrk/merge-server-extensions
...
merge nbserver_extensions
9 years ago
Matthias Bussonnier
6b4ec572b5
Fix typos.
9 years ago
Matthias Bussonnier
3b82344064
Merge pull request #2116 from gnestor/xterm-css
...
Add back xterm.css
9 years ago
Grant Nestor
dacfd21942
Add back xterm.css
9 years ago
Min RK
fde1c6e26b
handle self.config_dir and self.config_file_name in server_extensions
...
could be important for subclasses
9 years ago
Min RK
236198571b
test dirs are paths, not TempDir objects
9 years ago
Matthias Bussonnier
3c1a25fd96
Merge pull request #2114 from ebraminio/master
...
Isolate directionality of a string from surrounding
9 years ago
Matthias Bussonnier
90429adba4
Add a menu item to edit keyboard shortcuts.
9 years ago
Ebrahim Byagowi
8ebc59336c
Isolate directionality of a string from surrounding
9 years ago
Thomas Kluyver
c807268e4c
Clarify where docs are specific to IPython
...
Closes gh-1504
9 years ago
Min RK
f0d5ccb208
disable all config in tests
...
avoids in-env config from polluting test environment
9 years ago
Min RK
c31834e064
Merge pull request #2109 from takluyver/appveyor-conda
...
Try using Miniconda already on Appveyor rather than downloading
9 years ago
Min RK
e70e7be6de
remove unused code in nbextensions
...
- unused imports
- call jupyter_path instead of reimplementing it
9 years ago
Min RK
1797f34210
test merging serverextensions from sys and user config
...
and refactor mock test environment a bit
ensures no system config files loaded or affected
9 years ago
Thomas Kluyver
c0dd153f5d
Try using Miniconda already on Appveyor rather than downloading
9 years ago
Min RK
ad01950c4f
Merge nbserver_extensions
...
Load with ConfigManager so that merge happens recursively,
unlike normal config values.
Makes loading more consistent with frontend extensions,
but is a bit icky because the same files are loaded and read twice,
and one key in a traitlets-defined config file is loaded differently than all others.
This does behave more like we intend and people expect for extensions, though.
9 years ago
Carol Willing
ad805b1c51
Merge pull request #2105 from Carreau/edit-changelog
...
Start to list new features in changelog
9 years ago
Matthias Bussonnier
7850fae923
Merge pull request #2099 from takluyver/docs-eg-nbs-links
...
Update some links to example notebooks in docs
9 years ago
Matthias Bussonnier
13cd66a335
Merge pull request #2096 from minrk/edit-shortcuts-link
...
add edit button to shortcuts dialog
9 years ago
Matthias Bussonnier
9988ce1e6f
Start to list new features in changelog
9 years ago
Steven Silvester
2eb7bf1953
Merge pull request #2098 from minrk/double-change-on-disk
...
avoid stacked "changed on disk" dialogs
9 years ago
Steven Silvester
271c4b1f27
Merge pull request #2095 from minrk/build-watch
...
restore `npm run build:watch`
9 years ago
Thomas Kluyver
5bb475e1c2
Update nbviewer Github URLs
9 years ago
Thomas Kluyver
1b47ac7248
Restore https
9 years ago
Thomas Kluyver
7aa778166e
Update Intersphinx URL for IPython
9 years ago
Thomas Kluyver
9058de7ab7
Remove link to outdated note about roundtrip conversions
9 years ago
Min RK
9ad19e9bf4
avoid stacked "changed on disk" dialogs
...
check if a previous dialog exists and redisplay it, rather than displaying a stack of modals.
9 years ago
Thomas Kluyver
99ad2091fb
Update links to example notebooks
...
Closes gh-953 (fixing link to markdown cells example nb)
9 years ago
Min RK
20e017b213
add edit button to shortcuts dialog
...
opens edit-shortcuts dialog
9 years ago
Min RK
2b09d59b1d
re-add `npm run build:watch`
...
it's not true watching, just polling every few seconds.
Help docs still point to this command,
and we need something for devs as `ignore_minified_js` is gone.
9 years ago
Min RK
5eda1026d3
Merge pull request #2091 from kikocorreoso/ndextension-install-trailing-slash
...
fix and tests for the issue related with the trailing slash using 'nbextension install'
9 years ago
Min RK
0eff9ef747
Merge pull request #2093 from takluyver/rm-widgets-hardcode
...
Remove hardcoded widgets check
9 years ago
Thomas Kluyver
934f87201c
Merge pull request #2089 from gnestor/4.3.2
...
Add 4.3.2 to changelog
9 years ago