From: Bernard D. <bde...@gm...> - 2018-06-01 10:28:46
|
Hi Joachim, Excellent idea ! I have implemented part of your suggestions concerning the default button in the Spelling Panel. Now alternatively the Correct or the Find Next buttons appear in blue and may be triggered by pressing the Return key. The Correct button becomes default when something is inserted programmatically in the word field. This part has been committed to the repository: rev 1472 (https://sourceforge.net/p/alphacocoa/code/1472/). In order for this to function also when the user types something manually in the word field, I must make some changes in the core. At the moment, the [view] command has no way to handle this. I’ll look into this now. Eberhard’s suggestions have been implemented yesterday: rev 1471 (https://sourceforge.net/p/alphacocoa/code/1471/). I’m looking forward for your proposals regarding spellSchemes in latexSpelling. I know this can been improved. I have built a list of macros (extracted from the LaTeX sources, latex.ltx) which I must now examine. More macros with scheme could be added. Cheers, Bernard Le 1 juin 2018 à 00:58, Joachim Kock <ko...@ma...> a écrit : > Hi Bernard, > > thanks for the new release, and more generally > for all the work you put into this. > > It is great Alpha has a spellchecker to take over > from Excalibur -- my favourite Spellchecker for > 20 years. > > I agree with the two suggestions of Eberhard. > > Here is one more suggestion inspired by Excalibur: > > At any time, one of the buttons should be a default > button, so that it can be hit with Return. > Following Excalibur, I think that the default button > should be the 'Find Next' button all the time, except > if something changes in the word field (either > because the user writes something manually, or because > the change came from a click in the suggestions field), > in which case the 'Correct' button should be default. > > Furthermore, it would be great if the spellchecker > pane could have a few key bindings defined: Cmd-L for > 'Learn' and Cmd-I for 'Ignore'. (And of course Cmd-W > for closing the pane.) > > The goal is of course to be able to operate the > spell checker without using the mouse very much :-) > > Cheers, > Joachim. > > PS: I am experimenting with the latex spellSchemes > array, and will propose some slight adjustments soon. > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > AlphaCocoa-devel mailing list > Alp...@li... > https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel |