Re: [Github-comments] [geany/geany] Editor Widget Update not triggering (#807)

2018-07-13 Thread elextr
Noticed today when modifying a document (C++ < 2000 lines) that hadn't been used for a while: 1. type return to get a new line 2. blank line is created and previous next line is moved down but the rest of the screen does not move 3. cause an update, eg type a char or move the cursor to a

Re: [Github-comments] [geany/geany] Kotlin Language Support (#1581)

2018-07-13 Thread Mustafa Ozhan
I wanna move back the Geany again :pray: -- 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/1581#issuecomment-404940871

Re: [Github-comments] [geany/geany] Kotlin Language Support (#1581)

2018-07-13 Thread Jonathan Bradley Whited
+1 I'd like this feature 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/1581#issuecomment-404926409

Re: [Github-comments] [geany/geany] Editor Widget Update not triggering (#807)

2018-07-13 Thread LarsGit223
Today I noticed the problem again on windows. The tabs weren't reacting but the window title changed when I clicked on a tab. I accidentally touched the mouse wheel and suddenly the tabs were reacting and everything was normal after that. Not sure if that helps. -- You are receiving this

[Github-comments] [geany/geany] Minor: Objective-C files (*.m) parsed as Matlab/Octave (*.m) (#1896)

2018-07-13 Thread Jonathan Bradley Whited
If you open up an Objective-C file with the ".m" extension, it will set the filetype to Matlab/Octave. To fix it, you have to go to `Tools=>Configuration Files=>filetype_extensions.conf`. Then remove *.m from `Matlab/Octave=`. To solve this, you'd have to check the code in the file, which I

Re: [Github-comments] [geany/geany] Editor Widget Update not triggering (#807)

2018-07-13 Thread elextr
@LarsGit223 that kind of supports the theory of a signal being missed and the update not being completed, then when you generate a new signal from the mouse, Scintilla catches up with what it was doing. -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [Github-comments] [geany/geany] Minor: Objective-C files (*.m) parsed as Matlab/Octave (*.m) (#1896)

2018-07-13 Thread elextr
> To fix it, you have to go to Tools=>Configuration > Files=>filetype_extensions.conf. Then remove *.m from Matlab/Octave=. Correct. > To solve this, you'd have to check the code in the file, which I imagine > would be a pain. > However, almost every Objective-C file will contain at least one

Re: [Github-comments] [geany/geany] Kotlin Language Support (#1581)

2018-07-13 Thread elextr
Feel free to post a pull request with a custom filetype file, maybe based on Java. Note that if Kotlin needs specific highlighting and symbols support those need to be added to the [Scintilla](https://www.scintilla.org/) and [UCtags](https://github.com/universal-ctags/ctags) first before the