Recent Posts

Pages: 1 ... 8 9 [10]
91
Features and/or Improvements / Re: Spell Check feature that would be very helpful
« Last post by Dennis on April 10, 2024, 01:58:59 PM »
Attached is a patch that adds a few spell checking related items:

  • ability to spell-check subwords
  • def-var (def_spell_check_subwords) to turn on/off subword spell checking
  • spell-check-whole-file command to start spell checking at the top of the file
  • cur_subword() method to get the current subword under the cursor (independent of subword navigation options)

I added "spell-check-whole-file" to the Spell submenu as follows:
Code: [Select]
submenu "&Spell Check","help spell check menu","Displays menu of spell checking commands","ncw" {
         "Check from &Top","spell-check-whole-file","","help spell check menu","Spell check from top of file";
         "&Check from Cursor","spell-check","nrdonly|nicon","help spell check menu","Spell check starting from cursor";

The subword option is off by default, but it would probably be more useful turned on by default.

The one strength / weakness of the implementation is that when it encounters a CamelCase word, it will break it down and spell check the subwords, but never offer to let you add the whole word to your spell dictionary.  That's good because you do not have to click through symbols like "getBetterSpellChecker", which makes spell checking source code a lot faster. 

This does not integrate with live spell checking at all.
92
SlickEdit® / Re: Unable to run 28.0.2 on MAC ARM after install
« Last post by Clark on April 09, 2024, 10:27:47 PM »
I don't know if this will work but it might.

* Remove your installation of /Applications/SlickEditPro2023
* Remove the quarantine attribute:  xattr -d com.apple.quarantine se_28000200_mac-arm.dmg
* Try installing again

On my Arm machine, apple doesn't bother to do the initial verification process if the quarantine attribute isn't there. This attribute gets added when you download the installer.
93
SlickEdit® / Re: Unable to run 28.0.2 on MAC ARM after install
« Last post by rajkej on April 09, 2024, 09:23:53 PM »
I have an M1 Pro, Mac OS Sonoma 14.4.1.

My IT dept installs Microsoft Defender. That tool is not reporting any hits.
94
SlickEdit® / Re: Unable to run 28.0.2 on MAC ARM after install
« Last post by Clark on April 09, 2024, 07:06:05 PM »
Is there some anti-virus software installed?

What kind of Arm Mac do you have?

SlickEdit is code signed but not yet notorized.
95
SlickEdit® / Re: Unable to run 28.0.2 on MAC ARM after install
« Last post by rajkej on April 09, 2024, 06:38:44 PM »
We looked for that and it wasn't getting that far.

On the MAC Intel install, it got to that point. First time clicking on the app to start it on MAC Intel we got a 'verifying' dialog and then MAC O/S brought up the dialog describing that the program wasn't signed.

In my case on the MAC ARM, it doesn't get that far. I never see the 'verifying' dialog for first run application. It just immediately says "the application can't be opened".

I added a screenshot (but to the original post accidentally)...
96
SlickEdit® / Re: Unable to run 28.0.2 on MAC ARM after install
« Last post by Clark on April 09, 2024, 06:31:26 PM »
Maybe this picture will help.
97
SlickEdit® / Unable to run 28.0.2 on MAC ARM after install
« Last post by rajkej on April 09, 2024, 05:26:58 PM »
I have installed SE Pro 28.0.2 MAC ARM version. The install completes successfully but afterwords when I try to run the program, I get a dialog that simply says "The application "SlickEditPro2023" can't be opened". My IT person tried installing the MAC Intel version on an Intel Mac and that worked but I have an M1 and would like to run the ARM version. Any suggestions on how to figure out why install works but running the application does not?
98
SlickEdit® / Re: v28.0.2 crashed when I was using browse respository window.
« Last post by Clark on April 09, 2024, 02:17:17 PM »
Thanks for the extra info. In any case, it looks like a thread is somehow getting deleted twice. After I study this some more, I'll build an installer which hopefully fixes this and email you so you can try out the fix.
99
SlickEdit® / Re: v28.0.2 crashed when I was using browse respository window.
« Last post by ahkevin on April 09, 2024, 02:06:07 PM »
No, crashes happened almost every time I opened the repository.
I did nothing after opening the repository.
100
SlickEdit® / Re: v28.0.2 crashed when I was using browse respository window.
« Last post by Clark on April 09, 2024, 01:29:13 PM »
Looks like you cancelled the dialog before the display was completely filled in. Sound about right?

See if you can reproduce this by starting the display of this git repository and then cancelling the dialog before it has a chance to finish.
Pages: 1 ... 8 9 [10]