Inez Korczynski
|
4a31a6b265
|
Fix bug in enumarete method of ListView
|
2011-12-09 02:07:23 +00:00 |
|
Trevor Parscal
|
2e0a0e0243
|
Fixed logic for popping up inspector only with selection
|
2011-12-09 02:00:45 +00:00 |
|
Trevor Parscal
|
f26bec23c9
|
Removed done button
|
2011-12-09 01:56:19 +00:00 |
|
Trevor Parscal
|
4ea117d7a6
|
Added es.Inspector and es.LinkInspector - and a whole bunch of other changes (some are hacks) to get a link inspector working nicely
|
2011-12-09 01:28:44 +00:00 |
|
Inez Korczynski
|
81b4fc561d
|
Get rid of console.log
|
2011-12-08 23:52:35 +00:00 |
|
Inez Korczynski
|
22c461a55b
|
Implemented indent and outdent functionality.
|
2011-12-08 23:45:07 +00:00 |
|
Inez Korczynski
|
47e76f21d1
|
Fix bug in enumerate method in case of mixed list (number and bullet for example)
|
2011-12-08 23:43:54 +00:00 |
|
Inez Korczynski
|
bc4fc1249c
|
Fix bug in ListButtilTool - cursor position was adjusted when it shouldn't be
|
2011-12-08 22:16:05 +00:00 |
|
Inez Korczynski
|
f55bd4b77c
|
Emit cursor event after listing on unlisting leaf nodes
|
2011-12-08 22:03:27 +00:00 |
|
Inez Korczynski
|
5a060d42ec
|
Update selection after unlisting list items
|
2011-12-08 06:40:36 +00:00 |
|
Inez Korczynski
|
7c7c230595
|
Get unlisting and listing to work
|
2011-12-08 04:18:15 +00:00 |
|
Inez Korczynski
|
ed44f13aa0
|
Revert r105509 and r105507 - taken approach is not gonna work
|
2011-12-08 03:14:10 +00:00 |
|
Inez Korczynski
|
8fece3a241
|
Temporary fix for transact method to accept array of transactions.
|
2011-12-08 01:17:08 +00:00 |
|
Inez Korczynski
|
7da531b59e
|
Pass array of transactions to transact method if all those transactions are part of one "interaction"
|
2011-12-08 01:09:52 +00:00 |
|
Trevor Parscal
|
70d5beec71
|
Changed which elements had user-select: none so that people can copy the wikitext generated by the editor
|
2011-12-07 23:37:21 +00:00 |
|
Trevor Parscal
|
f9fd3b1db2
|
Fixed wikitext serailizer - extra newlines should be after the list not the list item
|
2011-12-07 23:35:11 +00:00 |
|
Trevor Parscal
|
f42915ac0f
|
Added vertical margin in calculation of menu position
|
2011-12-07 23:25:13 +00:00 |
|
Inez Korczynski
|
44f8d155b1
|
When wraping any leaf node in list item make sure to convert it to paragraph first.
|
2011-12-07 23:16:29 +00:00 |
|
Trevor Parscal
|
8a5ff02cea
|
Fixed headings, lists and list items - listening to the model now, as we should have been
|
2011-12-07 23:13:57 +00:00 |
|
Inez Korczynski
|
f226380f36
|
Add 'term' and 'defintion' to regex (one that is responsible for deleting all listitem styles from an item) in ListItemView.setClasses method.
|
2011-12-07 23:12:33 +00:00 |
|
Inez Korczynski
|
91f9572e4b
|
Do not redraw selection if nodes were not added.
|
2011-12-07 23:05:21 +00:00 |
|
Trevor Parscal
|
22efd982aa
|
Added extra newline after wikitext list
|
2011-12-07 23:00:00 +00:00 |
|
Inez Korczynski
|
d06c7efe0b
|
Refactor class ListButtonTool. Method list now works.
|
2011-12-07 22:57:17 +00:00 |
|
Neil Kandalgaonkar
|
c0a02cd6c3
|
undo almost working, still anomalies in selects (particularly first)
|
2011-12-07 22:28:07 +00:00 |
|
Trevor Parscal
|
fdeb042a91
|
Back, by popular demand, the great side-by-side preview!
|
2011-12-07 21:17:34 +00:00 |
|
Inez Korczynski
|
45d821b2ec
|
Small cleanup to IndentationButtonTool class
|
2011-12-07 20:06:04 +00:00 |
|
Trevor Parscal
|
8505b3b566
|
* Simplified context menu
* Added typeOnly option to getIndexOfAnnotation
* Fixed overly-strict checking for annotations in toolbar
|
2011-12-07 19:16:40 +00:00 |
|
Trevor Parscal
|
51e68abf08
|
JSHint fixes
|
2011-12-07 18:29:02 +00:00 |
|
Trevor Parscal
|
0d78a63da0
|
Revert of all the modifications I made to es.TransactionProcessor - things were getting exponentially worse with each commit - I think I need some sleep
|
2011-12-07 02:22:06 +00:00 |
|
Trevor Parscal
|
893d337c48
|
Fixed issue with inserting data that starts with closing elements
|
2011-12-07 02:13:43 +00:00 |
|
Trevor Parscal
|
38bc605f66
|
Fixed scope issue when inserting at structural offsets
|
2011-12-07 01:38:10 +00:00 |
|
Inez Korczynski
|
b5d822ec1d
|
Minor fix: incorrect refactoring
|
2011-12-07 01:13:08 +00:00 |
|
Inez Korczynski
|
0ec2775621
|
Make ListView.enumerate method clear ListItemView.$icon when item is not 'number'.
|
2011-12-07 01:12:04 +00:00 |
|
Trevor Parscal
|
45634a8208
|
Added support for inserting tab and newline characters
|
2011-12-07 01:10:25 +00:00 |
|
Inez Korczynski
|
8424681948
|
Refactored code for "listing"
|
2011-12-07 01:02:36 +00:00 |
|
Trevor Parscal
|
f0c20d7a51
|
Fixed cut - now cut copy and paste work
|
2011-12-07 00:51:26 +00:00 |
|
Trevor Parscal
|
909b3674be
|
Update node when it's attributes are changed
|
2011-12-07 00:06:30 +00:00 |
|
Trevor Parscal
|
b1f54c5ae5
|
Refactored annotation of content - now there's an annotate method in surface view
|
2011-12-06 23:48:47 +00:00 |
|
Trevor Parscal
|
ee1caca875
|
Only act on selection change if it changed
|
2011-12-06 22:45:38 +00:00 |
|
Trevor Parscal
|
68a0026f56
|
Disabled console logging
|
2011-12-06 22:14:48 +00:00 |
|
Trevor Parscal
|
e61e66856c
|
Fixed issue in transaction processor's insert method - no need for a special case for structural offsets anymore
|
2011-12-06 22:04:18 +00:00 |
|
Trevor Parscal
|
7ed901d74c
|
Bypass processing if there's no annotations
|
2011-12-06 21:28:21 +00:00 |
|
Neil Kandalgaonkar
|
dbe4890ed6
|
Simplified transaction model, introduced isPartial for some deletes
|
2011-12-06 01:52:38 +00:00 |
|
Neil Kandalgaonkar
|
e3fc95f41a
|
Revert r104884 "no longer track selections in states. Also makes the 'combine' parameter obsolete"
This reverts git-svn commit e4e3468605c97bd5e611fdf8fc80c04e034e4eb4.
This reverts svn commit r104884
|
2011-12-06 01:52:34 +00:00 |
|
Inez Korczynski
|
8b1c0ff4ee
|
Fix for turning single elements in tables cells into listItems
|
2011-12-06 00:49:00 +00:00 |
|
Inez Korczynski
|
959963cf6e
|
Prototype of code that wraps nodes as listItems (inside a list)
|
2011-12-06 00:42:15 +00:00 |
|
Trevor Parscal
|
1b89cbb79d
|
Moved the menu of a drop down tool to be inside the drop down tool itself
|
2011-12-06 00:10:30 +00:00 |
|
Trevor Parscal
|
2810f79605
|
inArray returns an index, -1 is failure not 0 or a falsey value
|
2011-12-05 22:55:39 +00:00 |
|
Inez Korczynski
|
a22eadee54
|
Fix toolbar for IE8 and IE9. Fix mouse button detection for IE8 and IE9.
|
2011-12-05 22:01:06 +00:00 |
|
Trevor Parscal
|
accc605e8a
|
Fixed annotation tool - data is used generically outside, shouldn't have changed that
|
2011-12-05 21:39:54 +00:00 |
|