On Friday, August 24, 2012 7:06:46 PM UTC+8, wolfgang wrote:
>
>  > Hmmm...I thought a cell starting with an equal sign (=) still gets 
> auto-updated if there are cell references in its expression. Is it not 
> working that way? Or you are talking about some other cases?
>
> Thought exactly the same, but a equal sign with a letter only shows 'Err: 
> ReferenceError: A is not defined', with a letter it does show the number 
> after the equal sign but doesn't change with row changes. 
>
> If you start a cell with an equal sign =, then TableCalculator assumes an 
expression in that cell and extracts cell contents if cell references are 
included, then evaluates it through user-defined functions or Javascript. 
If the case you mentioned, a cell containing =A, that letter A is not 
immediately followed by a number, so its not considered as a cell 
reference, and the A is not a user-defined function, so the TableCalculator 
passes it to Javascript for evaluation. But this A is most likely not 
defined in your (or any other's) Javascript session, therefore the 'A is 
not defined' error message is returned.

I am guessing your =A means 'copy the whole column A to this column', but 
this syntax is not supported in the current TableCalculator. It seems 
possible to support such a syntax though...I am not sure yet...
 

>
> In the same vain I would actually remove the 'S'ave button, since it 
>>> anyway only replicates the saveChanges button accessible with every 
>>> editable TW. On the other hand  I already added the 'done' button to the 
>>> tiddler view toolbar, because this way it is possible to use TableEditor 
>>> together with Eric's UndoPlugin.
>>>
>>> That is great! I have been wondering how to work with the UndoPlugin! 
>> Can you tell me how to do it? 
>>
>
> At the moment UndoPlugin doesn't recognizes a change to a table cell if 
> TableEditor's auto save isn't enabled. It only recognizes once the 'done' 
> (e.g. the button used in edit mode for saving changes to a tiddler and 
> immediately switching to view mode) is used. This button can by copied from 
> the editbar to the viewbar slice in the ToolbarCommands shadowed tiddler, 
> so that this 'done' button appears in the toolbar of a tiddler in view mode 
> too. And therefore can be used to save a tiddler after a couple cells 
> changed - which now is recognized by UndoPlugin and enabled to revert the 
> table tiddler to its state before the 'done' button was used. 
>
> Since with each 'done' the tiddler refreshes and, with large tables. jumps 
> to the top of the tiddler (in my case  where I display tiddler's content 
> with a scrollbar and so keep the tiddler header always visible and 
> accessible at the top), I use it only after a couple of cells changed, 
> because of the disruption of the jump caused by saving a tiddler.
>  
>
I've figured a way to work with the UndoPlugin without adding the 'done' 
button to the toolbar in view mode. 

>
> I also think there are too many buttons around the table and should figure 
>> a way to rearrange them. It sounds like a good idea to replace the delete 
>> button with a cut button, but I don't quite understand what "upon a cut 
>> would be changed into a paste" means. What I am thinking is something that 
>> is invisible most of the time and visible when the mouse is over a certain 
>> place (the corner of a table, for example), just like the pull-down menus 
>> that we already see in a lot of pages.
>>
>> I thought of changing the 'x' of the delete button to a 'c' with the 
> addition of the 'cutting' ability to this button, - And which upon an 
> actual cutting of a column would change the 'c' into a 'p' for pasting in 
> this button available below every column. Which would bring the limitation 
> that actually only one column could be deleted/cutted at a time (since all 
> 'c' button change to 'p' after having it used for a cut). Therefore agree 
> that popup menus visible upon hovering would be really a better way.
>
>
>  Regards.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/duOrPRNZLvsJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to