Re: [Github-comments] [geany/geany] Adding JSX filetype to config (#2558)

2020-07-23 Thread Matthew Brush
Related #2557

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2558#issuecomment-663257051

Re: [Github-comments] [geany/geany-osx] 1.36 Mac bundle can not input chinese (#16)

2020-07-23 Thread Jiří Techet
I didn't enable IME by default because of some minor problems with it in 
geany-1.36_osx-2.dmg. But when you set
```
im_module=quartz
```
inside
```
~/.config/geany/geany_mac.conf
```
it should work also with `geany-1.36_osx-2.dmg`.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-osx/issues/16#issuecomment-662915518

Re: [Github-comments] [geany/geany] [Question] Adding filetype to config (#2558)

2020-07-23 Thread codinghedgehog-python
Closed #2558.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2558#event-3578803749

Re: [Github-comments] [geany/geany] [Question] Adding filetype to config (#2558)

2020-07-23 Thread codinghedgehog-python
That was it ! I didn't. :D  It's working now.
Thank you `elextr` for helping me sorting this out !

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2558#issuecomment-662867055

Re: [Github-comments] [geany/geany] [Question] Adding filetype to config (#2558)

2020-07-23 Thread elextr
Did you uncomment the `[Extensions]` section head as well?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2558#issuecomment-662865976

Re: [Github-comments] [geany/geany] [Question] Adding filetype to config (#2558)

2020-07-23 Thread codinghedgehog-python
Yeah, I've thought of that before I replied to you. But no change. With or 
without the hash sign.
Take a look here and here Use 
`geany` as a password for both.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2558#issuecomment-662863327

Re: [Github-comments] [geany/geany] [Question] Adding filetype to config (#2558)

2020-07-23 Thread elextr
no, the #~ is a comment, need to remove it to make it work

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2558#issuecomment-662857746

Re: [Github-comments] [geany/geany] [Question] Adding filetype to config (#2558)

2020-07-23 Thread codinghedgehog-python
OK, wrong file.
So I'm in `filetype_extensions.conf` file and my line with Javascript looks 
like this:

`#~ Javascript=*.js;*.jsx;`

That isn't correct, is it ? The highlighting isn't kicking in after restart.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2558#issuecomment-662853721