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
Brian E. Granger
aa71651468
Fixing issues with js tests.
...
* Closing old pages to prevent fd leaks.
* Making sure kernels are killed to prevent fd leaks.
* Moving towards deleting old notebooks (this is not done, but
this should be merged as is).
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
MinRK
2477ed0fed
update css with font-awesome 3.2.1
12 years ago
MinRK
3535163f67
font-awesome 3.2 moved resources
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
e2c20e0675
Rename _handle_new_view->_handle_display_view.
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
Brian E. Granger
8c046fef99
Only call register_events on top level widget.
12 years ago
Brian E. Granger
36ca1b0baf
Dont' force command mode in kbm.register_events.
12 years ago
Brian E. Granger
63ae9e2fd7
Fixing this->that.
12 years ago
Brian E. Granger
5f4d4017c1
Only call CM.focus() if CM is not already focused.
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
d21258bbcc
Reset file upload form after an upload.
12 years ago
Brian E. Granger
9fbeaa1e37
Properly set uploaded notebook path.
12 years ago
Jonathan Frederic
6f3ef63ac9
s/Underscore/_
12 years ago
Brian E. Granger
ffe92842fc
Merge pull request #4853 from minrk/imgmd
...
fix setting image height/width from metadata
12 years ago
Matthias BUSSONNIER
9d54212f17
reorder class properties
12 years ago
Matthias BUSSONNIER
8c57e9e788
Fixme comment + whatsnew
12 years ago
Matthias BUSSONNIER
aa5477beb7
fix Brian and Min comment
12 years ago
Matthias BUSSONNIER
9f2203340a
emit event when mimetype are append to output area.
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
Jonathan Frederic
13694d04c3
Removed blame comment
12 years ago
Brian E. Granger
5137961bf2
Protect against navigator undefined in platform.
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.
12 years ago
MinRK
0d1536c390
use jQuery attr instead of setAttribute
...
when appending images.
This was an optimization with no apparent performance benefit.
12 years ago
Min RK
0b70f26f0e
Merge pull request #4655 from minrk/marked-nbconvert
...
prefer marked to pandoc for markdown2html
12 years ago
MinRK
dd2f4a25aa
quick review pass on javascript
12 years ago
MinRK
001e06103b
review pass on widgetmanager.js
12 years ago
MinRK
e6f84111cd
treat all falsy values the same in tooltip
...
undefined, null, and empty string are all treated the same.
12 years ago
MinRK
a7bd321648
don't show tooltip if object is not found
...
closes #4875
12 years ago
Jonathan Frederic
134413c89c
Fixed bug that prevented popup widget from displaying
12 years ago
Jonathan Frederic
c807dd29e4
Prevent TextBox from blurring unless explicity by user.
12 years ago
Jonathan Frederic
3026ddb52b
Fixed bug in throttling code.
12 years ago
Min RK
64421304c0
Merge pull request #4826 from Carreau/no-html
...
some $.html( -> $.text(
12 years ago
Min RK
b5a85af6e5
Merge pull request #4847 from Carreau/js-kernel-info
...
add js kernel_info request
12 years ago
Jonathan Frederic
7c32616556
Moved keyboard_manager logic into a sep. function.
12 years ago
MinRK
f02b5bef21
fix setting image height/width from metadata
12 years ago
MinRK
848010e911
fix tooltip token regex for single-character names
...
closes #4808
12 years ago
Matthias BUSSONNIER
f5fa732bd3
avoid injection in input prompt
12 years ago
Jonathan Frederic
91e82218a8
Changed selection widget API to use labels list
...
for mapping custom str reprs to items in the selection list
12 years ago
Jonathan Frederic
7f12f35fea
Added code that removes the views when a model/widget is closed.
12 years ago
Jonathan Frederic
288b8a0ced
s/view_name/_view_name
12 years ago
Jonathan Frederic
9e643f5692
Support multiple types in selection widget.
12 years ago
Jonathan Frederic
c9973a7114
Float widget views now inherit from int counterparts
12 years ago
Jonathan Frederic
2bb9ba9a9c
Adjusted throttling
12 years ago
Jonathan Frederic
1b8b6b3a88
Fixed bug where views child to other views would not have cell information
12 years ago
Jonathan Frederic
f06a0a7d5e
Fixed a couple more context typos
12 years ago
Jonathan Frederic
629d65da89
Fixed context errors and a couple of typos to get the tests working again
12 years ago
Matthias BUSSONNIER
98101f9c6c
add js kernel_info request
12 years ago
Jonathan Frederic
99f3f5155e
Fixed some typos related to _.each loops
12 years ago
Jonathan Frederic
046280b51a
s/ModalView/PopupView
12 years ago
Jonathan Frederic
10bd54bd30
Move js *RangeWidget code into *Widget
12 years ago
Jonathan Frederic
c5e48c0b75
Added some small comments to widget code
12 years ago
Jonathan Frederic
80c3339791
- remove second line in create_child_view
...
- add undefined check in delete_child_view
12 years ago
Jonathan Frederic
58f56a5dd7
Explicitly return null if there aren't any results
12 years ago
Jonathan Frederic
08e40697de
Removed for () loops where necessary. Replaced with _.each
12 years ago
Jonathan Frederic
35a02a0436
Replace .html with .text everywhere possible
12 years ago
Jonathan Frederic
af4809bec4
Prefer JQuery to Underscore
12 years ago
Jonathan Frederic
d9a703d305
'create' should be handled in sync
12 years ago
Jonathan Frederic
2b27b4101b
Remove todo in apply update
12 years ago
Jonathan Frederic
cb6094281c
s/custom_content/content
12 years ago
Jonathan Frederic
097951a6b8
Remove residual tabs
12 years ago
Jonathan Frederic
b7cd129c37
Added a line that was accidently deleted during merge of 4e813c5
12 years ago
Jonathan Frederic
691cd56038
Change the callback logic so the order makes more sense:
...
*Now*
View calls Model which calls Widget Manager
*instead of *
View calls Widget Manager, which then the Model modifies right
before sync
12 years ago
Jason Grout
fe6edb26a6
Rewrite widget syncing
...
Conflicts:
IPython/html/static/notebook/js/widgetmanager.js
IPython/html/static/notebook/js/widgets/widget.js
12 years ago
Matthias BUSSONNIER
149867e74c
some $.html( -> $.text(
...
Thoses that are obvious and easy to fix.
we shoudl have I think a travis test that grep for .html( and return
less than 20 lines :-)
12 years ago
Jonathan Frederic
e17200a533
Widget require.js fix
...
The WidgetManager namespace is passed around instead of a
widget_manager instance...
12 years ago
Jonathan Frederic
469c865603
Added support for multiple kernels.
12 years ago
Jonathan Frederic
6871c8f9e0
Cherry pick of @jasongrout 's 2bc2f96.
...
Only merged changes to notebook and kernel... (see original comment below).
Separate the widget registry from the widget managers;
attach widget managers to kernels.
Yet to do: take care of clean-up when a kernel is deleted
Conflicts:
IPython/html/static/notebook/js/widgetmanager.js
IPython/html/static/notebook/js/widgets/widget.js
12 years ago
Jason Grout
140d1872f7
Delete unnecessary save
12 years ago
Jason Grout
ce19a34d93
Pass the whole message into the widget manager display_view call
...
We do this so implementations can see metadata and any other things in the message, if they want.
Conflicts:
IPython/html/static/notebook/js/widgetmanager.js
12 years ago
Jason Grout
092e40df32
make the saving to python a method of the model, called with callbacks
...
Conflicts:
IPython/html/static/notebook/js/widgets/widget.js
12 years ago
Jason Grout
24ec0da125
Fix the cell reference in views
...
This solution is kludgy, but it does fix what broke when we tried to take the cell references out of views.
Conflicts:
IPython/html/static/notebook/js/widgets/widget.js
12 years ago
Jonathan Frederic
7cc6692fc4
Make dropdown view DOM swap elements on update.
12 years ago
Jonathan Frederic
82bf9c6826
Fix bug in all children containing views
12 years ago
Jonathan Frederic
d317532a38
Halign dict colons
12 years ago
Jonathan Frederic
bd3ba3328c
Added PEP8 style comments to all of the JS code.
12 years ago
Jonathan Frederic
bad85fb879
Remove O(N) cell by msg-id lookup
12 years ago
Jonathan Frederic
2aeac3a424
Make widget views work with new keyboard manager.
12 years ago
Jonathan Frederic
f86fe40c97
Fix rebase issues
12 years ago
Jonathan Frederic
6286f8b1ea
Fab CSS
12 years ago
Jonathan Frederic
74185a68e7
Got containers and mutlicontainers working! Yay
12 years ago
Jonathan Frederic
4017c7b27a
Fixed *almost* all of the test-detected bugs
12 years ago
Jonathan Frederic
c085593e2a
More fixes
12 years ago
Jonathan Frederic
d694666e66
A lot of bug fixes...
...
Related to 1-to-1 changes
12 years ago
Jonathan Frederic
c1c7bb7563
Everyone uses one model
12 years ago
Jonathan Frederic
00650fd64a
Dev meeting Jan 2014, widget review day 2
12 years ago
Jonathan Frederic
d103c682c5
Many checks off the todo list, test fixes
12 years ago
Jonathan Frederic
f6de685d9f
Use .apply for calling base with not proto-type.
...
See codecell for example.
12 years ago
Jonathan Frederic
1e37a46a55
Add a helper method that acts on the changes made to a list.
12 years ago
Jonathan Frederic
70c6a295d0
Finished renaming Multicontainer to SelectionContainer
12 years ago
Jonathan Frederic
a528610e07
renamed: ../static/notebook/js/widgets/widget_multicontainer.js -> ../static/notebook/js/widgets/widget_selectioncontainer.js
...
renamed: widget_multicontainer.py -> widget_selectioncontainer.py
12 years ago
Jonathan Frederic
643516f6f9
remove .html('');
12 years ago
Jonathan Frederic
c62b496b0e
s/image_format/format
12 years ago
Jonathan Frederic
b5f97c1227
add comment views are in *_range
12 years ago
Jonathan Frederic
5e9a090423
toggle button, set $el to button (removing extra div)
12 years ago
Jonathan Frederic
5b5325507f
add locks to update everywhere by using options to pass this
...
(and check for this)
12 years ago
Jonathan Frederic
c4edfdc828
comment model.set, so we know that it triggers update on other views
12 years ago
Jonathan Frederic
ccbfcbc159
make JS update comment more descriptive (english)
12 years ago
Jonathan Frederic
0740980d5c
remove length test add_class and remove_class
12 years ago
Jonathan Frederic
ec68f38ed7
Removed get_kernel method.
12 years ago
Jonathan Frederic
8dc5535638
un-nest options.options
12 years ago
Jonathan Frederic
a6fac70e03
s/BaseWidgetView/WidgetView and s/WidgetView/DOMWidgetView
12 years ago
Jonathan Frederic
44cf406ac0
this.updating should be a key specific lock
12 years ago
Jason Grout
d658f362ac
Update option-passing for creating child views.
12 years ago
Jonathan Frederic
3a271585d7
Add constructor comment for widget model.
12 years ago
Jonathan Frederic
d7835eb14e
Added missing comma
12 years ago
Jonathan Frederic
d3b33828c5
handle_msg a display_model method.
12 years ago
Jonathan Frederic
3254f338bb
Added note in widget manager why Backbone.sync is there rather
...
than the base.js (widget.js)
12 years ago
Jonathan Frederic
3f3a7edd6a
remove on_create_widget and handle_create_widget callback
12 years ago
Jonathan Frederic
17da002a6a
remove msg.content.data.view_name and corrosponding create_view param
12 years ago
Jonathan Frederic
99d83a2ad1
move backbone sync outside the widget manager class
12 years ago
Jonathan Frederic
5dbffa5287
_model_types, _view_types, _models - and document what keys and values are
12 years ago
Jonathan Frederic
e383594d04
renamed: basic_widgets.js -> init.js
...
renamed: init.js -> widget.js
12 years ago
Jonathan Frederic
5a3665d9ed
s/widget.js/init.js
12 years ago
Jonathan Frederic
5b388df615
Added callbacks method to view
12 years ago
Jonathan Frederic
5ced2816e7
Removed sync_method parameter from backbone msg spec
12 years ago
Jonathan Frederic
441a3e3ca6
Updated require.js references
12 years ago
Jonathan Frederic
ee522adc18
Renamed widget js files
12 years ago
Jonathan Frederic
691db01e5e
Missing view argument when recursively calling widgetmanager.callbacks(view)
12 years ago
Jonathan Frederic
babd5c44ba
Completely remove cell from model and view.
12 years ago
Jonathan Frederic
9e43807579
Updated comm id comments in view to model id
12 years ago
Jonathan Frederic
3329f875f3
s/comm_id/model_id (left over from before)
12 years ago
Jason Grout
7cbda99b0d
Add widget view options in creating child views
12 years ago
Jonathan Frederic
926c93eb84
Fixed indentation in widgetmanager.js
12 years ago
Jonathan Frederic
35a536f3b8
Re-decoupled comm_id from widget models
12 years ago
Jonathan Frederic
8732761524
Added `update_children` pattern to remaining parent widgets
12 years ago
Jonathan Frederic
2211abd28d
Converted tabs to spaces
12 years ago
Jason Grout
44e2043afe
Live updates for children automatically change container views.
...
Since traitlets does not trigger events when list elements are changed, these changes are triggered only when the entire children element is reassigned.
12 years ago
Jason Grout
b52043b4f7
Get the add/remove css classes working
12 years ago
Jason Grout
a8c8c2a5fd
General cleanup of base.js, including indentation fixes and adding view callbacks to the save options dictionary.
12 years ago
Jason Grout
00472333ec
log the error stack for a kernel javascript error message
12 years ago
Jason Grout
7810c78aea
Fix visible attribute for the very first render
12 years ago
Jason Grout
9b1a0d70a2
fix a handle_status handler
12 years ago
Jason Grout
1bf8da0734
Note todos for widgets
12 years ago
Jason Grout
38f0135522
Delete the snapshot message handler
12 years ago
Jason Grout
9a4c5957c3
Store views in the models and store child views in the views
12 years ago
Jason Grout
7431fa37dd
Make updates more granular for widgets
12 years ago
Jason Grout
641a5af70f
Move all references to cells to the view objects.
12 years ago
Jason Grout
45206783c2
Delete unnecessary check for comm object
12 years ago
Jason Grout
41170f7471
Change accordion to use a children attribute
12 years ago
Jason Grout
18beaff887
Remove unused code and debugging statements
12 years ago
Jason Grout
72f7d2fe09
Remove the automatic _children_attr and _children_lists_attr.
...
When serializing, any Widget object is encoded as its comm_id. The view should know how to deal with the attribute, and should know that the attribute is a comm_id.
12 years ago
Jason Grout
ad1e23bfc2
Intermediate changes to javascript side of backbone widgets
12 years ago
Jonathan Frederic
3361826b5a
Added require.js shims for underscore and backbone
...
This is necessary since underscore and backbone are no longer AMD
modules.
12 years ago
Jonathan Frederic
b588a56f76
Moved touch logic out of model into view.
...
View now updates using backbone events.
12 years ago
Jonathan Frederic
a2c951d9b0
s/display/created for display_view stuff
12 years ago
Jonathan Frederic
d4b6823a49
Removed unused that from widget manager
12 years ago
Jonathan Frederic
73380ca442
Fixed nonregistered model bug in wiget manager
12 years ago
Jonathan Frederic
3c866ea412
Made widget model state update function public
12 years ago
Jonathan Frederic
8ceb29796a
Made display_view a public method.
12 years ago
Jonathan Frederic
19e9cee437
Fix, require.js needs return of widget manager for other widgets
12 years ago
Jonathan Frederic
d7c0498b13
renamed: widget.js -> widgetmanager.js
12 years ago
Jonathan Frederic
3d7557b740
Moved base widget model and view into widgets/base.js
12 years ago
Jonathan Frederic
3a936676dc
Removed comm dependency of widget model and view
12 years ago
Jonathan Frederic
8120778e5a
Fixed some spacing in widget.js
12 years ago
Jonathan Frederic
5678617d8f
Fixed context of onclick callbacks selection widget views
12 years ago
Jonathan Frederic
4e3b2b3e94
jslint /widgets
12 years ago
Jonathan Frederic
3bc9d12eb8
jshint widget.js
12 years ago
Jonathan Frederic
e9bf942375
Fixed backbone event handling for accordion view
12 years ago
Jonathan Frederic
fbaeb9bb20
Fixed flushed messages not getting sent with new 'method' message tag
12 years ago
Jonathan Frederic
1b02e8f607
Add ImageWidget
12 years ago
Jonathan Frederic
186e756da9
Remove uneccessary lines in String.js
12 years ago
Jonathan Frederic
a6e5ec942c
Added LatexView
12 years ago
Jonathan Frederic
b656f34c48
s/LabelView/HTMLView
12 years ago
Jonathan Frederic
fff6263840
Fab CSS
12 years ago
Jonathan Frederic
d21426d461
- Fixed CSS so it also applies to widgets within modals
...
- Added docked modal style
12 years ago
Jonathan Frederic
32a8d43afc
- ModalView can now be docked and undocked
...
- Clicking on a ModalView will bring it to the front
12 years ago
Jonathan Frederic
6cfdb5848a
Fix bug where a child view could be displayed in a
...
different cell if it's parent didn't exist in the
current cell but instead another cell.
12 years ago
Jonathan Frederic
8e1c52382c
Added `method` property to messages from the front-end
12 years ago
Jonathan Frederic
d371e3772a
Make selector property of the add and remove class packets optional.
12 years ago
Jonathan Frederic
d69e957b9a
Added support for disabled flag to button widget.
12 years ago
Jonathan Frederic
1536c45955
Replace model 'update' event with the backbone 'sync' event, added in 1.0
12 years ago
Jonathan Frederic
dd31af4462
Do not vertically center modal
12 years ago
Jonathan Frederic
515f0d1b0f
Fixed modal centering code
12 years ago
Jonathan Frederic
c31ad5cf78
Added custom selector logic to modal view
12 years ago
Jonathan Frederic
1fb4340503
Moved flexible box model attrs out of Container and Modal js
...
into a common function
12 years ago
Jonathan Frederic
8b08e1c53c
Center modal view on show
12 years ago
Jonathan Frederic
e36353c152
Fab CSS
12 years ago
Jonathan Frederic
f9f84fc076
Removed max height from widget modal body
12 years ago
Jonathan Frederic
61bfddbd17
Fixed body container height not stretching to fill remainer of height
12 years ago
Jonathan Frederic
4e1e091648
Added ModalView
12 years ago
Jonathan Frederic
ad25488041
Fab CSS
12 years ago
Jonathan Frederic
ee3d473cb5
Added style for widget modal
12 years ago
Jonathan Frederic
4333c84907
Fix scroll_to_bottom
12 years ago
Jonathan Frederic
02db32fe9a
Fix typo, static msg content c&p from button widget view.
12 years ago
Jonathan Frederic
4f663d896d
Made scroll to bottom use msgs
...
allow multiple msg handlers
added send to view to automatically hookup callbacks
changed send signature to optionally accept a cell to connect callbacks
12 years ago
Jonathan Frederic
cc96589afc
Changed on_submit to use custom messages instead of stateful communcation
12 years ago
Jonathan Frederic
10002f5a81
Changed button to use custom messages instead of state to communicate events.
12 years ago
Jonathan Frederic
c299022cc7
Changed add_class and remove_class to use messages instead of stateful communication
12 years ago
Jonathan Frederic
873d1d231e
Make sure DOM element ids start with alphabetic characters, not numeric.
12 years ago
Jonathan Frederic
00f72487c5
Use setElement to set the view's element properly.
12 years ago
Jonathan Frederic
0cd4226fde
Fixed typo in container construction.
12 years ago
Jonathan Frederic
f16f1d6537
Make sure backbone events fire.
...
If $el is set to something else, make sure all the backbone machinery
knows about the new DOM element.
12 years ago
Jonathan Frederic
d795654251
Add scroll_to_bottom method for TextAreaView (StringWidget).
12 years ago
Jonathan Frederic
9019b639d1
Fixed a bug that didn't allow callbacks to set a property
...
on the widget that triggered the callback.
12 years ago
Jonathan Frederic
0d7428a903
Added TextBox submit event
12 years ago
Jonathan Frederic
cb0ac9c06b
Remove some empty space
12 years ago
Jonathan Frederic
bcc2ce15a3
Cleaned up _make_callbacks method of widget model class
12 years ago
Jonathan Frederic
96c6db3c1d
Fixed typo in widget model code causing notebook to not load
12 years ago
Jonathan Frederic
c0ff518107
Added support for custom widget msgs
12 years ago
Jonathan Frederic
67f364396f
Properly dispose of widget model. Delete comm's ref to
...
the widget model so the GC will collect it when it is
no longer reference elsewhere.
12 years ago
Jonathan Frederic
296d0e0b31
Added on_view_displayed and on_close callbacks to widget manager.
12 years ago
Jonathan Frederic
b47cc6c3ee
Added more comments to widget model JS
12 years ago
Jonathan Frederic
b6254e0ce5
Better comments in _display_view
12 years ago
Jonathan Frederic
57460cddcb
Dont err if view name isn't registered.
12 years ago
Jonathan Frederic
db6ca32499
Added on_create_widget callback to WidgetManager
12 years ago
Jonathan Frederic
61f7408893
Privatize _handle_com_open of WidgetManager
12 years ago
Jonathan Frederic
5ffd0f00c6
Prviatize methods that should not be called externally
...
in Model and View JS widget classes
12 years ago
Jonathan Frederic
673a723a73
Moved get_msg_cell which depends on notebook specific logic
...
into the WidgetManager for easy override. Also removed
almost all of the logic that refers to cell.output_area inside
the model and replaced it with logic that uses cell.
12 years ago
Jonathan Frederic
7993b1d4a1
Fab CSS
12 years ago
Jonathan Frederic
eaea930667
Added ListBoxView
12 years ago
Jonathan Frederic
1131100d21
Changed require.js load calls to allow require.js to pass
...
the import module handles around.
12 years ago
Jonathan Frederic
90030b238b
Added missing parameter to get_msg_cell call
12 years ago
Jonathan Frederic
48eaebf683
Moved the logic to get a cell by message id into the notebook.js.
...
Also added more detail to the comments in the get output area function in widgets.js
12 years ago
Jonathan Frederic
215060e8e8
Added selected_index support to accordion view.
12 years ago
Jonathan Frederic
a9faa50329
Use regular expressions when fixing button-like captions
12 years ago
Jonathan Frederic
6c860e32c0
Added support for multiple lines in button-like widgets
12 years ago
Jonathan Frederic
59e7a04723
Added support for multiple spaces in a row
...
also added button height fix for standard buttons without a caption
12 years ago
Jonathan Frederic
ce53644d54
Added standard IPY JS header to widget JS files.
12 years ago
Jonathan Frederic
b9a274a425
Fixed indentation
12 years ago
Jonathan Frederic
f13a36f491
Fab CSS
12 years ago
Jonathan Frederic
d9f3870a2e
Cleaned up widget LESS. Added comments and sorted code.
12 years ago
Jonathan Frederic
f9dd4ffd6f
Fab CSS
12 years ago
Jonathan Frederic
e163d8033b
Fix jquery slider on FF
12 years ago
Jonathan Frederic
8b33fa849d
Fab CSS
12 years ago
Jonathan Frederic
e6aa364976
Better fix for empty dropdown button alignment
...
Now an character is inserted and bootstrap is left alone to deal with alignment.
12 years ago
Jonathan Frederic
67e15f79db
Fab CSS
12 years ago
Jonathan Frederic
dc785c6e36
Set a minimum height on the combobox button
...
to fix captionless button height.
12 years ago
Jonathan Frederic
4d7c20015b
Fab CSS
12 years ago
Jonathan Frederic
b22075a126
Removed combo-box explicit height
...
b/c it caused the carrot button to misalign with the combo box
12 years ago
Jonathan Frederic
d35d8c242e
Fixed bug that prevent model.save() from being called on
...
widget models without views.
12 years ago
Jonathan Frederic
473e22dab4
FAB CSS
12 years ago
Jonathan Frederic
458249e5c4
POST-REBASE Re-added widgets reference
12 years ago
Jonathan Frederic
65510584c5
Fixed typos in throttling code.
12 years ago
Jonathan Frederic
8502b2c182
Remove init_widget_js, use require.js for everything
...
Updated examples
Fixed bug with message throttling
12 years ago
Jonathan Frederic
3390f64dc2
Added flex properties to container.
...
Also replaced underscores in flex align properties with dashes.
12 years ago
Jonathan Frederic
2ba2d42e84
Added flexible box model align properties.
12 years ago
Jonathan Frederic
e39ba92172
Fixed: Last state not being sent to kernel while throttling.
12 years ago
Jonathan Frederic
4c23d2c7a1
Fixed comment in widget.js
12 years ago
Jonathan Frederic
c3a029acc1
Fixed & separated output_area -> widget_area logic
12 years ago
Jonathan Frederic
21383149ce
Decoupled cell_index from widget model code.
12 years ago
Jonathan Frederic
8e259f401d
Fixed callback mapping for widget spawned widgets
12 years ago
Jonathan Frederic
4d324f28f1
Set default element to be styled in built-in views
12 years ago
Jonathan Frederic
8fba5d2f07
Added add_class and remove_class methods.
12 years ago
Jonathan Frederic
810ea87e5b
Added `visible` property to all widgets
12 years ago
Jonathan Frederic
2c3d80c275
Added selected_index property to TabView
12 years ago
Jonathan Frederic
19f0372f54
Added ability to specify the element that gets style in a view
...
when no jquery selector is provided (default).
12 years ago
Jonathan Frederic
c95fbfad28
Made RadioButtons and ToggleButtons views compatible with disabled property
12 years ago
Jonathan Frederic
68798d810d
Made checkbox and togglebutton compatable with disabled property
12 years ago
Jonathan Frederic
9f3450448e
Made TextArea and TextBox views compatable with disabled property
12 years ago
Jonathan Frederic
49662a61ba
Fix slider orientation change, value-handle-offset bug
12 years ago
Jonathan Frederic
fc6cb0231f
Fixed checkbox click event handler
12 years ago
Jonathan Frederic
9ce2a9eeca
Added ProgressView
12 years ago
Jonathan Frederic
c77bbdf01f
Fixed vertical widget labels
12 years ago
Jonathan Frederic
a1a86bb8c4
Added slider vertical mode, and
...
fixed hbox element sizing.
12 years ago
Jonathan Frederic
72fd070739
MAJOR CSS FIXES
...
Fixed jquery slider horizontal style
Fixed label alignment
12 years ago
Jonathan Frederic
9cfecfb6aa
Added widget-label style def && fab css
12 years ago
Jonathan Frederic
b9f6e562f7
Changed underscores in CSS names to dashes
12 years ago
Jonathan Frederic
f2d77f3b78
Added labels to basic widgets
12 years ago
Jonathan Frederic
9b891d4018
s/TextareaView/TextAreaView & s/TextboxView/TextBoxView
12 years ago
Jonathan Frederic
dfd4e3269e
Added TabView to multicontainer
12 years ago
Jonathan Frederic
6dd1bce589
Added ability to title multicontainer pages before multicontainer display()
12 years ago
Jonathan Frederic
510c97679d
Added ability to set container page titles for widget multicontainer
12 years ago
Jonathan Frederic
aeebaaf09d
Updated require js references, now absolute paths are used
12 years ago
Jonathan Frederic
692c8f29a6
Added multicontainer widget
12 years ago
Jonathan Frederic
b5079276d0
Added msg_id - cell mapping.
12 years ago
Jonathan Frederic
c7ded710dc
Added support for multiple model views in one widget area.
12 years ago
Jonathan Frederic
0af18e8c13
Changed parent/child api widgets
12 years ago
Jonathan Frederic
f241242b7f
Fixes that allow last commit to work.
12 years ago
Jonathan Frederic
837ef44256
LOTS OF WIDGET CHANGES
...
Moved model-like code out of manager.
Added parent/child API.
Throttling now occurs on a model by model level.
View/cell association is fixed for the most part, but there is still
one assumption being made in handle_com_msg.
12 years ago
Jonathan Frederic
4c7357f4a4
Revert notebook.js to master
12 years ago
Jonathan Frederic
3c36e715c9
Added message throttling
12 years ago
Jonathan Frederic
c692d2aaa8
Made registered model name look like other model names
12 years ago
Jonathan Frederic
0d25759d53
Add state packet delta compression.
12 years ago
Jonathan Frederic
d72262e071
Fixed button widget click event handler/
12 years ago
Jonathan Frederic
b5d4eda19b
Removed widget_item class
12 years ago
Jonathan Frederic
c20859a5c9
Add button widget
12 years ago
Jonathan Frederic
e619bdf313
Flex box system improvements
...
Now to set a container to vbox or hbox you call .vbox() or .hbox()
12 years ago
Jonathan Frederic
2ad57f6f9d
Attempt 1, HBox and VBox implementation.
12 years ago
Jonathan Frederic
f3a3e7c9cb
Added int widget
12 years ago
Jonathan Frederic
26f31184e7
Added float widget
12 years ago
Jonathan Frederic
40a923c5b6
Lots of updates to widget(s) js
...
Use require.js (again)
Allow IntTextView and FloatTextView to be used without min/max
12 years ago
Jonathan Frederic
f7d96da585
Added toggle button view
12 years ago
Jonathan Frederic
7490cab0c1
Added boolean widget
12 years ago
Jonathan Frederic
1b5f3d3203
Added togglebutton group
12 years ago
Jonathan Frederic
990303f3eb
Removed require.js scheme since it forces async event driven model,
...
this model does not work with the comm/widget communication model.
We need to be able to load the dependencies before we send the
show() message to the widget manager. Otherwise a race condition
will exist where the widget manager may recieve the show message
before the dependencies have been loaded (happened almost every time).
12 years ago
Jonathan Frederic
c9d604d54e
Use require.js where possible.
12 years ago
Jonathan Frederic
42e32d2ff8
Renamed widget js files since they contain views too now.
12 years ago
Jonathan Frederic
3d72269dcc
Use require.js to load widget manager.
12 years ago
Jonathan Frederic
e88950238f
Moved view code into model files
12 years ago
Jonathan Frederic
fffaba9a7b
Moved widget js into static
12 years ago
Jonathan Frederic
5cac3fceae
Fixed glitch when widgetarea wouldn't get completely hidden upon re-execution
12 years ago
Jonathan Frederic
4d2bcf02e5
Adjust weidget box so widget_subarea aligns with codecell
12 years ago
Jonathan Frederic
686dd7aea0
Clear widgets upon cell execute
12 years ago
Jonathan Frederic
2b3d6ab2e4
Added clear widget area button
12 years ago
Jonathan Frederic
f32f450d0f
Moved widget.js into widget code directory
12 years ago
Jonathan Frederic
3e36dd0c92
Added apply method to base model.
...
Allows model to propogate changes to all views except
for the one specified.
12 years ago
Brian E. Granger
50213707ea
Fixing infinite recursion.
12 years ago
Jonathan Frederic
a576a0c8a1
Fixed widget.js and notebook.js so IPython.notebook.widget_manager is created.
12 years ago
Jonathan Frederic
0230fa8c09
Added widjet.js
...
Other commit actually added notebook.js changes
12 years ago
Jonathan Frederic
5d9dcfc39e
Added widget.js
12 years ago
Jonathan Frederic
43b857619e
Add widget subarea style
12 years ago
Jonathan Frederic
ac874a4bf6
Added widget output area
12 years ago
MinRK
c7a3676804
allow utils.js to be loaded in node
...
where navigator is undefined
12 years ago
MinRK
283756ff03
don't require mathjax on the page in mathjax utils
...
required for reusing mathjaxutils in node
12 years ago
MinRK
829495c6b9
validate output types in append_output
...
validates from files, as well as from kernels
12 years ago
MinRK
19e4b74678
revert output area changes
12 years ago
MinRK
d6deaaaf1f
protect javascript from invalid mime-type data
...
everything is a string, if anything else is sent,
drop it so it doesn't show up in the notebook document.
12 years ago
Paul Ivanov
5209e82a96
fix mathjax typesetting
12 years ago
Paul Ivanov
ea8a7745d8
love javascript.
...
it gives me many opportunities to be sarcastic in my commit messages
12 years ago
Paul Ivanov
ebe9c20ca2
fix small bug in dropping metadata
12 years ago
Paul Ivanov
0e72314379
minor cleanup
12 years ago
Paul Ivanov
a001003d67
remove dynamic keyword, handling it in fromJSON
...
After discussing this in person with @minrk, we decided instead of
passing this parameter around and special-casing javascript, it's easier
to just remove javascript from the display_order for the duration of
fromJSON, since that's the only place where dynamic was set to False,
and then put it back in at the end of the fromJSON call.
12 years ago
Paul Ivanov
f147e50545
hardcode type into the mimetype specific functions
12 years ago
Paul Ivanov
e094fca4ef
dispatch on mime type for append methods
12 years ago
Paul Ivanov
a6be6e9821
love them semicolons
12 years ago
Paul Ivanov
b4c9df8ecc
fix stream saving
12 years ago
Paul Ivanov
a7ca25a602
fix toJSON/fromJSON renaming
12 years ago
Paul Ivanov
d4ab0f4466
unify key renaming for to/from json short keys
12 years ago
Paul Ivanov
ee9ecc5548
convert back to short names when writing to JSON
12 years ago
Paul Ivanov
6089570dec
stop using convert_to_mime_types
...
the in-memory representation and the messsage spec now all use mimetype
names for the JSON keys.
12 years ago
Paul Ivanov
d26ce5ffa2
fix png inlining
12 years ago
Paul Ivanov
7aaa3a9203
convert short names like 'png' to mimetype names
12 years ago
Paul Ivanov
b415af3dba
align with current master
12 years ago
Paul Ivanov
ef60127e6e
use mime type in memory
12 years ago
Paul Ivanov
e8aa99b603
check mime-keyed metadata first, then top level
12 years ago
MinRK
d9e57a5b6a
passthrough unrecognized output mime-types
...
preserves the bad mime-type -> short name conversion for supported types,
but allows passthrough for additional mime-types,
so at least data is not discarded.
12 years ago
Paul Ivanov
459b5ea7ad
use non-mimetype-keyed metadata in the outputarea
12 years ago
Paul Ivanov
2e72ab3cd6
make output code not drop non-mimetype-keyed json
12 years ago
Min RK
f7388dd2ea
Merge pull request #4785 from SylvainCorlay/master
...
Replacing a for-in loop by an index loop on an array
12 years ago
Sylvain Corlay
a053ba2419
Replacing a for-in loop by an index loop on an array, to avoid enumerating inherited properties
12 years ago
Brian E. Granger
d8db72564a
Merge pull request #3605 from ellisonbg/newux
...
Modal UI - a whole new world of fun....its like vim, but not!
12 years ago
Brian E. Granger
06d40366aa
Work on shortcuts and examples notebook.
12 years ago
Brian E. Granger
a324259c49
Minor changes to KB handling.
12 years ago
Brian E. Granger
c0fadb245d
Fixing design of quickhelp.
12 years ago
Brian E. Granger
506ffe5adf
Adding sorting and better layout to the KB shortcuts.
12 years ago
Brian E. Granger
5e706935e1
Semicolon cleanup.
12 years ago
Thomas Kluyver
c0f346c4e3
Merge pull request #4735 from minrk/better-errors
...
add some HTML error pages
12 years ago
Brian E. Granger
c54f48278d
canonicalize -> normalize in keyboard manager.
12 years ago
Brian E. Granger
c888f9d3e4
Cleaning up console log messages.
12 years ago
Brian E. Granger
5fcb7d21dd
Fixing delete_count logic.
12 years ago
Brian E. Granger
418f3e46f2
Reordering conditional.
12 years ago
Brian E. Granger
201217d847
Renaming execute methods.
12 years ago
Brian E. Granger
d83b4ece91
Removing old method on RawCell - just use the base class.
12 years ago
Brian E. Granger
33097b0c1f
Adding missig altKey test to CodeCell.
12 years ago
Brian E. Granger
6dcdb26fa4
Fixing a few keyboard codes and shortcuts.
12 years ago
Brian E. Granger
77fd1ff6e5
Focus cells after they are inserted.
12 years ago
Brian E. Granger
cc765e29d9
select next cell in insert cell below in menubar to match kb.
12 years ago
Brian E. Granger
11493ca042
Don't always call focus_cell in Cell.command_mode.
...
The focus_cell should only be called when a user enters
command mode by pressing ESC. Calling focus_cell was causing
jumps when command mode was entered through a mouse click.
12 years ago
Brian E. Granger
9c2762a516
Adding back doc in Keyboard Shortcut.
12 years ago
Brian E. Granger
b244518871
Special handling for CM's vim keyboard mapping.
12 years ago
Brian E. Granger
89c410d19d
Cell splitting merging works with RawCell now.
12 years ago
Brian E. Granger
6c7196a99e
Cleanup of cell splitting.
12 years ago
Brian E. Granger
0e4c4887aa
TextCell.unrender should not focus CM/select.
12 years ago
Brian E. Granger
b3322fc2d5
Ongoing work on cell splitting.
12 years ago
Brian E. Granger
177fb9bb5d
Fixing css class on cell related to selected, rendered, mode.
12 years ago
Brian E. Granger
142b9a4b95
shift-enter should doesn't create a new cell at the bottom.
12 years ago
Brian E. Granger
a07eabe7c5
Fix raw_input.
12 years ago
Brian E. Granger
1d9aa63500
Pressing d twice now deletes cell on first try.
12 years ago
Brian E. Granger
47534d2a28
Updating help string for ctrl-enter and alt-enter.
12 years ago
Brian E. Granger
c841e006a3
Adding j/k for select next/prev. Faster than up/down.
12 years ago
Brian E. Granger
673dfe336e
Fixing bugs and adding automatic KB shortcut help.
12 years ago
Brian E. Granger
1572df1c65
Like, OMG, keyboardmanager.js is a beast.
12 years ago
Brian E. Granger
b44d535329
HTML and JavaScript output KBM event handling.
12 years ago
Brian E. Granger
8cabefa32d
Delete cell only if you press "d" twice in 1 second.
12 years ago
Brian E. Granger
06aa0d540d
Using a more specific approach for managing CM focus.
...
I used to try and enter command mode when a cell looses focus. The
problem with that is that focusing an output area would remain in
edit mode.
Now, I bind this logic to the code mirror blur event, so that
focusing the output area enters command mode.
12 years ago
Brian E. Granger
8a8a03a4d3
Fixing delete/undelete logic.
12 years ago
Brian E. Granger
b2f8d17940
Changing a heading cell level should enter edit mode and set dirty
12 years ago
Brian E. Granger
18b2e54a52
Fixing bug in KeyboardManager.enable/disable.
12 years ago
Brian E. Granger
9a3783e2c4
Fixing select when inserting cell using menu.
12 years ago
Brian E. Granger
a2ffedb0ff
Carefully manage rendered state in merge cell.
12 years ago
Brian E. Granger
761109e4b7
Add + for merge cell below and carefully manage split cell state.
12 years ago
Brian E. Granger
740b7aa21b
Split cell keyboard shortcut wired up. Merge markdown adds 2nd \n.
12 years ago
Brian E. Granger
23b88a9a24
Moving a cell focuses it after the move.
...
This way if you move a cell a long way, the noteobook div will
scroll with you.
12 years ago
Brian E. Granger
71bc8d5cdd
Adding missing enable/disable methods.
12 years ago
Brian E. Granger
b865c98567
Removing KBN null mode and replacing with enable/disable.
12 years ago
Brian E. Granger
0000e688d6
Code comments and minor fixes.
12 years ago
Brian E. Granger
c1166ea98a
Lots of updates and changes.
...
* Cleaning up the code mirror event handlers.
* Adding logic to prevent calling Notebook.command_mode on cell
focusout.
* Fixing bugs.
12 years ago
Brian E. Granger
caffba142e
Adding keyboard manager logic.
...
This is currently very broken.
12 years ago
Brian E. Granger
c775800714
Removing manual focusing of notebook div.
12 years ago
Brian E. Granger
a37443710b
Binding to notebook div not document.
12 years ago
Brian E. Granger
d137535431
Don't bind notebook keyboard events to $(document).
...
Keyboard events were previously bound to $(document), which
caused problems with our command mode not allowing other
focused elements (dialogs, etc.) to manage their own keyboard
events. We now bind to the notebook element.
12 years ago
Brian E. Granger
40977e545b
Semi working version of basic dual mode UX.
...
As of this point there are lots of things that don't work, but
most of the basic dual mode interactions do work fine.
12 years ago
Brian E. Granger
2a530ff30d
More work on the dual mode UX.
12 years ago
Brian E. Granger
54088a0105
Adding new logic to cells.
12 years ago
Brian E. Granger
2181a29be7
Starting work on select/focus logic.
12 years ago
Matthias Bussonnier
880bcfc122
Merge pull request #4658 from stevefox/dev
...
Bug fix for #4643 : Regex object needs to be reset between calls in toolt...
12 years ago
MinRK
21632ac564
add error css
12 years ago
Min RK
556627a637
Merge pull request #4656 from takluyver/nbconvert-service
...
Nbconvert HTTP service
12 years ago
Min RK
8be6c4b617
Merge pull request #4575 from minrk/encode_paths
...
make sure to encode URL components for API requests
12 years ago
Steve Fox
9681bdd177
Tabs converted to spaces for #4643
12 years ago
MinRK
da2f38c24e
uniformity in ajax error handler arguments
...
send arguments on failed events
12 years ago
Thomas Kluyver
9da24dda50
Download as always starts downloads in new window/tab
...
This is a slightly worse user experience if it succeeds, because the new
tab flashes up before closing again, but it will let us display an
informative error page if it fails, without navigating the user away
from the interactive notebook view.
12 years ago
Thomas Kluyver
c5d0f1614f
Condense raw_mimetype and mime_type traitlets into output_mimetype
12 years ago
Thomas Kluyver
390b13a82c
Add option to download as reST
12 years ago
Thomas Kluyver
a3c2f1b5f9
Add menu entries for getting converted views of a notebook
12 years ago
Susan Tan
088987adbe
Fixed various typos in docstrings.
12 years ago
Matthias Bussonnier
ed17c53825
Merge pull request #4646 from ellisonbg/output-js
...
Fixing various output related things:
JavaScript output no longer requires calling container.show()
Added output_javascript CSS class that has zero height when empty.
JavaScript error messages are properly indented with the prompt area.
12 years ago
Matthias Bussonnier
5a1a969b07
Merge pull request #4654 from ellisonbg/textcell-padding
...
Fixing left padding of text cells to match that of code cells.
12 years ago
Matthias Bussonnier
4039e246fc
Merge pull request #4306 from minrk/raw-cell-metadata
...
add raw_mimetype metadata to raw cells
12 years ago
Steve Fox
fad1f14142
Bug fix for #4643 : Regex object needs to be reset between calls in tooltip.js
12 years ago
Brian E. Granger
32bd409fc1
Fixing various output related things:
...
This was inspired by PR #4105 .
* JavaScript output no longer requires calling container.show()
* Added output_javascript CSS class that has zero height when
empty.
* JavaScript error messages are properly indented with the prompt
area.
12 years ago
Brian E. Granger
073a982277
Fixing left padding of text cells to match that of code cells.
12 years ago
Matthias Bussonnier
fd74cc7eee
Merge pull request #4576 from ellisonbg/cell-spacing
...
Tighten up the vertical spacing on cells and make the padding of cells more consistent
12 years ago
MinRK
a31ceefb42
use reST in raw cell toolbar
...
reduces width
12 years ago
Min RK
a5774b83a2
Merge pull request #4567 from ellisonbg/indent-cell
...
Adding prompt area to non-CodeCells to indent content.
prompts now appear in the margin of the document.
12 years ago
Brian E. Granger
2734f4cc5b
Cleaning up indentation and spacing of less files touched.
12 years ago
Brian E. Granger
3ec22d90fe
Removing style to delimit output as per dev meeting.
12 years ago
Brian E. Granger
79a12cf907
Adding prompt area to non-CodeCells to indent content.
...
This is a reponse to the problem of having really long lines in
Markdown cells, which makes the content difficult to read. Users
want wide code cells, so we don't want to narrow everything. The
solution here is to give a prompt area to the heading/md cells
to narrow their content area slightly. The only problem is that
this makes it more difficult to distinguish between output
and md content that follows that output. The solve this, we are
adding a narrow line between output and following md.
12 years ago
MinRK
7458f12dca
tweak raw placeholder
12 years ago
Min RK
99c45765c4
Merge pull request #4594 from onceuponatimeforever/2923
...
Fixed #2923 Move Save Away from Cut in toolbar
replace add above/below arrows with single plus button
12 years ago
Susan Tan
4b8e563032
Fixed #2923 Move Save Away from Cut in toolbar
12 years ago
Brian E. Granger
57a9457f78
More tabs to spaces on less files.
12 years ago
Brian E. Granger
6093987a8b
Tabs to spaces in variables.less.
12 years ago
MinRK
3ad0072c9e
make sure to encode URL components for API requests
...
notebook names can have spaces, hashes, other special characters.
12 years ago
Brian E. Granger
5b75f1a27d
Adjusting padding of output subareas and adding @code_padding.
12 years ago
MinRK
1869e1a1a3
add utils.url_join_encode
...
like url_path_join, but escapes url components
12 years ago
Brian E. Granger
010becd987
Making the cell margin 0 all around.
...
Also moves some css/less code to the outputarea.less.
12 years ago
MinRK
54ccc1dbe4
store cell toolbar preset in notebook metadata
...
allows resume on load
12 years ago
MinRK
c27710842d
fix Python mime-type
12 years ago
MinRK
9fc9580256
set cell_type properly first-class in the Cell object
...
- in toJSON
- don't clobber existing value in Cell constructor
12 years ago
MinRK
f420b48aae
add dialog to raw cell toolbar
12 years ago
MinRK
d087a213b3
add raw cell toolbar preset
12 years ago
MinRK
0fb011ef68
allow cell toolbar presets to apply only to specific cell types
12 years ago
MinRK
3a17777c50
clarify name of 'default' cell toolbar
12 years ago