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...@us...> - 2019-07-02 07:01:41
|
- **status**: open --> fixed - **Version**: 9.0.6* --> 9.0 --- ** [tickets:#216] Alpha No Longer Warns about Inconsistent Line Terminations (Line Endings)** **Status:** fixed **Created:** Sun Jun 23, 2019 02:15 AM UTC by jwq **Last Updated:** Tue Jul 02, 2019 07:01 AM UTC **Owner:** nobody I have files which *somehow* have mixed line ending markers. When these are opened in Alpha: 1. Alpha does not display the inconsistent line termination warning (it does display a wrap paragraph warning). 2. Alpha's window substitutes '\n' for '\r' so that a regexp search fails to find the '\r' characters which are present in the file. It would be great to have this fixed. --- 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...> - 2019-07-02 07:01:21
|
This is fixed. Changes committed to the repository ([rev. 1711](https://sourceforge.net/p/alphacocoa/code/1711/)). The core must be rebuilt. --- ** [tickets:#216] Alpha No Longer Warns about Inconsistent Line Terminations (Line Endings)** **Status:** open **Created:** Sun Jun 23, 2019 02:15 AM UTC by jwq **Last Updated:** Sun Jun 23, 2019 08:07 AM UTC **Owner:** nobody I have files which *somehow* have mixed line ending markers. When these are opened in Alpha: 1. Alpha does not display the inconsistent line termination warning (it does display a wrap paragraph warning). 2. Alpha's window substitutes '\n' for '\r' so that a regexp search fails to find the '\r' characters which are present in the file. It would be great to have this fixed. --- 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...> - 2019-06-23 08:07:43
|
I can restore the old behaviour and have Alpha ask whether spurious eols should be fixed. If they are not, I can't guarantee that the Cocoa text engine or the AlphaTcl editing procs will function properly. And anyway at saving time, all eols are eventually converted to some type. Or should I introduce some sort of warning too to warn the user and offer to save *as is* instead of silently converting the eols. Concerning the accidental inclusion of foreign eols during a paste operation, there is this old bug report (posted by you in 2009) in the AlphaX Bugzilla: [Bug 1836](http://alphatcl.sourceforge.net/bugzilla/Bug_1836.html). The fix mentionned there is currently disabled in the new Alpha. Do you think it is right to systematically convert foreign eols contained in a pasted text or is that also a potential data loss ? --- ** [tickets:#216] Alpha No Longer Warns about Inconsistent Line Terminations (Line Endings)** **Status:** open **Created:** Sun Jun 23, 2019 02:15 AM UTC by jwq **Last Updated:** Sun Jun 23, 2019 07:24 AM UTC **Owner:** nobody I have files which *somehow* have mixed line ending markers. When these are opened in Alpha: 1. Alpha does not display the inconsistent line termination warning (it does display a wrap paragraph warning). 2. Alpha's window substitutes '\n' for '\r' so that a regexp search fails to find the '\r' characters which are present in the file. It would be great to have this fixed. --- 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: jwq <jw...@us...> - 2019-06-23 07:24:41
|
As this changes decades-old Alpha behaviour it's neither: it is a regression. Alpha should not be silently altering data read from a file as that has the high potential to lead to *data loss*. There is extended discussion over at [MacDownApp/macdown#329]https://github.com/MacDownApp/macdown/issues/329) but that's largely incidental. Alpha's internal buffer does *not* always contain 0x0A `\n` line endings during an editing session because *text pasted into the buffer may contain 0x0D `\r` line endings or even 0x0C and other invisible characters.* The fact of the matter is that I need a tool which can detect and correct line ending problems. Alpha used to be that tool, and I need it to continue to be that tool. Please restore the decades-old established behaviour. --- ** [tickets:#216] Alpha No Longer Warns about Inconsistent Line Terminations (Line Endings)** **Status:** open **Created:** Sun Jun 23, 2019 02:15 AM UTC by jwq **Last Updated:** Sun Jun 23, 2019 07:05 AM UTC **Owner:** nobody I have files which *somehow* have mixed line ending markers. When these are opened in Alpha: 1. Alpha does not display the inconsistent line termination warning (it does display a wrap paragraph warning). 2. Alpha's window substitutes '\n' for '\r' so that a regexp search fails to find the '\r' characters which are present in the file. It would be great to have this fixed. --- 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...> - 2019-06-23 07:05:41
|
Is it a bug or a feature ? Alpha indeed detects the presence of inconsistent eols and fixes them silently by substituting LFs. Internally the buffer always contains LFs during an editing session. --- ** [tickets:#216] Alpha No Longer Warns about Inconsistent Line Terminations (Line Endings)** **Status:** open **Created:** Sun Jun 23, 2019 02:15 AM UTC by jwq **Last Updated:** Sun Jun 23, 2019 02:15 AM UTC **Owner:** nobody I have files which *somehow* have mixed line ending markers. When these are opened in Alpha: 1. Alpha does not display the inconsistent line termination warning (it does display a wrap paragraph warning). 2. Alpha's window substitutes '\n' for '\r' so that a regexp search fails to find the '\r' characters which are present in the file. It would be great to have this fixed. --- 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: jwq <jw...@us...> - 2019-06-23 02:15:05
|
--- ** [tickets:#216] Alpha No Longer Warns about Inconsistent Line Terminations (Line Endings)** **Status:** open **Created:** Sun Jun 23, 2019 02:15 AM UTC by jwq **Last Updated:** Sun Jun 23, 2019 02:15 AM UTC **Owner:** nobody I have files which *somehow* have mixed line ending markers. When these are opened in Alpha: 1. Alpha does not display the inconsistent line termination warning (it does display a wrap paragraph warning). 2. Alpha's window substitutes '\n' for '\r' so that a regexp search fails to find the '\r' characters which are present in the file. It would be great to have this fixed. --- 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...> - 2019-06-19 06:27:40
|
Hi all, I'm pleased to announce the release of a new version of Alpha. This is Alpha 9.0.6 ("Ginan <file:///Users/bernardo/Workspace/Devel/Code/AlphaCocoa/Output/Release/9.0.6/AlphaStar.html>") for Mac OS X 10.11 or greater (El Capitan, Sierra, High Sierra, Mojave). All versions of Alpha are named after a star. So, for this new release, meet Ginan <https://alphacocoa.sourceforge.io/AlphaStar.html>, which is ε Crucis, the ε star of the Crux constellation. Beware: the Maverick (10.9) and Yosemite (10.10) versions of OS X are no longer supported. The latest version of Alpha running on these two systems is 9.0.3. See at the end of this message, the main changes contained in this new release. Please, read the release notes which will be displayed the first time you launch Alpha and can be accessed later from the Help ↣ Developer Help menu. Here is the URL to download the disk image: https://sourceforge.net/projects/alphacocoa/files/9.0.6/Alpha_9.0.6.dmg.zip/download <https://sourceforge.net/projects/alphacocoa/files/9.0.6/Alpha_9.0.6.dmg.zip/download> (27.66M) The MD5 checksum is: 6781786322e52cc6f336ace80bbf0d07 The SHA1 checksum is: b0eb0aa4ffa6c1043cc57a268a2b7807c71cd8b9 The RMD160 checksum is: c0bfb6ba6c221bdafe9eb899ab164030c1e61e93 The SHA256 checksum is: bc58803a57d4e19bfb66b1142f6c77c52ab42e5a138b7523c8cdee10030422b6 If you find problems with the application, don't hesitate to post bug reports. They are essential to keep track of the deficiencies. See Alpha's Bug Tracker <https://sourceforge.net/p/alphacocoa/tickets/>. Thank you for using Alpha. Cheers, Bernard <>Changes from previous version new Haskell mode to edit Haskell <https://www.haskell.org/> source files, with interactive console to use Alpha as a front end to the ghc <https://www.haskell.org/ghc/> compiler. new Sqlite3 mode with interactive console to execute sqlite3 <https://www.sqlite.org/> commands from Alpha. new TOML mode for Tom's Obvious, Minimal Language. <https://github.com/toml-lang/toml>The following bugs have been fixed (but remain open until the fix is confirmed): Ticket #215: status bar: file size <https://sourceforge.net/p/alphacocoa/tickets/215/>The following tickets have been closed: Ticket #214: Alpha's help viewer is broken <https://sourceforge.net/p/alphacocoa/tickets/214/> |
From: Bernard D. <bde...@us...> - 2019-06-17 18:24:49
|
- **status**: open --> fixed --- ** [tickets:#215] status bar: file size ** **Status:** fixed **Created:** Mon Jun 17, 2019 12:40 PM UTC by ddforge **Last Updated:** Mon Jun 17, 2019 06:24 PM UTC **Owner:** nobody AlphaX used to display the size of a file every time it was saved in the status bar. For me, this is by far more handy than the menu item "word count", because I dont even need to touch the keyboard or mouse. Any chance to see the feature in AlphaCocoa? --- 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...> - 2019-06-17 18:24:19
|
Excellent suggestion. I have just implemented this. It will be in the next release (9.0.6, coming soon). Changes committed to the repository ([rev. 1690](https://sourceforge.net/p/alphacocoa/code/1690/)). The core must be rebuilt. --- ** [tickets:#215] status bar: file size ** **Status:** open **Created:** Mon Jun 17, 2019 12:40 PM UTC by ddforge **Last Updated:** Mon Jun 17, 2019 12:40 PM UTC **Owner:** nobody AlphaX used to display the size of a file every time it was saved in the status bar. For me, this is by far more handy than the menu item "word count", because I dont even need to touch the keyboard or mouse. Any chance to see the feature in AlphaCocoa? --- 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: Dusan Z. <dd...@us...> - 2019-06-17 12:40:39
|
--- ** [tickets:#215] status bar: file size ** **Status:** open **Created:** Mon Jun 17, 2019 12:40 PM UTC by Dusan Zivadinovic **Last Updated:** Mon Jun 17, 2019 12:40 PM UTC **Owner:** nobody AlphaX used to display the size of a file every time it was saved in the status bar. For me, this is by far more handy than the menu item "word count", because I dont even need to touch the keyboard or mouse. Any chance to see the feature in AlphaCocoa? --- 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...> - 2019-05-24 14:16:53
|
> Le 24 mai 2019 à 15:58, Greg Dunn <gre...@in...> a écrit : > > On 5/24/19 1:12 AM, Bernard Desgraupes wrote: >> newPref int tabSize 4 M11 > > I tried this (though with tabSize 8) and it didn't seem to change the tab size, though the preference now appears in the mode prefs and I could manually set it to 8 from the menu. Even then, that doesn't stick after re-saving the file. Thanks for reporting. Probably something broken. I’ll look into this. > The coloring change for macro directives works perfectly now - in my various changes I tried escaping the match characters but totally forgot the -word syntax. :-( I need to write more Tcl so I don't forget how it works altogether! Great ! |
From: Greg D. <gre...@in...> - 2019-05-24 13:58:58
|
On 5/24/19 1:12 AM, Bernard Desgraupes wrote: > newPref int tabSize 4 M11 > I tried this (though with tabSize 8) and it didn't seem to change the tab size, though the preference now appears in the mode prefs and I could manually set it to 8 from the menu. Even then, that doesn't stick after re-saving the file. The coloring change for macro directives works perfectly now - in my various changes I tried escaping the match characters but totally forgot the -word syntax. :-( I need to write more Tcl so I don't forget how it works altogether! -- | Greg Dunn | When you cannot express it in | | gre...@in... | numbers, your knowledge is of a | | The Sultan of Slack(tm) | meagre and unsatisfactory kind. | | http://www.indy.net/~gregdunn/ | - Lord Kelvin | |
From: Bernard D. <bde...@or...> - 2019-05-24 05:12:22
|
Hi Greg, the syntax for the directives colouring should be: modeColoring register keywords M11 [colors::named green] -word {\.\w+} $M11Directives The modeColoring command is described here: https://alphacocoa.sourceforge.io/Reference/modeColoring.html <https://alphacocoa.sourceforge.io/Reference/modeColoring.html> Concerning the tab size, did you define it as a preference, like: newPref int tabSize 4 M11 If this does not work, I’ll have to investigate, maybe something is broken. Cheers, Bernard > Le 24 mai 2019 à 04:45, Greg Dunn <gre...@in...> a écrit : > > I was able to build a mode called "M11" which worked satisfactorily - however, it's been a long time since I wrote more than a few lines of Tcl so I'm sure I'm missing one of the syntax behaviors. The standard opcode keywords are properly highlighted; however, I was trying to add text coloring for the assembler directives and it's not working: > > # List of keywords > set M11KeyWords { > HALT WAIT RTI BPT IOT RESET RTT JMP RTS SPL NOP SWAB BR BNE BEQ BGE > BLT BGT BLE JSR CLR COM INC DEC NEG ADC SBC TST ROR ROL ASR ASL MARK > MFPI MTPI SXT MOV CMP BIT BIC BIS ADD MUL DIV ASH ASHC XOR FADD FSUB > FMUL FDIV SOB BPL BMI BHI BLOS BVC BVS BCC BHIS BCS BLO EMT TRAP CLRB > COMB INCB DECB NEGB ADCB SBCB TSTB RORB ROLB ASRB ASLB MFPD MTPD MOVB > CMPB BITB BICB BISB SUB > } > set M11Directives { > .BYTE .WORD .MACRO .LIST .BLKB .BLKW .END .ENDM .PRINT > } > > # Colour the keywords, comments etc. > modeColoring register keywords M11 [colors::named blue] $M11KeyWords > # Discard the list > unset M11KeyWords > > modeColoring register keywords M11 [colors::named green] $M11Directives > # Discard the list > unset M11Directives > > I suspect that the code is not parsing the directives correctly because of the leading '.' character, but I was unable to resolve it. > > Also, I was unable to get Alpha to set tab size for the mode by changing 'tabsize'. Is that not the preferred way of changing it within a mode definition? > > On 5/23/19 12:51 AM, Bernard Desgraupes wrote: >> Hi Greg, >> to my knowledge, there is no mode around to edit assembly code with Alpha. It should not be difficult to create a mode for this purpose. I’m ready to assist if you decide to go this way. >> Cheers, >> Bernard >>> Le 22 mai 2019 à 21:36, Greg Dunn <gre...@in...> a écrit : >>> >>> As a fun side project, I'm playing with a PDP-11 simulator and will eventually want to write some MACRO-11 assembly. Has anyone written a mode which specifically does parsing and coloration for assembly language? If not, it shouldn't take long to put one together, but I thought perhaps someone had already looked into it and might have mode settings to share which I could adapt. >>> >>> -- >>> | Greg Dunn | People are so conditioned to take | >>> | gre...@in... | sides that a balanced analysis | >>> | The Sultan of Slack(tm) | looks to them like hatred. | >>> | http://www.indy.net/~gregdunn/ | Scott Adams | >>> >>> >>> _______________________________________________ >>> AlphaCocoa-devel mailing list >>> Alp...@li... >>> https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel > > > -- > | Greg Dunn | I'll never live the life that | > | gre...@in... | wakes me in the night... | > | The Sultan of Slack(tm) | | > | http://www.indy.net/~gregdunn/ | Fiona Apple | > > > _______________________________________________ > AlphaCocoa-devel mailing list > Alp...@li... > https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel |
From: Greg D. <gre...@in...> - 2019-05-24 02:45:20
|
I was able to build a mode called "M11" which worked satisfactorily - however, it's been a long time since I wrote more than a few lines of Tcl so I'm sure I'm missing one of the syntax behaviors. The standard opcode keywords are properly highlighted; however, I was trying to add text coloring for the assembler directives and it's not working: # List of keywords set M11KeyWords { HALT WAIT RTI BPT IOT RESET RTT JMP RTS SPL NOP SWAB BR BNE BEQ BGE BLT BGT BLE JSR CLR COM INC DEC NEG ADC SBC TST ROR ROL ASR ASL MARK MFPI MTPI SXT MOV CMP BIT BIC BIS ADD MUL DIV ASH ASHC XOR FADD FSUB FMUL FDIV SOB BPL BMI BHI BLOS BVC BVS BCC BHIS BCS BLO EMT TRAP CLRB COMB INCB DECB NEGB ADCB SBCB TSTB RORB ROLB ASRB ASLB MFPD MTPD MOVB CMPB BITB BICB BISB SUB } set M11Directives { .BYTE .WORD .MACRO .LIST .BLKB .BLKW .END .ENDM .PRINT } # Colour the keywords, comments etc. modeColoring register keywords M11 [colors::named blue] $M11KeyWords # Discard the list unset M11KeyWords modeColoring register keywords M11 [colors::named green] $M11Directives # Discard the list unset M11Directives I suspect that the code is not parsing the directives correctly because of the leading '.' character, but I was unable to resolve it. Also, I was unable to get Alpha to set tab size for the mode by changing 'tabsize'. Is that not the preferred way of changing it within a mode definition? On 5/23/19 12:51 AM, Bernard Desgraupes wrote: > Hi Greg, > > to my knowledge, there is no mode around to edit assembly code with Alpha. It should not be difficult to create a mode for this purpose. I’m ready to assist if you decide to go this way. > > Cheers, > Bernard > >> Le 22 mai 2019 à 21:36, Greg Dunn <gre...@in...> a écrit : >> >> As a fun side project, I'm playing with a PDP-11 simulator and will eventually want to write some MACRO-11 assembly. Has anyone written a mode which specifically does parsing and coloration for assembly language? If not, it shouldn't take long to put one together, but I thought perhaps someone had already looked into it and might have mode settings to share which I could adapt. >> >> -- >> | Greg Dunn | People are so conditioned to take | >> | gre...@in... | sides that a balanced analysis | >> | The Sultan of Slack(tm) | looks to them like hatred. | >> | http://www.indy.net/~gregdunn/ | Scott Adams | >> >> >> _______________________________________________ >> AlphaCocoa-devel mailing list >> Alp...@li... >> https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel > > -- | Greg Dunn | I'll never live the life that | | gre...@in... | wakes me in the night... | | The Sultan of Slack(tm) | | | http://www.indy.net/~gregdunn/ | Fiona Apple | |
From: Greg D. <gre...@in...> - 2019-05-23 06:04:31
|
Thanks - it looks straightforward so I'll give it a try and report back if any issues. Cheers! On 5/23/19 12:51 AM, Bernard Desgraupes wrote: > Hi Greg, > > to my knowledge, there is no mode around to edit assembly code with Alpha. It should not be difficult to create a mode for this purpose. I’m ready to assist if you decide to go this way. > > Cheers, > Bernard > >> Le 22 mai 2019 à 21:36, Greg Dunn <gre...@in...> a écrit : >> >> As a fun side project, I'm playing with a PDP-11 simulator and will eventually want to write some MACRO-11 assembly. Has anyone written a mode which specifically does parsing and coloration for assembly language? If not, it shouldn't take long to put one together, but I thought perhaps someone had already looked into it and might have mode settings to share which I could adapt. >> >> -- >> | Greg Dunn | People are so conditioned to take | >> | gre...@in... | sides that a balanced analysis | >> | The Sultan of Slack(tm) | looks to them like hatred. | >> | http://www.indy.net/~gregdunn/ | Scott Adams | >> >> >> _______________________________________________ >> AlphaCocoa-devel mailing list >> Alp...@li... >> https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel > > -- | Greg Dunn | If you believe in things that | | gre...@in... | you can't understand, then | | The Sultan of Slack(tm) | you'll suffer... Superstition | | http://www.indy.net/~gregdunn/ | ain't the way. | | | Stevie Wonder | |
From: Bernard D. <bde...@or...> - 2019-05-23 04:51:22
|
Hi Greg, to my knowledge, there is no mode around to edit assembly code with Alpha. It should not be difficult to create a mode for this purpose. I’m ready to assist if you decide to go this way. Cheers, Bernard > Le 22 mai 2019 à 21:36, Greg Dunn <gre...@in...> a écrit : > > As a fun side project, I'm playing with a PDP-11 simulator and will eventually want to write some MACRO-11 assembly. Has anyone written a mode which specifically does parsing and coloration for assembly language? If not, it shouldn't take long to put one together, but I thought perhaps someone had already looked into it and might have mode settings to share which I could adapt. > > -- > | Greg Dunn | People are so conditioned to take | > | gre...@in... | sides that a balanced analysis | > | The Sultan of Slack(tm) | looks to them like hatred. | > | http://www.indy.net/~gregdunn/ | Scott Adams | > > > _______________________________________________ > AlphaCocoa-devel mailing list > Alp...@li... > https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel |
From: Greg D. <gre...@in...> - 2019-05-22 19:49:50
|
As a fun side project, I'm playing with a PDP-11 simulator and will eventually want to write some MACRO-11 assembly. Has anyone written a mode which specifically does parsing and coloration for assembly language? If not, it shouldn't take long to put one together, but I thought perhaps someone had already looked into it and might have mode settings to share which I could adapt. -- | Greg Dunn | People are so conditioned to take | | gre...@in... | sides that a balanced analysis | | The Sultan of Slack(tm) | looks to them like hatred. | | http://www.indy.net/~gregdunn/ | Scott Adams | |
From: Bernard D. <bde...@us...> - 2019-05-06 13:15:10
|
- **status**: fixed --> closed - **Version**: 9.0.4 --> 9.0.5 --- ** [tickets:#214] Alpha's help viewer is broken** **Status:** closed **Created:** Tue Mar 12, 2019 08:53 AM UTC by Bernard Desgraupes **Last Updated:** Tue Mar 12, 2019 09:22 AM UTC **Owner:** nobody In version 9.0.4, Alpha's help files opened from the Help menu are not displayed at all. The Help Viewer window remains empty. --- 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...> - 2019-05-03 12:00:46
|
Hi all, I'm pleased to announce the release of a new version of Alpha. This is Alpha 9.0.5 ("Decrux <file:///Users/bernardo/Workspace/Devel/Code/AlphaCocoa/Output/Release/9.0.5/AlphaStar.html>") for Mac OS X 10.11 or greater (El Capitan, Sierra, High Sierra, Mojave). All versions of Alpha are named after a star. So, for this new release, meet Decrux <https://alphacocoa.sourceforge.io/AlphaStar.html>, which is δ Crucis, the δ star of the Crux constellation. Beware: the Maverick (10.9) and Yosemite (10.10) versions of OS X are no longer supported. The latest version of Alpha running on these two systems is 9.0.3. See at the end of this message, the main changes contained in this new release. Please, read the release notes which will be displayed the first time you launch Alpha and can be accessed later from the Help ↣ Developer Help menu. Here is the URL to download the disk image: https://sourceforge.net/projects/alphacocoa/files/9.0.5/Alpha_9.0.5.dmg.zip/download <https://sourceforge.net/projects/alphacocoa/files/9.0.5/Alpha_9.0.5.dmg.zip/download> (27.62M) The MD5 checksum is: 8dbb08c35504e93eaaa94e560f17591d The SHA1 checksum is: 5477770306a39abbe8e8feb33e563ee0101677dd The RMD160 checksum is: 18743c2a1a50173f27a254a3f1c48e510d657eb0 The SHA256 checksum is: ac874c1c3f7b6c62cddc13dbbcc7c3bd68ce14b8d17a04bb9fe978a4b817da41 If you find problems with the application, don't hesitate to post bug reports. They are essential to keep track of the deficiencies. See Alpha's Bug Tracker <https://sourceforge.net/p/alphacocoa/tickets/>. Thank you for using Alpha. Cheers, Bernard <>Changes from previous version Removed the Form view. It's been deprecated by Apple since OS X 10.10. It was not used by AlphaTcl. Removed support for application signatures. They are completely deprecated. The following bugs have been fixed (but remain open until the fix is confirmed): Ticket #214: Alpha's help viewer is broken <https://sourceforge.net/p/alphacocoa/tickets/214/>The following tickets have been closed: Ticket #173: Activation of 'Revert To Saved' <https://sourceforge.net/p/alphacocoa/tickets/173/> Ticket #213: global prefs pane out of focus <https://sourceforge.net/p/alphacocoa/tickets/213/> |
From: Bernard D. <bde...@us...> - 2019-03-12 09:24:56
|
- **status**: fixed --> closed - **Version**: 9.0.3 --> 9.0.4 --- ** [tickets:#173] Activation of "Revert To Saved"** **Status:** closed **Created:** Thu Jul 05, 2018 08:54 AM UTC by Giovanni Dore **Last Updated:** Tue Jan 29, 2019 11:16 AM UTC **Owner:** nobody In AlphaX when the file for the active window is changed on disk the menu item "Revert To Saved" is active. In Alpha the status bar says "File for window "..." has changed on disk since last save (the version on disk is newer)" but the menu item remains inactive. Sometimes the old behaviour is useful. For example if a tex file is typesetted while the log file is open it is useful to view quickly the new log file. --- 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...> - 2019-03-12 09:23:56
|
- **status**: fixed --> closed - **Version**: 9.0.3 --> 9.0.4 --- ** [tickets:#213] global prefs pane out of focus** **Status:** closed **Created:** Fri Jan 25, 2019 06:21 AM UTC by Joachim Kock **Last Updated:** Tue Jan 29, 2019 07:26 AM UTC **Owner:** nobody In the global prefs dialogue, if you click in an item in the list on the left, the pane correctly displays the corresponding content. But if you navigate in the left-hand list with arrow keys, the pane content does not change. --- 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...> - 2019-03-12 09:22:38
|
- **status**: open --> fixed --- ** [tickets:#214] Alpha's help viewer is broken** **Status:** fixed **Created:** Tue Mar 12, 2019 08:53 AM UTC by Bernard Desgraupes **Last Updated:** Tue Mar 12, 2019 09:22 AM UTC **Owner:** nobody In version 9.0.4, Alpha's help files opened from the Help menu are not displayed at all. The Help Viewer window remains empty. --- 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...> - 2019-03-12 09:22:19
|
This is due to a recent code modification where *stringByAddingPercentEscapesUsingEncoding* (which is deprecated since OSX 10.11) was replaced by *stringByAddingPercentEncodingWithAllowedCharacters* as recommended by Apple. Unfortunately, it has the nasty effect of replacing schemes like `file:/` by `file%3A/` and corrupts the URLs. Changes committed to the repository ([rev. 1662](https://sourceforge.net/p/alphacocoa/code/1662/)). The core must be rebuilt. --- ** [tickets:#214] Alpha's help viewer is broken** **Status:** open **Created:** Tue Mar 12, 2019 08:53 AM UTC by Bernard Desgraupes **Last Updated:** Tue Mar 12, 2019 08:53 AM UTC **Owner:** nobody In version 9.0.4, Alpha's help files opened from the Help menu are not displayed at all. The Help Viewer window remains empty. --- 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...> - 2019-03-12 08:53:40
|
--- ** [tickets:#214] Alpha's help viewer is broken** **Status:** open **Created:** Tue Mar 12, 2019 08:53 AM UTC by Bernard Desgraupes **Last Updated:** Tue Mar 12, 2019 08:53 AM UTC **Owner:** nobody In version 9.0.4, Alpha's help files opened from the Help menu are not displayed at all. The Help Viewer window remains empty. --- 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: Joachim K. <jk...@us...> - 2019-03-10 11:03:45
|
My apologies, it turns out I was using an old Alpha without knowing it. (I don't know how that happened.) Cheers, Joachim. On 19/02/2019 10:51, Bernard Desgraupes wrote: > Hi Joachim, > I just tested with version 9.0.3 and it works for me. All four combos > behave as expected: they go or select to the beginning or end of the > current /physical/ line. > Is it possible that you have custom bindings defined somewhere that > redefine Cmd-Left or Cmd-Shift-Left ? Could you try the following > commands in the Tcl shell : > > binding list -mod cv -key left > binding list -mod csv -key left > > The result should be empty for both commands. > > ------------------------------------------------------------------------ > > *[tickets:#181] <https://sourceforge.net/p/alphacocoa/tickets/181/> > Cmd-arrow should follow visual line, not logical* > > *Status:* closed > *Created:* Wed Sep 26, 2018 08:02 PM UTC by Joachim Kock > *Last Updated:* Fri Feb 08, 2019 11:48 PM UTC > *Owner:* nobody > > With flowed text, cmd-left and cmd-right should follow visual line, not > logical line. Same problem with shift-cmd-arrow. > > ------------------------------------------------------------------------ > > Sent from sourceforge.net because you indicated interest in > https://sourceforge.net/p/alphacocoa/tickets/181/ > > To unsubscribe from further messages, please visit > https://sourceforge.net/auth/subscriptions/ > --- ** [tickets:#181] Cmd-arrow should follow visual line, not logical** **Status:** closed **Created:** Wed Sep 26, 2018 08:02 PM UTC by Joachim Kock **Last Updated:** Tue Feb 19, 2019 09:51 AM UTC **Owner:** nobody With flowed text, cmd-left and cmd-right should follow visual line, not logical line. Same problem with shift-cmd-arrow. --- 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. |