Paul Ivanov
836fd887dc
make paste focuses the pasted cell
...
This is to make paste behave in the same manner that insert cell above
and below currently work (inserting a new item causes that item to
receive focus).
This solves a problem where, if a user pastes below a cell whose bottom
edge is below the current viewing area, they have no indication that any
action has occurred. The same applies for paste above a cell whose top
edge is occluded.
12 years ago
Min RK
7f9ee9cba7
Merge pull request #4916 from ellisonbg/modalbehavior
...
Fine tuning the behavior of the modal UI
swap back shift- and ctrl-enter, to their rightful places.
12 years ago
Kieran O'Mahony
699bfcc709
Fix error message typo on web socket fail
12 years ago
Preston Holmes
547316fec3
Fixed typos in quick-help text
12 years ago
Brian E. Granger
6298b16a44
Fixing help strings for shift|ctrl+enter.
12 years ago
Brian E. Granger
dbed35c5b1
shift+enter and ctrl+enter swapped.
12 years ago
Brian E. Granger
bcd4209375
alt+enter should always insert below
12 years ago
Brian E. Granger
4c7ce61011
Don't enter edit mode when changing cell type and preserve renderd.
12 years ago
Min RK
888698e12f
Merge pull request #4662 from ellisonbg/menu-cleanup
...
Menu cleanup
12 years ago
Brian E. Granger
7c722d4b6c
Merge pull request #4824 from minrk/sign-notebooks
...
sign notebooks
12 years ago
Brian E. Granger
ffe92842fc
Merge pull request #4853 from minrk/imgmd
...
fix setting image height/width from metadata
12 years ago
Brian E. Granger
ff6d6abb12
Formatting cleanup of renderedhtml.less.
12 years ago
Brian E. Granger
39d20f2a90
H5 and H6 are base font size + italic.
12 years ago
Brian E. Granger
7163a0b397
Using @code_padding variable.
12 years ago
Brian E. Granger
4363aa72f8
More changes to the heading spacing. Good first draft...
12 years ago
Brian E. Granger
483023ca41
More work on the styling of headings.
12 years ago
Brian E. Granger
37f4556eba
Initial spacing modifications.
12 years ago
Brian E. Granger
7c65e96941
Simplified Cell menu items related to output.
12 years ago
Brian E. Granger
9538fb7d8f
Converting loops in *_all_output to $.map().
12 years ago
Brian E. Granger
f4bfcadf32
Adding back Kernel menu and Cell Type submenu.
12 years ago
Brian E. Granger
afb114e6d3
Removing unneeded select prev/next from Edit menu.
12 years ago
Brian E. Granger
54666e2e98
Cleaning up output management in code and menus.
12 years ago
Brian E. Granger
5786602300
Add kernel restart button to toolbar.
12 years ago
Brian E. Granger
953da90a98
Removing Kernel menu.
12 years ago
MinRK
f14f856edb
sign notebooks
12 years ago
Brian E. Granger
bc7b51d1b0
Merge pull request #4374 from jdfreder/widget-msg
...
IPEP 23: Backbone.js Widgets
12 years ago
Jonathan Frederic
75b148d40b
Renamed widgets...
...
TextWidget, TextareaWidget, CheckboxWidget, and SelectWidget
12 years ago
Jonathan Frederic
5ed3a0ebc5
Simplify get_msg_cell function of notebook.js
12 years ago
Brian E. Granger
fd07bb54b6
Fixing shortcut counts to work for n>2.
12 years ago
Brian E. Granger
0af185787a
Added platform dep. logic.
12 years ago
Brian E. Granger
1af4bfb3ce
Misc work on shortcuts:
...
* shift+v for paste above.
* ii for interrupt
* 00 for restart
* All shortcuts can have a count field for multiple press.
13 years ago
MinRK
0d1536c390
use jQuery attr instead of setAttribute
...
when appending images.
This was an optimization with no apparent performance benefit.
13 years ago
Min RK
0b70f26f0e
Merge pull request #4655 from minrk/marked-nbconvert
...
prefer marked to pandoc for markdown2html
13 years ago
MinRK
dd2f4a25aa
quick review pass on javascript
13 years ago
MinRK
001e06103b
review pass on widgetmanager.js
13 years ago
MinRK
e6f84111cd
treat all falsy values the same in tooltip
...
undefined, null, and empty string are all treated the same.
13 years ago
MinRK
a7bd321648
don't show tooltip if object is not found
...
closes #4875
13 years ago
Jonathan Frederic
134413c89c
Fixed bug that prevented popup widget from displaying
13 years ago
Jonathan Frederic
c807dd29e4
Prevent TextBox from blurring unless explicity by user.
13 years ago
Jonathan Frederic
3026ddb52b
Fixed bug in throttling code.
13 years ago
Min RK
64421304c0
Merge pull request #4826 from Carreau/no-html
...
some $.html( -> $.text(
13 years ago
Jonathan Frederic
7c32616556
Moved keyboard_manager logic into a sep. function.
13 years ago
MinRK
f02b5bef21
fix setting image height/width from metadata
13 years ago
MinRK
848010e911
fix tooltip token regex for single-character names
...
closes #4808
13 years ago
Matthias BUSSONNIER
f5fa732bd3
avoid injection in input prompt
13 years ago
Jonathan Frederic
91e82218a8
Changed selection widget API to use labels list
...
for mapping custom str reprs to items in the selection list
13 years ago
Jonathan Frederic
7f12f35fea
Added code that removes the views when a model/widget is closed.
13 years ago
Jonathan Frederic
288b8a0ced
s/view_name/_view_name
13 years ago
Jonathan Frederic
9e643f5692
Support multiple types in selection widget.
13 years ago
Jonathan Frederic
c9973a7114
Float widget views now inherit from int counterparts
13 years ago