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
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
Doug Blank
482ea4bb67
Adds edit and view buttons, #1752
9 years ago
Min RK
83a2e83cf9
declare contents variable
...
typo introduced in unwebpackification
9 years ago
Min RK
cd47dac0ff
Merge pull request #2061 from dkrenn/dkrenn/event-finished-exec
...
add event for finished execution of cell
9 years ago
Paul Ivanov
051e430f98
fix tests
...
along with a minor whitespace inconsistency introduced in an earlier
commit.
9 years ago
Paul Ivanov
03e410ba61
rename Halt to Shutdown
9 years ago
Paul Ivanov
95790be956
kernel halt confirmation dialog
9 years ago
Daniel Krenn
e3bdb1586c
cleanup
9 years ago
Daniel Krenn
540b51e7d0
trigger an event finished_execute.CodeCell
9 years ago
Daniel Krenn
d689ac1a38
trigger an event finished_iopub.Kernel
9 years ago
Jinesh Mehta
00952c45a7
added welcome message to display in console
9 years ago
Vidar Tonaas Fauske
946a4ac0a1
Add fade-out on overflowing tags
...
The size of the cell toolbar header is fixed, meaning that overflow
needed to be handled. This also styles a fade out, to help indicate to
the user that the content is overflowing.
9 years ago
Vidar Tonaas Fauske
8072084111
Add dialog for managing tags
...
This also meant some tags functionality needed to be refactored to avoid
multiple entry points for adding and removing tags.
9 years ago
Jason Grout
b4928d481a
Change ‘resize’ cell event to ‘resizeOutput’
...
This addresses the ‘resize’ event bubbling issue mentioned in https://bugs.jquery.com/ticket/9841#comment:8 by not triggering an event that will bubble up to something unrelated.
9 years ago