Re: Appending to file.patterns.bash
| Newsgroups | gmane.editors.scite.general |
|---|---|
| Message-ID | <[email protected]> |
Yet another situation. I added the following to User Options: keywordclass.javascript=$(keywordclass.javascript) let to allow for the javascript "let" keyword and all of the previous values from cpp.properties were lost. If it makes any difference I am running SciTE version 5.3.8 on Arch Linux. Also installed are lua 5.4.6 and luajit 2.1. On Monday, September 25, 2023 at 2:12:50 PM UTC-5 [email protected] wrote: > I ran into a similar problem trying to append to user.shortcuts. If I add > user.shortcuts=$(user.shortcuts)\ > Ctrl+Q|IDM_QUIT|\ > Ctrl+K|IDM_BLOCK_COMMENT| > to mu User Options I get the correct action on Ctrl=Q and Ctrl+K but I > loose Ctrl+PageUp and Ctrl+PageDown that were set in SciTEGlobal.properties. > > On Monday, September 25, 2023 at 1:35:02 PM UTC-5 [email protected] > wrote: > >> Prefixing .bashrc and .bash_profile with an * makes no difference. If you >> look in Embedded.properties you will see that file.patterns.bash already >> contains "configure" which is not a pattern. >> >> On Monday, September 25, 2023 at 12:46:57 PM UTC-5 baltasarq wrote: >> >>> Oh, I understand. Sorry for my previous email. >>> Yes, it should work since you are separating each new pattern with ';'. >>> The only problem is that your new patterns aren't patterns at all. Could >>> you try to add a '*' before each one? >>> >>> -- Baltasar >>> >>> -- You received this message because you are subscribed to the Google Groups "scite-interest" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/scite-interest/560df2fd-dc3d-4415-9577-1fe2aa7a759dn%40googlegroups.com.