Re: [Pharo-dev] Extending Pharo Debugger

2016-10-06 Thread Matteo Marra
Hello Stephan, In the work for my thesis, I'm building a debugger for big data applications, that when a bug happens doesn't stop the computation but proceeds evaluating the next data. This opens a series of debuggers in separate threads, that are shown one by one. I added a button that allows me

Re: [Pharo-dev] [ANN] New "DarkMetalTheme" for Pharo

2016-10-06 Thread Norbert Hartl
You should call it Insomnia! Norbert > Am 06.10.2016 um 10:36 schrieb Esteban Lorenzano : > > Hi, > > I took some time to extract the ==MUDDarkTheme== I made for my > *MUDClient>https://github.com/estebanlm/MUDClient* > , >

Re: [Pharo-dev] [Pharo-users] [ANN] New "DarkMetalTheme" for Pharo

2016-10-06 Thread Sven Van Caekenberghe
> On 06 Oct 2016, at 10:39, Norbert Hartl wrote: > > You should call it Insomnia! +1 For which Pharo versions will this work, is it supported ? 4 ? 5 ? 6 ? Is the plan to replace the previous Dark Theme or are both going to be maintained in parallel ? > Norbert > >> Am

[Pharo-dev] [pharo-project/pharo-core]

2016-10-06 Thread GitHub
Branch: refs/tags/60255 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] b665c1: 60255

2016-10-06 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: b665c1de08dca48317c716fff4e40d8ecd8a6cfd https://github.com/pharo-project/pharo-core/commit/b665c1de08dca48317c716fff4e40d8ecd8a6cfd Author: Jenkins Build Server Date:

Re: [Pharo-dev] [ANN] New "DarkMetalTheme" for Pharo

2016-10-06 Thread p...@highoctane.be
Awesome. Contrast a tad hard for the highlight and buttons. But hey, that's what forks are for. Phil On Thu, Oct 6, 2016 at 10:39 AM, Norbert Hartl wrote: > You should call it Insomnia! > > Norbert > > Am 06.10.2016 um 10:36 schrieb Esteban Lorenzano

Re: [Pharo-dev] OsWindow tests

2016-10-06 Thread Eric Le Pors
Hello Ronie, Thank you ! Events are "back" in the main Pharo Window ! But now, when i open and close brick window examples, a debugger opens because BlOsWindow try to call destroy method on OSSDL2Windowhandle. But OSSDL2Driver class >> current returns an instance of OSNullWindowDriver and

Re: [Pharo-dev] [Pharo-users] [ANN] New "DarkMetalTheme" for Pharo

2016-10-06 Thread Esteban Lorenzano
> On 6 Oct 2016, at 12:01, Sven Van Caekenberghe wrote: > > >> On 06 Oct 2016, at 10:39, Norbert Hartl wrote: >> >> You should call it Insomnia! > > +1 > > For which Pharo versions will this work, is it supported ? 4 ? 5 ? 6 ? it should work on 5 and 6

Re: [Pharo-dev] [off topic] Working overseas

2016-10-06 Thread Dimitris Chloupis
Well you reminded me to make a profile at LinedIn, so thanks I hope you find what you looking for preferably in your country. On Thu, Oct 6, 2016 at 1:58 AM Ben Coman wrote: > I hope this is not out of line... Until recently I wasn't paying > attention to employment

Re: [Pharo-dev] [Pharo-users] [ANN] New "DarkMetalTheme" for Pharo

2016-10-06 Thread Dimitris Chloupis
sure it is an opportunity to see how metadaless gitfiletree works, are there any instruction or documentation about it ? On Thu, Oct 6, 2016 at 4:04 PM Esteban Lorenzano wrote: > yeah. > btw… feel free to do “metadataless” that repo. > > Esteban > > On 6 Oct 2016, at

Re: [Pharo-dev] [Pharo-users] [ANN] New "DarkMetalTheme" for Pharo

2016-10-06 Thread Esteban Lorenzano
> On 6 Oct 2016, at 14:38, Dimitris Chloupis wrote: > > Dark theme is a diffirent theme so this one cannot replace it > > I really like this one too but I feel the contrasts could be better , I find > it hard to make out some buttons. I know. Feel free to contribute

Re: [Pharo-dev] [Pharo-users] [ANN] New "DarkMetalTheme" for Pharo

2016-10-06 Thread Esteban Lorenzano
yeah. btw… feel free to do “metadataless” that repo. Esteban > On 6 Oct 2016, at 14:54, Dimitris Chloupis wrote: > > fork and pull request ? > > On Thu, Oct 6, 2016 at 3:43 PM Esteban Lorenzano > wrote: >> On 6 Oct

Re: [Pharo-dev] [Pharo-users] [ANN] New "DarkMetalTheme" for Pharo

2016-10-06 Thread Dimitris Chloupis
Dark theme is a diffirent theme so this one cannot replace it I really like this one too but I feel the contrasts could be better , I find it hard to make out some buttons. On Thu, Oct 6, 2016 at 2:59 PM Esteban Lorenzano wrote: > > > On 6 Oct 2016, at 12:01, Sven Van

[Pharo-dev] [pharo-project/pharo-core]

2016-10-06 Thread GitHub
Branch: refs/tags/60256 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 26201f: 60256

2016-10-06 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 26201f0112b6efea69db0d3fa37c5806f9d1560a https://github.com/pharo-project/pharo-core/commit/26201f0112b6efea69db0d3fa37c5806f9d1560a Author: Jenkins Build Server Date:

[Pharo-dev] [Issue tracker] Down to 603 open issues

2016-10-06 Thread Marcus Denker
Hello, We still have *a lot* of half-done issues open on the issue tracker: https://pharo.fogbugz.com/f/filters/57/All-newest-first We are slightly down to 603 open issues. (We closed 47 entries the last 7 days). It would be nice if people could check old issue tracker entries! To me

Re: [Pharo-dev] Extending Pharo Debugger

2016-10-06 Thread stepharo
It looks fun :) Are you looking for more ideas for your thesis? Le 6/10/16 à 10:05, Matteo Marra a écrit : Hello Stephan, In the work for my thesis, I'm building a debugger for big data applications, that when a bug happens doesn't stop the computation but proceeds evaluating the next

Re: [Pharo-dev] [Pharo-users] [ANN] New "DarkMetalTheme" for Pharo

2016-10-06 Thread Dimitris Chloupis
fork and pull request ? On Thu, Oct 6, 2016 at 3:43 PM Esteban Lorenzano wrote: > On 6 Oct 2016, at 14:38, Dimitris Chloupis wrote: > > Dark theme is a diffirent theme so this one cannot replace it > > I really like this one too but I feel the