Re: [Pharo-project] Stick figure in Pharo smalltalk

2013-05-14 Thread Sean P. DeNigris
MikeR wrote So I'm trying to create a stick figure in Pharo. So far I have this man := Morph new. head := CircleMorph new color: Color black . body := LineMorph new. man addMorph: head. man addMorph: body. man openInWindow. it will give you a circle and a line in a window, but

[Pharo-project] Pharo: an AMAZING community

2013-05-05 Thread Sean P. DeNigris
I sometimes take for granted how extraordinary our community is. This morning, it sunk in a bit how magical it truly is... I brought up two issues I was having (not even bugs)... in the middle of the night... on a Saturday... And like the Smalltalk fairy had come and snuck a solution under my

Re: [Pharo-project] [update 3.0] #30086

2013-05-04 Thread Sean P. DeNigris
mmimica wrote How about a 2.0 backport? As much as you all know I love backporting, in this case it's probably not a good place to apply resources. The changes are deep and it's been broken for years. - Cheers, Sean -- View this message in context:

[Pharo-project] PluggableListMorph never receives ctrl/cmd keys

2013-05-04 Thread Sean P. DeNigris
If you put a breakpoint in ScrollPane#scrollByKeyboard:, and then type a key into a DropListMorph, the breakpoint will hit unless you were holding down ctrl or cmd. Since the purpose of the method is to check event controlKeyPressed or:[event commandKeyPressed], this obviously is no bueno.

[Pharo-project] NeoCSV skip fields

2013-05-04 Thread Sean P. DeNigris
| reader | FileStream fileNamed: fileName do: [ :file | skip headers file nextLine; nextLine; nextLine. reader := NeoCSVReader on: file. reader

Re: [Pharo-project] [update 3.0] #30086

2013-05-03 Thread Sean P. DeNigris
Marcus Denker-4 wrote 30086 ... 10425 DateAndTime refactoring Hooray, I love progress on DateAndTime... this one was rally ugly! - Cheers, Sean -- View this message in context: http://forum.world.st/update-3-0-30086-tp4685125p4685374.html Sent from the Pharo Smalltalk mailing list

Re: [Pharo-project] [update 3.0] #30093

2013-05-03 Thread Sean P. DeNigris
Marcus Denker-4 wrote 10492 Sharing mc repositories between all packages Cool! That always bothered me... - Cheers, Sean -- View this message in context: http://forum.world.st/update-3-0-30093-tp4685315p4685375.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] [ANN] A SmalltalkHub server for each

2013-05-03 Thread Sean P. DeNigris
Damien Cassou wrote Everyone can now have its own private instance of SmalltalkHub. So, if you need a feature in SmalltalkHub, you can now implement it yourself! Please do :-) Awesome!!! Thanks :) - Cheers, Sean -- View this message in context:

Re: [Pharo-project] RFB in 2.0

2013-05-03 Thread Sean P. DeNigris
Mariano Martinez Peck wrote What about adding RFB at startup list and implement #startUp doing UIManager default: MorphicUIManager new. ? But you don't necessarily always want it to be headful, do you? If you have a headless server image, then use RFB to debug, then it seems you would want to

Re: [Pharo-project] Videos: Selling Pharo-based solutions Custom architectural assessment

2013-05-01 Thread Sean P. DeNigris
Thanks for all the effort :) keep up the great work! - Cheers, Sean -- View this message in context: http://forum.world.st/Videos-Selling-Pharo-based-solutions-Custom-architectural-assessment-tp4684715p4684724.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] [Sprint] Sprint Lille May 3rd

2013-05-01 Thread Sean P. DeNigris
Marcus Denker-4 wrote When? Friday May 3 What time are you all starting? I will be on IRC and Skype from NYC as usual :) - Cheers, Sean -- View this message in context: http://forum.world.st/Sprint-Sprint-Lille-May-3rd-tp4682097p4684819.html Sent from the Pharo Smalltalk mailing list

[Pharo-project] Issue ML doesn't thread

2013-05-01 Thread Sean P. DeNigris
This is kind of a small thing, but it definitely effects readability... Each issue update shows up as a whole different conversation, while when we used google, they were properly organized. Any idea how (if possible) to fix it? - Cheers, Sean -- View this message in context:

Re: [Pharo-project] Issue ML doesn't thread

2013-05-01 Thread Sean P. DeNigris
Camillo Bruni-3 wrote and also upvote here! ... upvote here: Done, and done. Thanks. - Cheers, Sean -- View this message in context: http://forum.world.st/Issue-ML-doesn-t-thread-tp4684851p4684888.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Sean P. DeNigris
EstebanLM wrote we cannot make a process to discover the hidden configurations all over the web, to then validate them and copy to the appropriate repo. Why not?! ;-P It wouldn't be the most outrageous and amazing thing we've ever done... - Cheers, Sean -- View this message in context:

Re: [Pharo-project] [Ann] TxText. New text editor done!

2013-04-28 Thread Sean P. DeNigris
Denis Kudriashov wrote My main idea is make clean and extendible text editor. So anybody can understand how layout built, where text insertion happens, how it processed, how cursor works and etc. I want text editor which is not required hacks to simple tasks like allow only numbers, hide

Re: [Pharo-project] [update 3.0] #30069

2013-04-28 Thread Sean P. DeNigris
stephane ducasse wrote We should really ask nicolas to check why the diff is broken I mentioned a few times that it seems that it fails when none of the package version's ancestors are present on stub. e.g. from http://forum.world.st/update-3-0-30024-td4680178.html,

Re: [Pharo-project] Pharo 3.1 meeting

2013-04-28 Thread Sean P. DeNigris
Sure, point the way. Where does Penelope live? gforge? How do you debug/update the running version? On Apr 26, 2013, at 7:07 AM, Benjamin Van Ryseghem-2 [via Smalltalk] ml-node+s1294792n4683726...@n4.nabble.com wrote: Penelope code as well as Ulysse one is on smalltalkhub/~Pharo/ci/main

Re: [Pharo-project] [update 3.0] #30066

2013-04-27 Thread Sean P. DeNigris
stephane ducasse wrote marcus do you know why the diff does not work with SmalltalkHub? It works sometimes. It seems that it works when the ancestors are present and produces a confusing error message when they are not... - Cheers, Sean -- View this message in context:

Re: [Pharo-project] [Ann] TxText. New text editor done!

2013-04-27 Thread Sean P. DeNigris
Denis Kudriashov wrote You can load configuration from http://www.smalltalkhub.com/#!/~sig/TxText. For the recreationally-inclined, like myself ;) Gofer it url: 'http://www.smalltalkhub.com/#!/~sig/TxText'; package: 'ConfigurationOfTxText'; load. ((Smalltalk at:

Re: [Pharo-project] [Ann] TxText. New text editor done!

2013-04-27 Thread Sean P. DeNigris
OMG, TxTextMorph can grow horizontally. You're my new best friend :) - Cheers, Sean -- View this message in context: http://forum.world.st/Ann-TxText-New-text-editor-done-tp4683876p4683988.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] [Ann] TxText. New text editor done!

2013-04-27 Thread Sean P. DeNigris
Sean P. DeNigris wrote You're my new best friend :) The cursor is an actual Morph (TxCursorMorph) instead of magic conjured up my Paragraph!!! All my other friends are fired, they've never given me a present this nice :) Also, please add me to the repo. I have a small fix (TxCursorMorph should

Re: [Pharo-project] Trying to understand DateAndTime

2013-04-27 Thread Sean P. DeNigris
Nicolas Cellier wrote Note: I don't know what is the policy with the labels/states of these bug tracker, and it rather bothers me, but the SLICE is ready for tests/reviews. I was a bit confused at first too. You have to click Resolved and then you get a whole other set of states, including fix

Re: [Pharo-project] Call for ESUG 2013 presentations

2013-04-26 Thread Sean P. DeNigris
Reposted to The general-purpose Squeak developers list squeak-...@lists.squeakfoundation.org, scona-l...@scona.us, amber-l...@googlegroups.com, c...@jvuletich.org, beginn...@lists.squeakfoundation.org beginn...@lists.squeakfoundation.org, vm-...@lists.squeakfoundation.org,

Re: [Pharo-project] SandstoneDB on Pharo 2.0 - done - what next?

2013-04-25 Thread Sean P. DeNigris
Torsten Bergmann wrote Esteban wrote: also, I noticed there is no ConfigurationOfSandstoneDB... There already is one in MetacellRepository, just look at the comments below the video: It seems to work well when the ConfigufationOfXyz is kept with the project and then copied to wherever else

Re: [Pharo-project] Rubric questions :)

2013-04-25 Thread Sean P. DeNigris
Igor Stasenko wrote And it is: A tentative to rewrite a new text editor for Pharo What is its relationship if any to TxText? - Cheers, Sean -- View this message in context: http://forum.world.st/Rubric-questions-tp4683397p4683641.html Sent from the Pharo Smalltalk mailing list archive

Re: [Pharo-project] Pharo 3.1 meeting

2013-04-25 Thread Sean P. DeNigris
Does update the monkey refer to Penelope? I was going to ask whether we can start using the Penelope issue urls e.g. in the [update 3.0] posts, but then I checked the Penelope pages for the #30059 issues and: http://bugs.pharo.org/issues/id/10367 http://bugs.pharo.org/issues/id/10389 were two

Re: [Pharo-project] Metacello configuration conventions

2013-04-22 Thread Sean P. DeNigris
Dale Henrichs wrote When Cami refers to automatic dependencies he's referring to the fact that with ruby-gems one can specify a range of versions that will satisfy the dependencies for your project instead of a single version as is done with Metacello today. Yes, I want this and IIRC we've

Re: [Pharo-project] Metacello configuration conventions

2013-04-19 Thread Sean P. DeNigris
Metacello supports both, but not at the same time. Either you mark your configuration with fixed versions (best for patches) or with symbolic versions (best for releases). I don't understand this. If you don't want your dependencies upgraded, you don't change the versions referenced in your

Re: [Pharo-project] Understanding Athens

2013-04-18 Thread Sean P. DeNigris
Ben Coman wrote An idea for more general recovery options Using the Pharo command-line processing, have some recovery commands that execute and quit before any UI processing is started. For example... * list/close open windows * list/close running processes * list/revert recent method

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-18 Thread Sean P. DeNigris
stephane ducasse wrote add a bug entry and tag it so that we simply do not forget. From https://pharo.fogbugz.com/f/cases/10228/Fix-tab-key-for-autocompletion : Fix in inbox: SLICE-Issue-10228-Fix-tab-key-for-autocompletion-SeanDeNigris.1 Accept-on-tab if there are no common

Re: [Pharo-project] Metacello configuration conventions

2013-04-18 Thread Sean P. DeNigris
Dale Henrichs wrote The Metacello Preview will support semantic versioning system! Cool! Thanks Dale :) - Cheers, Sean -- View this message in context: http://forum.world.st/Metacello-configuration-conventions-tp4681777p4682362.html Sent from the Pharo Smalltalk mailing list archive at

[Pharo-project] Argument names created by Debugger

2013-04-18 Thread Sean P. DeNigris
I tweaked the code because in my most common case, I don't care that it's e.g. aByteString, but only that it's aString: (argument isKindOf: String) ifTrue: [ ^ 'aString' ]. (argument isKindOf: Collection) ifTrue: [ ^ 'aCollection' ]. (argument isKindOf: Integer) ifTrue: [

Re: [Pharo-project] Argument names created by Debugger

2013-04-18 Thread Sean P. DeNigris
Frank Shearar-3 wrote Belatedly, a comment: I usually turn numeric things into aNumber. You particularly want to hint at the separate treatment of Integer and friends from ScaledDecimal, Fraction, Float? Particularly with Integers, I find that it matters more often than not e.g. for indices,

Re: [Pharo-project] Argument names created by Debugger

2013-04-18 Thread Sean P. DeNigris
Igor Stasenko wrote Indeed... To the hell these case statements. It should be one-liner: ^ argument class canonicalArgumentName +1 I was thinking the same thing... it started as a one-line hack for ByteString and... well, you know ;) - Cheers, Sean -- View this message in context:

Re: [Pharo-project] Argument names created by Debugger

2013-04-18 Thread Sean P. DeNigris
Frank Shearar-3 wrote You could add Boolean as well, to avoid creating a name like 'aTrue'. Ooh, good idea! Okay, there's obviously enough interest. I'll get on it... https://pharo.fogbugz.com/f/cases/10314/Debugger-create-better-argument-names - Cheers, Sean -- View this message in

Re: [Pharo-project] [Sprint] Sprint Lille May 3rd

2013-04-17 Thread Sean P. DeNigris
Marcus Denker-4 wrote We are planning a sprint the 3rd of May: I want to join again via IRC/skype from NYC. It worked out well last time... - Cheers, Sean -- View this message in context: http://forum.world.st/Sprint-Sprint-Lille-May-3rd-tp4682097p4682106.html Sent from the Pharo

Re: [Pharo-project] do you know what is this?

2013-04-17 Thread Sean P. DeNigris
Igor Stasenko wrote Well, you always have a choice to write everything from scratch :) These are not mutually exclusive. What we're doing now by harnessing external libraries is prototyping - we're on the first step of make it work, make it right, make it fast ( and maybe getting sone #3 for

Re: [Pharo-project] [squeak-dev] Xtreams's FileDirectory dependence

2013-04-17 Thread Sean P. DeNigris
Stéphane Ducasse wrote We are really interested by Xtreams for replacing Pharo Streams. Now we should evaluate again Xtreams. IIRC at ESUG the version on squeaksource is not up to date with the VW version, which is why we were working on handling namespace/prefix mapping in filetree/cypress...

[Pharo-project] Update error

2013-04-17 Thread Sean P. DeNigris
Starting with 30039, and updating from the world menu... Error: Could not load OpalCompiler-Core-ClementBera.178.mcz: ZnHttpUnsuccessful: 404 Not Found - Cheers, Sean -- View this message in context: http://forum.world.st/Update-error-tp4682228.html Sent from the Pharo Smalltalk mailing

Re: [Pharo-project] Versionner in 2.0 again

2013-04-17 Thread Sean P. DeNigris
Christophe Demarey wrote I was wondering if it is possible to downgrade an already installed package in a configuration. For now, why don't we just declare a dependency to the correct version of the toolbox? I'm uploading a config to Nabble which does this and seems to work...

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-17 Thread Sean P. DeNigris
Johan Brichau-2 wrote fwiw, I changed the implementation of NECController... NECController-Changes.cs (5K) lt;http://forum.world.st/attachment/4679910/0/NECController-Changes.csgt; I think at minimum Johan's change should be integrated immediately and backported to 2.0. I simply can not use

Re: [Pharo-project] Metacello configuration conventions

2013-04-16 Thread Sean P. DeNigris
Christophe Demarey wrote As a general purpose reflexion on dependencies conventions, I would say: If you are in development mode, it makes sense to rely on latest versions of dependencies (bleeding edge) to be able to detect integration problems as soon as possible. If you are in a release

Re: [Pharo-project] Metacello configuration conventions

2013-04-16 Thread Sean P. DeNigris
Camillo Bruni-3 wrote I liked ruby-gems approach more than the one in Metacello. You usually specify a major version (as under linux) for your dependency. It seems they're using semantic versioning, which is *awesome*, but can we depend on the convention being followed? I've been pushing to

Re: [Pharo-project] Stroke of genius

2013-04-15 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote the little fact that it is incremental - it updates and saves the same image based on 1 metacello configuration - is really a stroke of genius. It saves an enormous amount of time as in the past I always did a complete build from scratch. Updating servers is now

Re: [Pharo-project] Videos: FileSystem-Git

2013-04-15 Thread Sean P. DeNigris
Stephan Eggermont wrote FileSystem-Git https://www.youtube.com/watch?v=4qld2mDIbg4 Thank you Stephan! Will these be eventually matched up to the screencast (I thought I read that somewhere), or is this the final product ( which is already great :) )? - Cheers, Sean -- View this message

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Sean P. DeNigris
Marcus Denker-4 wrote - Opal integration - AST interpreter integration Exciting! - Cheers, Sean -- View this message in context: http://forum.world.st/WhatsUp-from-2013-04-15-until-2013-04-30-tp4681440p4681549.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Sean P. DeNigris
EstebanLM wrote - fix 2.0 release (so Sean and everybody is happy :) :) - Cheers, Sean -- View this message in context: http://forum.world.st/WhatsUp-from-2013-04-15-until-2013-04-30-tp4681440p4681550.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Sean P. DeNigris
EstebanLM wrote - fix 2.0 release (so Sean and everybody is happy :) Dynabooks make me happy. And anything we can do to make things easy, clear and enjoyable for new users - our critical mass --- Dynabook :) I fell in love with Squeak because it was the closest thing to Dynabook software I'd

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Sean P. DeNigris
Damien Pollet wrote - continue updating coral, cleaning up configurations etc Yay! I was wondering... would you give us a quick status report? - Cheers, Sean -- View this message in context: http://forum.world.st/WhatsUp-from-2013-04-15-until-2013-04-30-tp4681440p4681561.html Sent from

Re: [Pharo-project] Stroke of genius

2013-04-15 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote The test.image contains all your project specific code, and loading the config just checks all dependencies and only loads what has changed, incrementally. It only takes some 10s of seconds. It never occurred to me that this was the way to go, but the config

[Pharo-project] SelectPackageBrowser

2013-04-15 Thread Sean P. DeNigris
I want to extract SelectPackageBrowser as a general PackagePicker widget. It's part of the CriticsBrowser setup wizard, in which there is no wizard object, but rather each page deletes itself and opens the next one in the world. Could Merlin be helpful here? - Cheers, Sean -- View this

Re: [Pharo-project] SelectPackageBrowser

2013-04-15 Thread Sean P. DeNigris
stephane ducasse wrote So we should extract it :) 10294 Extract SelectPackageBrowser as a widget - Cheers, Sean -- View this message in context: http://forum.world.st/SelectPackageBrowser-tp4681590p4681626.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] Versionner in 2.0 again

2013-04-15 Thread Sean P. DeNigris
stephane ducasse wrote What you need : 1/ Load (don't merge) Metacello-ToolBox-dkh.130 from http://seaside.gemstone.com/ss/metacello in your Pharo2 image. 2/ Load ConfigurationOfVersionner from http://ss3.gemstone.com/ss/Versionner 3/ ConfigurationOfVersionner load So is this the best way

[Pharo-project] 2.0 is really nice

2013-04-13 Thread Sean P. DeNigris
I just ported a project from 20531 to 20597... not too far in calendar time, but a world of difference in usability :) - Cheers, Sean -- View this message in context: http://forum.world.st/2-0-is-really-nice-tp4681279.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] Open window out of my pharo environment

2013-04-12 Thread Sean P. DeNigris
Tristan Bourgois-2 wrote Does exist the possibility to open a window out of my pharo environment? How about Phobos (https://code.google.com/p/phobos-framework/)? - Cheers, Sean -- View this message in context:

Re: [Pharo-project] [ANN] Pharo VM packages and PPA for Ubuntu (v2)

2013-04-11 Thread Sean P. DeNigris
Damien Cassou wrote - the pharo-vm package can now be installed on 64bits systems - the pharo-vm package can now be installed on older Ubuntu releases Hooray! Great work :) Will this package continue to track the latest or stable vm version, or is at locked at the current version? -

Re: [Pharo-project] Mailinglist for all tracker change messages

2013-04-10 Thread Sean P. DeNigris
Marcus Denker-4 wrote As requested I have configured a user on fugbugz that is subscribed to every issue automatically and will get mail: http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker Thanks! Just like old times ;) - Cheers, Sean -- View this message in

Re: [Pharo-project] Syntax highlithing

2013-04-10 Thread Sean P. DeNigris
Camillo Bruni-3 wrote To be precise, you actually have invalid code, but you are on the way to make it valid. There was a similar thread on the Squeak list a while back about graying out subsequent code when making a change in the middle of some code. e.g. If I have a method with 7 lines (of

[Pharo-project] Fogbugz access questions

2013-04-10 Thread Sean P. DeNigris
I updated the welcome page [2] to make access options more prominent/clear. I also opened Issue 10262 Permalink to Penelope registration page [1] to cut out a step in the process. Hopefully this will ease the confusion and prevent future mailing list questions :) [1]

Re: [Pharo-project] Syntax highlithing

2013-04-10 Thread Sean P. DeNigris
Stéphane Ducasse wrote I think that we should really change the following behavior... I opened an issue: 10264 Syntax Highlighting: Less red during editing https://pharo.fogbugz.com/f/cases/10264/Syntax-Highlighting-Less-red-during-editing - Cheers, Sean -- View this message in context:

Re: [Pharo-project] Hot keys in Pharo

2013-04-10 Thread Sean P. DeNigris
Camillo Bruni-3 wrote I don't agree because Wiki pages are never maintained. The best is to generate the bindings descriptions automatically +1 Camillo Bruni-3 wrote which we do: there is a menu on the top right of Nautilus: Nautilus is only one piece of the puzzle. What about the rest of

Re: [Pharo-project] Please comment on a bug fix for Nautilus

2013-04-10 Thread Sean P. DeNigris
n.b. this conversation is half on the issue tracker and half on the mailing list - Cheers, Sean -- View this message in context: http://forum.world.st/Please-comment-on-a-bug-fix-for-Nautilus-tp4680595p4680731.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] [update 3.0] #30024

2013-04-09 Thread Sean P. DeNigris
Marcus Denker-4 wrote 10212 New Spec version https://pharo.fogbugz.com/f/cases/10212 From the issue: mainly fixing properly the needRebuild mechanism. What was the problem/solution? The diffs do not work because most of the ancestors are not on sthub (guessing) - Cheers, Sean --

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-09 Thread Sean P. DeNigris
Esteban A. Maringolo wrote I have other comments regarding first use experiences of smalltalkers and non-smalltalkers. Once I contribute something, I'll make them public. :-) Please don't wait... all feedback is valuable and welcome... - Cheers, Sean -- View this message in context:

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-09 Thread Sean P. DeNigris
EstebanLM wrote And every time they make the same question why is not like in [put your favorite IDE here]?... still today, I do not have an answer, that's why I think is better not to provoke the question :) I believe that they only asked that because we didn't have it, so no one realized

[Pharo-project] Fwd: Having a string of class name, how can I convert the string into Class Object?

2013-04-08 Thread Sean P. DeNigris
j-wings wrote I am creating some package dependencies test and therefore, I need to find the relationship of each classes. My plan is that I will use 'allCallsOn' method which is called by a Class Object. For example: SpotLight allCallsOn ClassObj allCallsOn However, the input

Re: [Pharo-project] Fwd: Having a string of class name, how can I convert the string into Class Object?

2013-04-08 Thread Sean P. DeNigris
j-wings wrote How can I convert the string 'SpotLight' into SpotLight object? Smalltalk at: 'Spotlight' asSymbol - Cheers, Sean -- View this message in context: http://forum.world.st/Having-a-string-of-class-name-how-can-I-convert-the-string-into-Class-Object-tp4680134p4680329.html Sent

Re: [Pharo-project] Good news !

2013-04-08 Thread Sean P. DeNigris
Janko Mivšek wrote For now we really need to get a good pool of mentors I am available. What is the rough time commitment for mentoring? - Cheers, Sean -- View this message in context: http://forum.world.st/Good-news-tp4680302p4680332.html Sent from the Pharo Smalltalk mailing list

Re: [Pharo-project] Having a string of class name, how can I convert the string into Class Object?

2013-04-08 Thread Sean P. DeNigris
On Apr 8, 2013, at 6:44 PM, Igor Stasenko [via Smalltalk] ml-node+s1294792n4680333...@n4.nabble.com wrote: Sean, you reading mailing list from web-forum? Yes I usually view through Nabble and fwd these when I see them - Cheers, Sean -- View this message in context:

Re: [Pharo-project] Resuming Issue Tracker Mailing List

2013-04-06 Thread Sean P. DeNigris
Marcus Denker-4 wrote The old list got a mail for every change done on the tracker… We can do that again: we can subscribe it to all the projects. But it might be a bit too much. Well since it's a special mailing list dedicated solely to the issue tracker, why would it be too much? For me,

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-06 Thread Sean P. DeNigris
Johan Brichau-2 wrote fwiw, I changed the implementation of NECController to: - accept both enter and tab for code completion - still use tab to first complete the common prefixes, but a subsequent tab will select the suggestion Maybe people should give this a try and see?

Re: [Pharo-project] Resuming Issue Tracker Mailing List

2013-04-06 Thread Sean P. DeNigris
Benjamin Van Ryseghem-2 wrote Since any one can subscribe precisely to want they want, for me it's useless to have a spamming mailing list :) It's very useful to me because I turn off all mail delivery for the issue tracker list and view it through nabble. This way, my inbox is not flooded, and

[Pharo-project] OCompletion paper

2013-04-06 Thread Sean P. DeNigris
Does anyone have a copy? http://www.inf.usi.ch/phd/robbes/papers/ASE2008-completion.pdf gives a 403... - Cheers, Sean -- View this message in context: http://forum.world.st/OCompletion-paper-tp4679991.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-06 Thread Sean P. DeNigris
Sean P. DeNigris wrote Johan Brichau-2 wrote fwiw, I changed the implementation of NECController to: - accept both enter and tab for code completion - still use tab to first complete the common prefixes, but a subsequent tab will select the suggestion Maybe people should

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-06 Thread Sean P. DeNigris
stephane ducasse wrote would it be possible to get a couple of settings that you use? NECPreferences enabled: true; caseSensitive: true; expandPrefixes: true; useEnterToAccept: false; smartCharacters: true;

Re: [Pharo-project] Global Apology

2013-04-06 Thread Sean P. DeNigris
Camillo Bruni-3 wrote I would like to apologize for the rather unfriendly and loud mail I sent in response to a bugfix proposal by Igor on the mailing list. I believe in acting decisively and error correcting quickly. Thank you for both the passion you bring and for getting us back on track :)

Re: [Pharo-project] OCompletion paper

2013-04-06 Thread Sean P. DeNigris
Tudor Girba-2 wrote http://users.dcc.uchile.cl/~rrobbes/p/JASE-completion.pdf Thanks :) - Cheers, Sean -- View this message in context: http://forum.world.st/OCompletion-paper-tp4679991p4680035.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] Resuming Issue Tracker Mailing List

2013-04-06 Thread Sean P. DeNigris
stephane ducasse wrote I would love to get the source code modification (diff) on update so that I can read the code without cliking to all the links in the update mail. Yes! It'd also be great if the integration update emails linked to the monkey mirror instead of fogbugz, so we could get

Re: [Pharo-project] [FYI] Athens tutorial

2013-04-06 Thread Sean P. DeNigris
Igor Stasenko wrote you are in the Pharo team: ... so you should be able to commit into any project which under this team umbrella. Please try again, and if you fail, i will copy the file manually. My bad, my login script had a bug. The file is uploaded :) - Cheers, Sean -- View this

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-06 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote What is the difference between NECController and NOCController ? In my image the latter seems to be the default, Sean is using the former. Why ? I'm using NOCController. The class I referenced is NECPreferences, which seems to control the settings no matter which

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-05 Thread Sean P. DeNigris
Goubier Thierry wrote I'm one of the guys which change his personal settings on any new 2.0 image... To turn auto completion off. There has been a *lot* of work on completion as 2.0 has evolved. There are also many settings. If you're turning it totally off, but use it in other systems, please

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-05 Thread Sean P. DeNigris
Stephan Eggermont wrote and Igor refined that to: i agree, a completion should be non-intrusive (by default it should handle enter as carriage return, but if you selected an item (using up/down keys), then it should paste the selection instead). But as i said, i having a habit to use enter,

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-05 Thread Sean P. DeNigris
EstebanLM wrote Oh, Spotlight is another victim of the code completion lack of accurate answers... and yes, I agree: both code completion and spotlight in consequence were working better in 1.4. With enter-on-accept disabled, I'm really enjoying the completion in 2.0. I find partial

Re: [Pharo-project] Big thanks for the organization of the Pharo Conf and MooseDay

2013-04-05 Thread Sean P. DeNigris
Benjamin Van Ryseghem-2 wrote I am really waiting for the videos to be available to be able to watch them to get what I missed :) (and spread this to the whole team ^^) +1. Huge thank you to everyone who is contributing to the videos. This is a huge benefit to our global community :) -

Re: [Pharo-project] [update 3.0] #30022

2013-04-05 Thread Sean P. DeNigris
Camillo Bruni-3 wrote I just sampled the UI process Cool trick!! - Cheers, Sean -- View this message in context: http://forum.world.st/update-3-0-30022-tp4679777p4679839.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-05 Thread Sean P. DeNigris
Benjamin Van Ryseghem-2 wrote Moreover, usually when I see people using completion, it's highly a lost of time. the basic case is instead of fully typing 'asString', they type 'as', wait 3 seconds, press arrow down 20 times, and finally accept. That's why I have enter-to-accept disabled and

Re: [Pharo-project] Nautilus accessor over-generation

2013-04-04 Thread Sean P. DeNigris
Benjamin Van Ryseghem-2 wrote Since Nautilus is meant to also work without the refactoring engine, I have provided the Analyze menu Maybe it could appear conditionally - only if refactoring is not present - and be called something more similar to Refactoring like Basic Refactoring... -

[Pharo-project] Resuming Issue Tracker Mailing List

2013-04-04 Thread Sean P. DeNigris
Can we please convert this to work with fogbugz asap? I'm finding it difficult to track our progress without it... we've been spoiled ;) - Cheers, Sean -- View this message in context: http://forum.world.st/Resuming-Issue-Tracker-Mailing-List-tp4679712.html Sent from the Pharo Smalltalk

[Pharo-project] Where to report Pharo Metacello issues

2013-04-03 Thread Sean P. DeNigris
MetacelloToolBox createBaseline: '1.0-baseline' for: 'MyProject' Project name repository: 'http://squeaksource.com/MyRepo' requiredProjects: #() packages: #('MyPackage') repositories: #() dependencies: { } groups: { }. creates a configuration class named

Re: [Pharo-project] how to load from STHub at #pharoconf

2013-04-03 Thread Sean P. DeNigris
Tudor Girba-2 wrote Indeed, much better. I keep on forgetting that :). Me too! Really cool service :) I just made a config and uploaded to sqs and ss3/meta...for...20 Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSharedWorkspace'; load. (or load via the

Re: [Pharo-project] how to load from STHub at #pharoconf

2013-04-03 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote I updated the Getting Started Workspace: http://ws.stfx.eu/1WS4U to reflect the existence of the ConfigurationOfSharedWorkspace. It takes a village :) - Cheers, Sean -- View this message in context:

[Pharo-project] SystemNavigation API: browseAllXyz vs. browseAbc

2013-04-03 Thread Sean P. DeNigris
Some selectors are of the form browseAllXyz (e.g. browseAllSendersOf:), while others are like browseAbc (e.g. browseSendersOf:name:autoSelect:) The Alls seem extraneous. If the thing being browsed is plural (e.g. Senders instead of sender), that implies All since there are no other qualifiers,

[Pharo-project] In-Image Documentation Dashboard

2013-04-03 Thread Sean P. DeNigris
We have so many cool mechanisms for in-image and external documentation now that I sometimes get confused! I considered a rant, but figured it'd be just as easy to write a plugin for Nautilus (thanks to Ben) ;) It gives you two buttons: - Browse Tests, which becomes enabled when there are test

Re: [Pharo-project] In-Image Documentation Dashboard

2013-04-03 Thread Sean P. DeNigris
Sean P. DeNigris wrote DocumentationPlugin Should work in Pharo 2.0 and 3.0. - Cheers, Sean -- View this message in context: http://forum.world.st/In-Image-Documentation-Dashboard-tp4679472p4679473.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] In-Image Documentation Dashboard

2013-04-03 Thread Sean P. DeNigris
Torsten Bergmann wrote The old HelpSystem that I wrote is in-image and was a first attempt on docu. Ah, I see. I'm glad that you said that. I thought that was how help is/should currently be done. Torsten Bergmann wrote I REALLY prefer that we switch to PharoOnlineHelp which is available

[Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-03 Thread Sean P. DeNigris
From https://pharo.fogbugz.com/f/cases/10219/Completion-enter-on-accept-awkwardness : The combination of enter on accept, with the current behavior to select the first completion suggestion by default = trouble. For example: 1. Type printOn: aStream... pretty common method start 2. Hit

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-03 Thread Sean P. DeNigris
Camillo Bruni-3 wrote theres a setting to: - disable ENTER to accept the completion - to increase the popup delay Yes, but tweaking those to solve this issue is kind of a hack. Personally, I definitely do not want to delay the popup as it breaks my flow to wait for it. I've already disabled

Re: [Pharo-project] [FYI] Athens tutorial

2013-04-03 Thread Sean P. DeNigris
Igor Stasenko wrote Any feedback help contributions improvements is welcome. Really nice :) That was my first time using the zero conf scripts... very slick :) And the tutorial was extremely clear and thorough. This active essay embodies the dynabook spirit. I added a The end page and a

Re: [Pharo-project] Notification on unloading of packages?

2013-04-01 Thread Sean P. DeNigris
Holger Hans Peter Freyther wrote once the package is unloaded Browsing Announcement subclasses, I see RPackageUnregistered and CategoryRemoved. Maybe one of those would help. Also, it's better to ask user questions on pharo-us...@lists.gforge.inria.fr, so your question doesn't get lost and it

Re: [Pharo-project] Modern and Future Smalltalk

2013-04-01 Thread Sean P. DeNigris
Janko Mivšek wrote On the Web Frontiers with Smalltalk http://ftp.eranova.si/aida/mivsek-web-frontiers-esug11.pdf Great slideshow! Thanks :) - Cheers, Sean -- View this message in context: http://forum.world.st/Modern-and-Future-Smalltalk-tp4679154p4679196.html Sent from the

  1   2   3   4   5   6   7   8   9   10   >