You can subscribe to this list here.
2016 |
Jan
|
Feb
|
Mar
(12) |
Apr
(19) |
May
(60) |
Jun
(77) |
Jul
(23) |
Aug
(8) |
Sep
(28) |
Oct
(16) |
Nov
(95) |
Dec
(56) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2017 |
Jan
(127) |
Feb
(169) |
Mar
(59) |
Apr
(132) |
May
(27) |
Jun
|
Jul
(7) |
Aug
(1) |
Sep
(15) |
Oct
(12) |
Nov
(15) |
Dec
(17) |
2018 |
Jan
|
Feb
(2) |
Mar
(25) |
Apr
(19) |
May
(28) |
Jun
(75) |
Jul
(48) |
Aug
|
Sep
(31) |
Oct
(26) |
Nov
(51) |
Dec
(82) |
2019 |
Jan
(46) |
Feb
(7) |
Mar
(8) |
Apr
|
May
(9) |
Jun
(8) |
Jul
(21) |
Aug
(30) |
Sep
(9) |
Oct
(16) |
Nov
(14) |
Dec
(23) |
2020 |
Jan
|
Feb
(6) |
Mar
|
Apr
(7) |
May
(47) |
Jun
(12) |
Jul
(7) |
Aug
(5) |
Sep
(4) |
Oct
(24) |
Nov
(15) |
Dec
(14) |
2021 |
Jan
(6) |
Feb
(5) |
Mar
(20) |
Apr
(6) |
May
(46) |
Jun
(17) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2022 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
2023 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2025 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bernard D. <bde...@or...> - 2018-05-31 08:56:10
|
Hi Eberhard, Le 31 mai 2018 à 10:35, Dr Eberhard W Lisse <el...@li...> a écrit : > Bernard, > > I notice the same behavior (empty spell window) when using aspell. > > Aspell is installed in /usr/local/bin/aspell (from homebrew) and from > the command line works on the same file. Do you mean that no misspelled word is found and displayed in the spelling panel ? Are you sure the right dictionary is selected (in the popup menu of the panel or in the Spelling -> Dictionaries submenu) ? > > I do have two small issues with the spell window: > > 1) I would like it to correct the word, if I double click on one of > the offered choices (and then move to the next unknown word, like it > does if I click the Correct button) > > 2) Once learned, or ignored, I would like it to search for the next > unknown word. > > Is that possible? I think both suggestions are feasible. I’ll look into this. Cheers, Bernard |
From: Dr E. W L. <el...@li...> - 2018-05-31 08:53:46
|
Bernard, I notice the same behavior (empty spell window) when using aspell. Aspell is installed in /usr/local/bin/aspell (from homebrew) and from the command line works on the same file. Alpha's spell checker works (but I use aspell for many things so I would like to have one personal directory only if possible (or two ie the Mac's if I have to)). I do have two small issues with the spell window: 1) I would like it to correct the word, if I double click on one of the offered choices (and then move to the next unknown word, like it does if I click the Correct button) 2) Once learned, or ignored, I would like it to search for the next unknown word. Is that possible? el On 31/05/2018 10:07, Bernard Desgraupes wrote: > Hi all, > > it appears, after some testing, that the Excalibur application is > broken on recent versions of OS X (Sierra and higher). As a > consequence, to avoid unnecessary frustrations, I decided to remove > the implementation of the spell checking service which was based on > Excalibur (the other implementations remain of course). This is not a > big deal since now Alpha has its own LaTeX-aware spell checker which > performs rather nicely. You may also still use the aspell > implementation whose interface has been improved. If you did not try > yet Alpha’s spell checker (introduced in Alpha 9.0rc4), have a look at > the help page: https://alphacocoa.sourceforge.io/SpellCheckHelp.html > > Alpha’s internal spell checker relies on the spell checking facilities > provided by OS X and the Cocoa framework. > > I will soon release a new release candidate (9.0rc5) containing these > changes. > > Cheers, > Bernard -- Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist (Saar) el...@li... / * | Telephone: +264 81 124 6733 (cell) PO Box 8421 \ / Bachbrecht, Namibia ;____/ |
From: Bernard D. <bde...@or...> - 2018-05-31 08:08:05
|
Hi all, it appears, after some testing, that the Excalibur application is broken on recent versions of OS X (Sierra and higher). As a consequence, to avoid unnecessary frustrations, I decided to remove the implementation of the spell checking service which was based on Excalibur (the other implementations remain of course). This is not a big deal since now Alpha has its own LaTeX-aware spell checker which performs rather nicely. You may also still use the aspell implementation whose interface has been improved. If you did not try yet Alpha’s spell checker (introduced in Alpha 9.0rc4), have a look at the help page: https://alphacocoa.sourceforge.io/SpellCheckHelp.html Alpha’s internal spell checker relies on the spell checking facilities provided by OS X and the Cocoa framework. I will soon release a new release candidate (9.0rc5) containing these changes. Cheers, Bernard |
From: Bernard D. <bde...@or...> - 2018-05-30 18:49:08
|
The fix has been committed to the repository (revision 1468: https://sourceforge.net/p/alphacocoa/code/1468/). Le 30 mai 2018 à 20:36, Bernard Desgraupes <bde...@or...> a écrit : > Hi Geir, > > I just checked. There is indeed a problem with the Excalibur service in Alpha 9.0rc4. I have fixed it now. > You can very easily fix manually by opening (inside the ammplication’s bundle) the file > Alpha.app/Contents/Resources/Libraries/AlphaTcl/Tcl/SystemCode/CorePackages/spellcheck.tcl > > On line 152, remove the « -mode Alpha » instruction. T one more specific, lines 148-152 should be like this: > > ::xserv::register "Spellcheck" Excalibur \ > -bund [app::getID Excalibur] \ > -driver { > excalibur::checkWindow $params(window) $params(xservTarget) $params(from) $params(to) > } > > > Thank you for reporting this issue and sorry for the inconvenience. > > Cheers, > Bernard > > PS Did you try Alpha’s new internal spellchecker: select it from Alpha > Global Setup > Helper Applications. It is LaTeX-aware and is an alternative to Excalibur. It presents a nice spelling panel inside Alpha with the same functionalities you find in Excalibur (and more…). > > > > > > Le 29 mai 2018 à 13:02, Geir Ellingsrud <ell...@ma...> a écrit : > >> Thank's for a fantastic program! >> I just installed the Vega-version, but the spell checker doesn't function. It worked perfectly 15 min ago with the previous version of alpha. >> I do spelling-> Spellcheck window and nothing happens. >> I use Excalibur, and it is there. >> Is there something I have overlooked? >> >> Bests, and thank's again, Geir E >> From: bde...@or... <bde...@or...> >> Sent: 29 May 2018 11:32 >> To: AlphaCocoa-Developers >> Cc: AlphaTcl-Developers; AlphaTcl-Users >> Subject: Alpha Release Candidate 9.0rc5 >> >> Hi all, >> >> I have just uploaded a new release candidate for the final version of Alpha. This is Alpha 9.0rc4 ("Vega_rc4") for Mac OS X 10.9 or greater. >> >> See at the end of this message, the few changes contained in this new release. >> >> Here is the URL to download the disk image: >> https://sourceforge.net/projects/alphacocoa/files/9.0rc4/Alpha_9.0rc4.dmg.zip/download (28.28M) >> >> The MD5 checksum is: f99568723a8101aaa90e3539bcb9fbda >> The SHA1 checksum is: edf2479d6e47410f77f1dad9e2455d77a4e83d33 >> The RMD160 checksum is: e9287f2d49feb191a1ca32e4287306679a11bee7 >> The SHA256 checksum is: 8ae619a11c1e54704eb483487bce83b0350e66e70669bd3432649495fe8216c2 >> >> From now on, all versions of Alpha are named after a star. Traditionally, the main stars of a constellation are designated by a greek letter and the brightest is usually called alpha. So, the first final version of the AlphaCocoa project will be Vega, which is α Lyrae, the α star of the Lyra constellation. >> >> Don't hesitate to post bug reports, even if they concern a missing functionality which still has to be implemented. Bug reports are essential to keep track of all the deficiencies. See Alpha's Bug Tracker. >> >> Thank you for trying Alpha. >> Cheers, >> Bernard >> Changes from previous version >> >> Version 9.0rc4 of Alpha is a minor release correcting some details before the final release. >> Improved AlphaUpdater application to log its activity in a log file. >> Improved spell checking interface: added help button in spelling panel, added menu item Spelling ↣ Select Spelling Service. >> Improved automatic detection of new releases. >> >> >> > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ > AlphaTcl-users mailing list > Alp...@li... > http://lists.sourceforge.net/lists/listinfo/alphatcl-users |
From: Bernard D. <bde...@or...> - 2018-05-30 18:36:35
|
Hi Geir, I just checked. There is indeed a problem with the Excalibur service in Alpha 9.0rc4. I have fixed it now. You can very easily fix manually by opening (inside the ammplication’s bundle) the file Alpha.app/Contents/Resources/Libraries/AlphaTcl/Tcl/SystemCode/CorePackages/spellcheck.tcl On line 152, remove the « -mode Alpha » instruction. T one more specific, lines 148-152 should be like this: ::xserv::register "Spellcheck" Excalibur \ -bund [app::getID Excalibur] \ -driver { excalibur::checkWindow $params(window) $params(xservTarget) $params(from) $params(to) } Thank you for reporting this issue and sorry for the inconvenience. Cheers, Bernard PS Did you try Alpha’s new internal spellchecker: select it from Alpha > Global Setup > Helper Applications. It is LaTeX-aware and is an alternative to Excalibur. It presents a nice spelling panel inside Alpha with the same functionalities you find in Excalibur (and more…). Le 29 mai 2018 à 13:02, Geir Ellingsrud <ell...@ma...> a écrit : > Thank's for a fantastic program! > I just installed the Vega-version, but the spell checker doesn't function. It worked perfectly 15 min ago with the previous version of alpha. > I do spelling-> Spellcheck window and nothing happens. > I use Excalibur, and it is there. > Is there something I have overlooked? > > Bests, and thank's again, Geir E > From: bde...@or... <bde...@or...> > Sent: 29 May 2018 11:32 > To: AlphaCocoa-Developers > Cc: AlphaTcl-Developers; AlphaTcl-Users > Subject: Alpha Release Candidate 9.0rc5 > > Hi all, > > I have just uploaded a new release candidate for the final version of Alpha. This is Alpha 9.0rc4 ("Vega_rc4") for Mac OS X 10.9 or greater. > > See at the end of this message, the few changes contained in this new release. > > Here is the URL to download the disk image: > https://sourceforge.net/projects/alphacocoa/files/9.0rc4/Alpha_9.0rc4.dmg.zip/download (28.28M) > > The MD5 checksum is: f99568723a8101aaa90e3539bcb9fbda > The SHA1 checksum is: edf2479d6e47410f77f1dad9e2455d77a4e83d33 > The RMD160 checksum is: e9287f2d49feb191a1ca32e4287306679a11bee7 > The SHA256 checksum is: 8ae619a11c1e54704eb483487bce83b0350e66e70669bd3432649495fe8216c2 > > From now on, all versions of Alpha are named after a star. Traditionally, the main stars of a constellation are designated by a greek letter and the brightest is usually called alpha. So, the first final version of the AlphaCocoa project will be Vega, which is α Lyrae, the α star of the Lyra constellation. > > Don't hesitate to post bug reports, even if they concern a missing functionality which still has to be implemented. Bug reports are essential to keep track of all the deficiencies. See Alpha's Bug Tracker. > > Thank you for trying Alpha. > Cheers, > Bernard > Changes from previous version > > Version 9.0rc4 of Alpha is a minor release correcting some details before the final release. > Improved AlphaUpdater application to log its activity in a log file. > Improved spell checking interface: added help button in spelling panel, added menu item Spelling ↣ Select Spelling Service. > Improved automatic detection of new releases. > > > |
From: Bernard D. <bde...@us...> - 2018-05-30 10:31:34
|
Thanks for the report. I'll test on a multi monitors setting as soon as possible. Looking rapidly at the code of the *listpick* command, the dialog should appear on the main screen which, according to Apple's doc, *"refers to the screen containing the window that is currently receiving keyboard events."* I'll look into this. --- ** [tickets:#155] A Multi-monitor curiosity** **Status:** open **Created:** Wed May 30, 2018 08:09 AM UTC by Chris Skeels **Last Updated:** Wed May 30, 2018 08:09 AM UTC **Owner:** nobody I have encountered the following today when working with 2 monitors on the one machine. Have a latex document open on both monitors but have the focus window on monitor 2. Now try to insert a equation reference. Specifically, type \eqref{ into the document on monitor 2, thereby triggering the electric completion. A list appears in a dialog box on monitor 1. If I select an element from the list presented then it gets inserted into the document open on monitor 1. However, if I drag the dialog box onto monitor 2 before making a selection from the list then the selected reference is inserted in the appropriate place in the document on monitor 2. I have noticed this before, so it is not new to this version of Alpha, but not for a while, which probably just serendipity. (I typically work with the source on my left (monitor 1) and the view on my right (monitor 2), but not today for some reason. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Chris S. <cs...@us...> - 2018-05-30 08:09:29
|
--- ** [tickets:#155] A Multi-monitor curiosity** **Status:** open **Created:** Wed May 30, 2018 08:09 AM UTC by Chris Skeels **Last Updated:** Wed May 30, 2018 08:09 AM UTC **Owner:** nobody I have encountered the following today when working with 2 monitors on the one machine. Have a latex document open on both monitors but have the focus window on monitor 2. Now try to insert a equation reference. Specifically, type \eqref{ into the document on monitor 2, thereby triggering the electric completion. A list appears in a dialog box on monitor 1. If I select an element from the list presented then it gets inserted into the document open on monitor 1. However, if I drag the dialog box onto monitor 2 before making a selection from the list then the selected reference is inserted in the appropriate place in the document on monitor 2. I have noticed this before, so it is not new to this version of Alpha, but not for a while, which probably just serendipity. (I typically work with the source on my left (monitor 1) and the view on my right (monitor 2), but not today for some reason. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@or...> - 2018-05-30 07:44:08
|
Hi Geird, this is weird because I did not change anything with the Excalibur spelling service. I’ll have a look into this. Can you verify that it is correctly selected: use the menu item Tools -> Spelling -> Select Spelling Service… Cheers, Bernard Le 29 mai 2018 à 13:02, Geir Ellingsrud <ell...@ma...> a écrit : > Thank's for a fantastic program! > I just installed the Vega-version, but the spell checker doesn't function. It worked perfectly 15 min ago with the previous version of alpha. > I do spelling-> Spellcheck window and nothing happens. > I use Excalibur, and it is there. > Is there something I have overlooked? > > Bests, and thank's again, Geir E > From: bde...@or... <bde...@or...> > Sent: 29 May 2018 11:32 > To: AlphaCocoa-Developers > Cc: AlphaTcl-Developers; AlphaTcl-Users > Subject: Alpha Release Candidate 9.0rc5 > > Hi all, > > I have just uploaded a new release candidate for the final version of Alpha. This is Alpha 9.0rc4 ("Vega_rc4") for Mac OS X 10.9 or greater. > > See at the end of this message, the few changes contained in this new release. > > Here is the URL to download the disk image: > https://sourceforge.net/projects/alphacocoa/files/9.0rc4/Alpha_9.0rc4.dmg.zip/download (28.28M) > > The MD5 checksum is: f99568723a8101aaa90e3539bcb9fbda > The SHA1 checksum is: edf2479d6e47410f77f1dad9e2455d77a4e83d33 > The RMD160 checksum is: e9287f2d49feb191a1ca32e4287306679a11bee7 > The SHA256 checksum is: 8ae619a11c1e54704eb483487bce83b0350e66e70669bd3432649495fe8216c2 > > From now on, all versions of Alpha are named after a star. Traditionally, the main stars of a constellation are designated by a greek letter and the brightest is usually called alpha. So, the first final version of the AlphaCocoa project will be Vega, which is α Lyrae, the α star of the Lyra constellation. > > Don't hesitate to post bug reports, even if they concern a missing functionality which still has to be implemented. Bug reports are essential to keep track of all the deficiencies. See Alpha's Bug Tracker. > > Thank you for trying Alpha. > Cheers, > Bernard > Changes from previous version > > Version 9.0rc4 of Alpha is a minor release correcting some details before the final release. > Improved AlphaUpdater application to log its activity in a log file. > Improved spell checking interface: added help button in spelling panel, added menu item Spelling ↣ Select Spelling Service. > Improved automatic detection of new releases. > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ > AlphaTcl-users mailing list > Alp...@li... > http://lists.sourceforge.net/lists/listinfo/alphatcl-users |
From: Geir E. <ell...@ma...> - 2018-05-29 11:19:20
|
Thank's for a fantastic program! I just installed the Vega-version, but the spell checker doesn't function. It worked perfectly 15 min ago with the previous version of alpha. I do spelling-> Spellcheck window and nothing happens. I use Excalibur, and it is there. Is there something I have overlooked? Bests, and thank's again, Geir E ________________________________ From: bde...@or... <bde...@or...> Sent: 29 May 2018 11:32 To: AlphaCocoa-Developers Cc: AlphaTcl-Developers; AlphaTcl-Users Subject: Alpha Release Candidate 9.0rc5 Hi all, I have just uploaded a new release candidate for the final version of Alpha. This is Alpha 9.0rc4 ("Vega_rc4") for Mac OS X 10.9 or greater. See at the end of this message, the few changes contained in this new release. Here is the URL to download the disk image: https://sourceforge.net/projects/alphacocoa/files/9.0rc4/Alpha_9.0rc4.dmg.zip/download (28.28M) The MD5 checksum is: f99568723a8101aaa90e3539bcb9fbda The SHA1 checksum is: edf2479d6e47410f77f1dad9e2455d77a4e83d33 The RMD160 checksum is: e9287f2d49feb191a1ca32e4287306679a11bee7 The SHA256 checksum is: 8ae619a11c1e54704eb483487bce83b0350e66e70669bd3432649495fe8216c2 >From now on, all versions of Alpha are named after a star. Traditionally, the main stars of a constellation are designated by a greek letter and the brightest is usually called alpha. So, the first final version of the AlphaCocoa project will be Vega<https://alphacocoa.sourceforge.io/AlphaStar.html>, which is ? Lyrae, the ? star of the Lyra constellation. Don't hesitate to post bug reports, even if they concern a missing functionality which still has to be implemented. Bug reports are essential to keep track of all the deficiencies. See Alpha's Bug Tracker<https://sourceforge.net/p/alphacocoa/tickets/>. Thank you for trying Alpha. Cheers, Bernard Changes from previous version Version 9.0rc4 of Alpha is a minor release correcting some details before the final release. * Improved AlphaUpdater application to log its activity in a log file. * Improved spell checking interface: added help button in spelling panel, added menu item Spelling ? Select Spelling Service. * Improved automatic detection of new releases. |
From: Bernard D. <bde...@or...> - 2018-05-29 09:37:11
|
I mean version 9.0rc4 (not 9.0rc5). Sorry for the typo. Le 29 mai 2018 à 11:32, bde...@or... a écrit : > Hi all, > > I have just uploaded a new release candidate for the final version of Alpha. This is Alpha 9.0rc4 ("Vega_rc4") for Mac OS X 10.9 or greater. > > See at the end of this message, the few changes contained in this new release. > > Here is the URL to download the disk image: > https://sourceforge.net/projects/alphacocoa/files/9.0rc4/Alpha_9.0rc4.dmg.zip/download (28.28M) > > The MD5 checksum is: f99568723a8101aaa90e3539bcb9fbda > The SHA1 checksum is: edf2479d6e47410f77f1dad9e2455d77a4e83d33 > The RMD160 checksum is: e9287f2d49feb191a1ca32e4287306679a11bee7 > The SHA256 checksum is: 8ae619a11c1e54704eb483487bce83b0350e66e70669bd3432649495fe8216c2 > |
From: <bde...@or...> - 2018-05-29 09:32:58
|
Hi all, I have just uploaded a new release candidate for the final version of Alpha. This is Alpha 9.0rc4 ("Vega_rc4") for Mac OS X 10.9 or greater. See at the end of this message, the few changes contained in this new release. Here is the URL to download the disk image: https://sourceforge.net/projects/alphacocoa/files/9.0rc4/Alpha_9.0rc4.dmg.zip/download (28.28M) The MD5 checksum is: f99568723a8101aaa90e3539bcb9fbda The SHA1 checksum is: edf2479d6e47410f77f1dad9e2455d77a4e83d33 The RMD160 checksum is: e9287f2d49feb191a1ca32e4287306679a11bee7 The SHA256 checksum is: 8ae619a11c1e54704eb483487bce83b0350e66e70669bd3432649495fe8216c2 From now on, all versions of Alpha are named after a star. Traditionally, the main stars of a constellation are designated by a greek letter and the brightest is usually called alpha. So, the first final version of the AlphaCocoa project will be Vega, which is α Lyrae, the α star of the Lyra constellation. Don't hesitate to post bug reports, even if they concern a missing functionality which still has to be implemented. Bug reports are essential to keep track of all the deficiencies. See Alpha's Bug Tracker. Thank you for trying Alpha. Cheers, Bernard Changes from previous version Version 9.0rc4 of Alpha is a minor release correcting some details before the final release. Improved AlphaUpdater application to log its activity in a log file. Improved spell checking interface: added help button in spelling panel, added menu item Spelling ↣ Select Spelling Service. Improved automatic detection of new releases. |
From: Bernard D. <bde...@or...> - 2018-05-15 11:20:49
|
Hi Tom, thank you for your message. I’ll look into this issue. Cheers, Bernard Le 14 mai 2018 à 00:02, Tom Burke <bu...@ma...> a écrit : > Thanks to all who have made and remade Alpha over the years! > I have what I believe is the most recent version of Alpha (Preview Release 9.0rc2 (Vega_rc2) (7600)). > > When I single-click and drag the cursor, text will be selected/highlighted character by character. Okay. > When I double-click and drag the cursor, text should be selected/highlighted word by word. But nothing else gets selected other than the word I initially double-clicked. Not what one would expect? > > -- > F. Thomas Burke, Philosophy Department, University of South Carolina, Columbia SC 29208 USA > > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > AlphaTcl-users mailing list > Alp...@li... > http://lists.sourceforge.net/lists/listinfo/alphatcl-users |
From: Bernard D. <bde...@us...> - 2018-05-15 05:17:56
|
- **status**: fixed --> closed - **Version**: 9.0rc1 --> 9.0rc2 --- ** [tickets:#150] Status Bar Location** **Status:** closed **Created:** Sun Mar 18, 2018 08:31 PM UTC by Chris Skeels **Last Updated:** Mon May 14, 2018 11:44 PM UTC **Owner:** nobody When working with 2 monitors the Menu bar is bold on whichever screen that the active window, however, the Status Bar stays firmly on the left-hand window. This seems an odd choice, especially if the Status Bar is beeing used for prompts and error messages. Is it possible to have the Status Bar appear on the monitor with the active window? If not, might that option be added? --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2018-05-15 05:17:18
|
- **status**: fixed --> closed - **Version**: 9.0rc1 --> 9.0rc2 --- ** [tickets:#149] Printing area** **Status:** closed **Created:** Wed Mar 14, 2018 01:17 AM UTC by Chris Skeels **Last Updated:** Mon May 14, 2018 11:43 PM UTC **Owner:** nobody If one prints from Alpha then the page margins are pretty wide and, unlike many other apps, there doesn't seem to be any scope to change this. Is it possible to provide greater control over page margins when printing? --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2018-05-15 05:15:54
|
- **status**: fixed --> closed - **Version**: 9.0rc1 --> 9.0rc2 --- ** [tickets:#148] Problems with the Better Templates feature** **Status:** closed **Created:** Wed Mar 14, 2018 12:33 AM UTC by Chris Skeels **Last Updated:** Mon May 14, 2018 11:37 PM UTC **Owner:** nobody I will illustrate the problem with a simple example. Start with the better Better Templates feature turned off and in a TeX window do the following: 1. Create an inline equation displaying the cube of x, say, using first the keystroke combination ctrl-cmd-m (which should produce \( | \) • where the | denotes the cursor, then typing x, shift-6, 3, tab, tab should leave you with \( x^{3} \)|. 2. Turn on the Better Templates feature and then repeat 1. I get \( x^{3|}• \)• Subsequent uses of the tab key moves the cursor to a variety of curious places, but never to the next bullet stop. The problem appears to be related to nested templates. For example, if, after ctrl-cmd-m I just hit tab, then the cursor moves to the bullet stop outside the environment, as it should. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2018-05-15 05:15:25
|
Thank you for the input. I'll look into this. --- ** [tickets:#151] DiffBOA** **Status:** fixed **Created:** Fri Mar 23, 2018 11:50 PM UTC by Chris Skeels **Last Updated:** Mon May 14, 2018 11:53 PM UTC **Owner:** nobody I am not surewhat the recommended Diff application is but, for better or worse, I am currently using DiffBOA. In recent times I have noticed that if I try to compare windows I get error messages telling me that there is a problem setting up the Diff menu. If I just hit Continue then it seems to get over the problem and carry on correctly. I can't recall exactly when this started happening, or even if I used to use one of the other Diff apps offered under Alpha>Global Setup>Helper Applications... Sorry not to have more useful information to offer. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Chris S. <cs...@us...> - 2018-05-14 23:53:57
|
At the moment, if I try to compare two open windows I get an error saying Diff marks not properly set, offering me the opportunity to either Cancel or Try Again. (Note that the windowns being compared snap into place as they should and the * Windows Comparison * window appears as it should. In this latter window is the following entry: Process "psn ($0000000000000000$)" not found If I choose to Try Again then everything seems to work fine. --- ** [tickets:#151] DiffBOA** **Status:** fixed **Created:** Fri Mar 23, 2018 11:50 PM UTC by Chris Skeels **Last Updated:** Mon Mar 26, 2018 09:38 AM UTC **Owner:** nobody I am not surewhat the recommended Diff application is but, for better or worse, I am currently using DiffBOA. In recent times I have noticed that if I try to compare windows I get error messages telling me that there is a problem setting up the Diff menu. If I just hit Continue then it seems to get over the problem and carry on correctly. I can't recall exactly when this started happening, or even if I used to use one of the other Diff apps offered under Alpha>Global Setup>Helper Applications... Sorry not to have more useful information to offer. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Chris S. <cs...@us...> - 2018-05-14 23:44:42
|
This is now working perfectly, as far as I can tell, so I am happy for this to be closed. --- ** [tickets:#150] Status Bar Location** **Status:** fixed **Created:** Sun Mar 18, 2018 08:31 PM UTC by Chris Skeels **Last Updated:** Sat Mar 31, 2018 12:25 PM UTC **Owner:** nobody When working with 2 monitors the Menu bar is bold on whichever screen that the active window, however, the Status Bar stays firmly on the left-hand window. This seems an odd choice, especially if the Status Bar is beeing used for prompts and error messages. Is it possible to have the Status Bar appear on the monitor with the active window? If not, might that option be added? --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Chris S. <cs...@us...> - 2018-05-14 23:43:11
|
Works like a charm. Perhaps not quite as elegant as being able to access these parameters from the Printing Panel that appears when one pushes cmd-P, but it does the job. I am happy for this to be closed now. --- ** [tickets:#149] Printing area** **Status:** fixed **Created:** Wed Mar 14, 2018 01:17 AM UTC by Chris Skeels **Last Updated:** Tue Apr 03, 2018 06:11 AM UTC **Owner:** nobody If one prints from Alpha then the page margins are pretty wide and, unlike many other apps, there doesn't seem to be any scope to change this. Is it possible to provide greater control over page margins when printing? --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Chris S. <cs...@us...> - 2018-05-14 23:37:53
|
This appears to be fixed now and can be closed. --- ** [tickets:#148] Problems with the Better Templates feature** **Status:** fixed **Created:** Wed Mar 14, 2018 12:33 AM UTC by Chris Skeels **Last Updated:** Thu Apr 05, 2018 05:11 AM UTC **Owner:** nobody I will illustrate the problem with a simple example. Start with the better Better Templates feature turned off and in a TeX window do the following: 1. Create an inline equation displaying the cube of x, say, using first the keystroke combination ctrl-cmd-m (which should produce \( | \) • where the | denotes the cursor, then typing x, shift-6, 3, tab, tab should leave you with \( x^{3} \)|. 2. Turn on the Better Templates feature and then repeat 1. I get \( x^{3|}• \)• Subsequent uses of the tab key moves the cursor to a variety of curious places, but never to the next bullet stop. The problem appears to be related to nested templates. For example, if, after ctrl-cmd-m I just hit tab, then the cursor moves to the bullet stop outside the environment, as it should. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Tom B. <bu...@ma...> - 2018-05-13 22:18:04
|
Thanks to all who have made and remade Alpha over the years! I have what I believe is the most recent version of Alpha (Preview Release 9.0rc2 (Vega_rc2) (7600)). When I single-click and drag the cursor, text will be selected/highlighted character by character. Okay. When I double-click and drag the cursor, text should be selected/highlighted word by word. But nothing else gets selected other than the word I initially double-clicked. Not what one would expect? -- F. Thomas Burke, Philosophy Department, University of South Carolina, Columbia SC 29208 USA |
From: Bernard D. <bde...@us...> - 2018-04-29 12:57:04
|
- **status**: fixed --> closed - **Version**: 9.0rc1 --> 9.0rc2 --- ** [tickets:#152] latex mode word double-click** **Status:** closed **Created:** Sat Mar 24, 2018 06:56 AM UTC by Joachim Kock **Last Updated:** Wed Mar 28, 2018 04:19 PM UTC **Owner:** nobody In latex mode, if you double click on delta in \delta_n everything is selected, including the underscore n. The correct would be to have selected only \delta. (Indeed, underscore cannot be be said to be part of any notion of word in tex; it is an operator.) I have experimented with the definition of TeXmodeVars(wordBreak), but suspect that it may be a core problem. For example, the arrow keys, option-left and option-right, correctly understand that underscore is not part of a word. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2018-04-29 12:55:39
|
- **status**: fixed --> closed - **Version**: 9.0b4 --> 9.0rc2 --- ** [tickets:#145] The Include menu has disappeared from HTML mode** **Status:** closed **Created:** Tue Nov 07, 2017 09:06 AM UTC by Bernard Desgraupes **Last Updated:** Tue Nov 07, 2017 12:48 PM UTC **Owner:** nobody (Reported by David Craig on the AlphaUsers list on 2017-11-07) << In Alpha 90.b4, the *Include* menu has disappeared from HTML mode. It was present in 9.0b3. I rely quite heavily on Alpha’s includes, so its absence is quite distressing! I don’t seem to see much about it in the help or release notes. (In fact, the link to it in the help file seems to be broken.) Is this a deliberate omission? If so … help! >> --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2018-04-29 12:55:15
|
- **status**: fixed --> closed - **Version**: 9.0b4 --> 9.0rc2 --- ** [tickets:#146] After expansion, Math Modes menu crashes Alpha** **Status:** closed **Created:** Thu Dec 07, 2017 05:10 PM UTC by Bernard Desgraupes **Last Updated:** Thu Dec 07, 2017 05:24 PM UTC **Owner:** Bernard Desgraupes (This bug was reported privately by Wulf Fetscher, thanks! I'm entering this ticket for the record and future reference). Actions: 1. open a file in *TeX* mode 2. in the *LaTeX Menu Options* submenu, modify the layout of the Math Menus (*Expand* or *Compress*) 3. open the *Math Modes* submenu 4. this crashes Alpha --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Michael C. <co...@bu...> - 2018-04-24 21:22:39
|
Hitting the return key does not activate the print button in the print dialog either on my extended numeric or regular magic keyboard. The enter key does activate it. This seems contrary to the usual mac interface. Thanks, Michael |