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
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
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
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
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
9cf239f5e5
Merge pull request #2132 from Carreau/fix-find-replace-css
...
Remove double border in Find and replace UI.
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
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
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
Matthias Bussonnier
13cd66a335
Merge pull request #2096 from minrk/edit-shortcuts-link
...
add edit button to shortcuts dialog
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
Min RK
20e017b213
add edit button to shortcuts dialog
...
opens edit-shortcuts dialog
9 years ago
Min RK
bee0f83bdc
Merge pull request #2083 from dkrenn/dkrenn/event-change-cell
...
trigger event change.Cell
9 years ago
Thomas Kluyver
27cfa290b3
Merge pull request #2048 from vidartf/tags-bar
...
Simple implementation of cell tags
9 years ago
Thomas Kluyver
39b756bf34
Merge pull request #1905 from gnestor/pr/1755
...
Adds edit and view buttons
9 years ago
Matthias Bussonnier
be5cf10a7d
Merge pull request #2065 from jinmehta13/console-welcome-message
...
Welcome Message for Console and Terminal Output
9 years ago
Daniel Krenn
1bc6e203e1
trigger event change.Cell
9 years ago
Peter Parente
87b5b2ffb0
Fix missing running kernels
...
When a kernelspec is removed while a kernel spawned from it is in use
the Running tab on the dashboards page errors and no longer shows
any results. Fall back on using the kernel name from the session
in this case so that users can see and terminate kernels.
9 years ago
Paul Ivanov
ecc3ea04a1
Merge pull request #2076 from gnestor/draggable-dialog
...
Make dialogs draggable
9 years ago
Grant Nestor
532a66b99a
Display "move" cursor within modal header
9 years ago
Paul Ivanov
74ac1c04e6
drag modal dialogs by the header only
...
without this, it is not possible to select any text using the mouse in
the contents of the modal. For example: editing the notebook metadata
JSON you end up just moving the whole box around instead of being able
to select a portion of the JSON using the mouse.
9 years ago
Grant Nestor
3d7f0f2aca
Make dialogs draggable
9 years ago
Grant Nestor
acf4fa8ce5
Clean up
9 years ago
Grant Nestor
224294c274
Use `/view` route for HTML files
9 years ago
Grant Nestor
b7dcae6a56
Update View and Edit conditions
...
* Edit notebook opens a notebook, Edit any other file type open it in a
text editor
* View only available for HTML files to disambiguate between “viewing”
a notebook or text file (which is the same as editing it) and viewing
an HTML file
9 years ago
Grant Nestor
a7387b8633
Revise https://github.com/jupyter/notebook/pull/1755
9 years ago