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 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 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

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

2020-07-23 Thread codinghedgehog-python
>From the docs I understand I can override what syntax highlighting will be 
>used on particular filetype.
In my case I'm trying to add `.jsx` extension to `extension=js` within `tools 
=> configuration files => filetype configuration => scripting languages => 
javascript`
The docs indicate that I need to separate the filetypes with semicolon thus it 
should look like this  `extension=js;jsx`.
The docs say I need to restart Geany for it to take an effect. No change 
though. Am I missing something here ?

-- 
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

[Github-comments] [geany/geany] [Question] Support for JSX files ? (#2557)

2020-07-22 Thread codinghedgehog-python
Does Geany support JSX (think ReactJs) files in any way ? By "support" I mean 
syntax highlighting and autoindentation.
Can it be set anywhere ?

-- 
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/2557

Re: [Github-comments] [geany/geany] Multiline editing ? (feature request) (#2551)

2020-07-20 Thread codinghedgehog-python
I checked that out. Yeah it does work but it's not very useful if the lines you 
need to edit aren't right on top of each other.
Say, you want to edit every 3rd line. In that case `Search --> Replace` is the 
only way to do it as of now I guess.

-- 
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/2551#issuecomment-660869881

Re: [Github-comments] [geany/geany] [Bug] Geany doesn't "remember" font size when new file is created (#2552)

2020-07-20 Thread codinghedgehog-python
OK, so font size sticks now (hurray !)
I can now create new files with underscores visible automatically. `0;100;` 
didn't seem to make much of difference in comparison to `0;2;` but I'm grateful 
that I can see the underscores. Thank you for assistance.

-- 
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/2552#issuecomment-660867489

Re: [Github-comments] [geany/geany] [Bug] Geany doesn't "remember" font size when new file is created (#2552)

2020-07-20 Thread codinghedgehog-python
I'm on Ubuntu 20.04

output from the debug log:
```
07:25:44: Gtk MESSAGE   : Failed to load module "canberra-gtk-module"
07:25:44: Geany INFO: Geany 1.36, en_GB.UTF-8
07:25:44: Geany INFO: GTK 2.24.32, GLib 2.64.3
```

**Whether the problem occurs using a clean config dir (geany -c /tmp/deleteme)**
Yes it does. I ran the command and I still need to adjust the font size every 
time I open a new file.

I appreciate the workaround regarding to the issue with missing underscores. I 
used `line_height=0;2;` as suggested. But for it to kick in I need to zoom the 
font 3x (I don't know how many pixels is that. It doesn't show anywhere)

I hope I've provided enough info. Feel free to ask for more.

-- 
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/2552#issuecomment-660833423

[Github-comments] [geany/geany] [Bug] Geany doesn't "remember" font size when new file is created (#2552)

2020-07-18 Thread codinghedgehog-python
The title says it all. It would be nice if I could open new file in Geany and 
wouldn't
have to adjust the font size every time. The bug is now more notable than ever 
since
people have to adjust font size to see underscores.

-- 
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/2552

[Github-comments] [geany/geany] Multiline editing ? (feature request) (#2551)

2020-07-18 Thread codinghedgehog-python
The only thing that I really miss in Geany is multiline editing. Can it be 
implemented anytime soon ? Geany became
my editor to-go and it would be awesome being able to edit multiple lines at 
the same time.

-- 
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/2551

Re: [Github-comments] [geany/geany] Can't see underscores on Ubuntu 20.04 (#2502)

2020-07-18 Thread codinghedgehog-python
The workaround works but makes the font size super large. I can read my code 
from 5 metres away XD. So if I'm getting this right the only way to have it 
working normally like it used to, is to either go back to Ubuntu 18.04 or to 
install previous release of Geany. Correct ?

-- 
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/2502#issuecomment-660536839