Re: [Geany-Devel] Smalltalk support in Geany

2019-11-18 Thread Snowflake the Pony
> Is there some command build commands for Smalltalk? E.g. a common > compiler available on major platforms or such, so that we could provide > a mostly sensible default set of commands. Most tools that I know of aren't very command-line

Re: [Geany-Devel] Smalltalk support in Geany

2019-11-17 Thread Colomban Wendling
Le 16/11/2019 à 22:45, Snowflake the Pony a écrit : >>I fixed the bits I mentioned and did rudimentary testing that shows it >>works well.  The lexer is indeed a plain copy of Scintilla's one, so no >>problem here.  IMO this is fine to go in, and I'll make a PR for review. >> >>@Snowflake what

Re: [Geany-Devel] Smalltalk support in Geany

2019-11-16 Thread Snowflake the Pony
>I fixed the bits I mentioned and did rudimentary testing that shows it >works well. The lexer is indeed a plain copy of Scintilla's one, so no >problem here. IMO this is fine to go in, and I'll make a PR for review. > >@Snowflake what credit should I use? Your name and email as see on this

Re: [Geany-Devel] Smalltalk support in Geany

2019-11-16 Thread Colomban Wendling
Le 14/11/2019 à 13:17, Colomban Wendling a écrit : > […] > * the scintilla/scintilla_changes.patch patch needs updating > * there seem to be an indentation issue in src/filetypes.c > * maybe comment_single shouldn't be set to an empty value > > I didn't test, but apart from that it looks good

Re: [Geany-Devel] Smalltalk support in Geany

2019-11-14 Thread Colomban Wendling
Le 13/11/2019 à 22:24, Lex Trotman a écrit : > Geany is a volunteer project, nothing will happen unless "somebody" > submits a pull request. Not saying it will be accepted, but if nobody > has done it to date it likely means nobody uses smalltalk and it isn't > going to happen otherwise. I

Re: [Geany-Devel] Smalltalk support in Geany

2019-11-13 Thread Lex Trotman
Geany is a volunteer project, nothing will happen unless "somebody" submits a pull request. Not saying it will be accepted, but if nobody has done it to date it likely means nobody uses smalltalk and it isn't going to happen otherwise. Cheers Lex On Thu, 14 Nov 2019 at 07:04, Snowflake the Pony

[Geany-Devel] Smalltalk support in Geany

2019-11-13 Thread Snowflake the Pony
Good day, I followed the "Hacking Geany" guide to add Smalltalk support into Geany. I basically just plugged in the official Smalltalk lexer from the Scintilla project, so I guess it's not that big of a deal. Maybe it would be a good idea if it were merged into the official repository? I'd be