Michael Pacer
44a1e99f2a
Remove misleading local variable declaration
9 years ago
Lorenzo Gasparini
3b50d4b4ad
Add comments
9 years ago
Lorenzo Gasparini
3c40901b34
Add support for '\\[' and '\\]' as math delimiters, refactoring.
9 years ago
Lorenzo Gasparini
0447a20598
Merge branch 'master' of https://github.com/jupyter/notebook into fix-issue-980
9 years ago
Matthias Bussonnier
98b07e7057
Merge pull request #2210 from vidartf/tags-ui-review
...
Adjust tags UI styling
9 years ago
Vidar Tonaas Fauske
2b4145e506
[TagsUI] Prevent highlighting of tagbar input box
9 years ago
Lorenzo Gasparini
7733aeb8ae
Fixed issue 980
9 years ago
Matthias Bussonnier
9dd3818a00
Merge pull request #2134 from Carreau/rtl-prompt
...
Better handeling or RTL prompts
9 years ago
Min RK
2d42e62e85
Don't use jquery-ui data selector
...
since jquery-ui isn't available
iterate over list items instead (result is the same)
9 years ago
Vidar Tonaas Fauske
1f11cd1abf
[Tags UI] Style input controls according to review
...
Fixes most of style review in #2205 .
9 years ago
Vidar Tonaas Fauske
1e3eb0e0e7
[Tags UI] Replace <a>X</a> with FA icon
9 years ago
Thomas Kluyver
f384662df4
Fix viewing HTML in sandboxed iframe
...
See gh-2203
The URL calculation was going wrong, so it was using a URL starting with
//files. This uses url_path_join() to get the separators right.
9 years ago
michaelpacer
1f93cb6b54
Clarify prefix exclusion
9 years ago
michaelpacer
240186ab48
Add Cmdtrl description
9 years ago
michaelpacer
8543b4e9f6
Put short description at top, longer at bottom
9 years ago
michaelpacer
b91c9218c0
Add line breaks
9 years ago
michaelpacer
6b08b86cb8
Some polishing, variable name change, etc.
9 years ago
michaelpacer
c5711ebc09
Large structural changes to the keybinding help interface.
9 years ago
Thomas Kluyver
747fcf0d6a
Back to development
9 years ago
Thomas Kluyver
ebb1f74172
release 5.0.0b1
9 years ago
Thomas Kluyver
088dabfc6e
Merge pull request #2188 from michaelpacer/enter_keybinding
...
Use form not div so that enter can submit changes
9 years ago
michaelpacer
1a412fc6c2
Use form not div so that enter can submit changes
9 years ago
Matthias Bussonnier
23d55207d9
UX: Put notebook first on new menu
...
See #2182
9 years ago
Grant Nestor
a1dca237fc
Merge pull request #2173 from jasongrout/clearoutput-5
...
Add a clear_output code cell event
9 years ago
Jason Grout
971c63d780
Update codecell.js
9 years ago
Thomas Kluyver
a33d136cb0
Merge pull request #2186 from tonycpsu/master
...
Support underline and inverse in ANSI escape codes
9 years ago
Tony Cebzanov
cb247590c7
Support ANSI underline and inverse properties.
...
* Parse underline and inverse in ANSI escape codes
* Add CSS classes for same, using a subtle outline for inverse
9 years ago
Grant Nestor
9e162ff225
Fix the left cell border
9 years ago
Jason Grout
b72ab070b3
Add a clearOutput code cell event
...
This is triggered when a code cell clears its output.
9 years ago
Matthias Bussonnier
f06aca718a
Wrap prompts in bdi for rtl layout
9 years ago
Min RK
f63880700d
copying cells copies attachments
...
add test to verify
9 years ago
Min RK
f982c0df3a
attachment mimebundle values are strings, not lists
...
When first added, the first item of the list contained the attachment.
After roundtripping to a file, the list was correctly converted to a single string,
the first element of which is a single character, not the full data.
9 years ago
Min RK
f84b969d65
Merge pull request #2146 from minrk/modified-sort-link
...
switchClass is undefined
9 years ago
Thomas Kluyver
f482d4035f
Use arrows-v for find in all cells icon
...
Closes gh-2155
9 years ago
Matthias Bussonnier
b98c8017ef
Merge pull request #2152 from Carreau/fix-kbd-ff
...
Fix layout issue of "Edit Keybord shortcut" on Firefox
9 years ago
Brian E. Granger
683a184b1a
Merge pull request #2131 from Jessime/find_replace
...
Apply find-and-replace to selected cells only by default.
9 years ago
Matthias Bussonnier
4ad516525d
Fix layout issue of "Edit Keybord shortcut" on Firefox
...
Closes #2147
9 years ago
Thomas Kluyver
fc2e03a781
Merge pull request #2145 from minrk/view-base-url
...
add base_url to view page
9 years ago
Min RK
2ce065a121
switchClass is undefined
...
switchClass is provided by jquery-ui, not jquery, so it's not available on the tree page
9 years ago
Min RK
0ccb548238
Merge pull request #2138 from takluyver/f-cmd-palette
...
Add cmdtrl-shift-f shortcut to show command palette
9 years ago
Min RK
7784723f59
add base_url to view page
9 years ago
Thomas Kluyver
6fbb39193a
Bump up tornado buffer sizes to allow saving large notebooks
...
Sort of addresses gh-650
9 years ago
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
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
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