Re: [RDT-Dev] ***SPAM*** Re: replacing the existing 'rename' in resources view context menu

2007-04-29 Thread Mirko Stocker
Good morning! On Friday 27 April 2007 22:33:47 Werner Schuster (murphee) wrote: > Could you post the extension code for refactoringParticipant (from your > plugin.xml); Sure: signatu

Re: [RDT-Dev] ***SPAM*** Re: replacing the existing 'rename' in resources view context menu

2007-04-27 Thread Mirko Stocker
On Friday 27 April 2007 16:39:04 Werner Schuster (murphee) wrote: > When you do the Rename in the Ruby perspective, does your > refactoringParticipant get notified? No, unfortunately not.. > Hang on a second... when you say Java Perspective: do you mean you do > the rename in the Package explorer

Re: [RDT-Dev] ***SPAM*** Re: replacing the existing 'rename' in resources view context menu

2007-04-27 Thread Mirko Stocker
On Thursday 26 April 2007 17:16:29 Werner Schuster (murphee) wrote: > However: I don't think you should _remove_ the Rename call; instead use > the refactoringParticipants extension point; > you can register to be notified whenever a Rename happens, and you can > then add your custom changes to the

Re: [RDT-Dev] ***SPAM*** Re: replacing the existing 'rename' in resources view context menu

2007-04-26 Thread Mirko Stocker
Hi Chris On Wednesday 25 April 2007 16:28:19 Christopher Williams wrote: >   I'm not sure if I'm pointing you to the right spot, but if you take a > look at the JDT's ui plugin.xml they set up actions, menus and > actionSetPartAssociations for refactoring. Thank you for your hints. I think I do n

[RDT-Dev] replacing the existing 'rename' in resources view context menu

2007-04-25 Thread Mirko Stocker
Hi! I'd like to replace the current 'rename' action in the context menu of the ruby resources view with my own, which will invoke a refactoring and replaces not just the file name but also updates the require statements. Something like the JDT has.. I've figured out how to do the file renaming

Re: [RDT-Dev] Server Decommission

2007-04-17 Thread Mirko Stocker
Hi! On Tuesday 17 April 2007 00:06:53 John-Mason P. Shackelford wrote: > The server which has been hosting the RDT update site has been > scheduled for decommission on April 30. Currently we are transferring > between 50-75 GB a month on the site and would welcome offers to > provide hosting. I s

Re: [RDT-Dev] RDT 0.9.0 promotion

2007-04-05 Thread Mirko Stocker
On Tuesday 03 April 2007 20:15:09 Christopher Williams wrote: > I'm fine with any format, we can always just transcode it to whatever > people want (though I think flash, .mpg and .mov are generally OK with most > people). I gave wink a try and I think it's quite usable, and it's easier than reco

Re: [RDT-Dev] RDT 0.9.0 promotion

2007-04-03 Thread Mirko Stocker
On Tuesday 03 April 2007 14:48:47 Christopher Williams wrote: > But I'd love it if someone wanted to create some screencasts, articles, > etc. Well, I think it would be the easiest way if I create some refactoring screencasts. Is it ok if I just use xvidcap and create mpeg/flash files from it? A

Re: [RDT-Dev] Have code, will contribute

2007-03-20 Thread Mirko Stocker
On Monday 19 March 2007 19:27:43 rover rhubarb wrote: > So this is all local at the moment, how can I best get it to you to > contribute it? Files? Diffs? Patches? Check in? I think the easiest way for us to take a look at your code would be to send patches / diffs, so we can review and apply it.

Re: [RDT-Dev] Big News

2007-03-14 Thread Mirko Stocker
On Tuesday 13 March 2007 18:52:46 Christopher Williams wrote: > We have no ability to employ full-time developers, nor do > we really have any donations coming in to support augmentation of our work. Have you considered contacting Aptana? Now that they took over RadRails, they might be interested

Re: [RDT-Dev] about the colours

2007-02-26 Thread Mirko Stocker
Hi! On Monday 26 February 2007 18:01:52 Kévin REDON wrote: > It 2 spaces a standard ? from emacs perhaps ? because Afaik, 2 spaces is standard in Ruby.. > it's not a standard for Eclipse/Java users. > - the colour syntax has a problem with the characters "/" and "%" : > see attachement Yeah, th

Re: [RDT-Dev] RDT 0.9.0 release Wrap-up

2007-02-13 Thread Mirko Stocker
Hi! On Tuesday 13 February 2007 18:38:35 Christopher Williams wrote: > java.lang.ClassCastException: org.jruby.ast.ZSuperNode > at org.jruby.parser.DefaultRubyParser.yyparse(DefaultRubyParser.java:2232) > at org.jruby.parser.DefaultRubyParser.yyparse(DefaultRubyParser.java:833) > at org.jruby.pars

Re: [RDT-Dev] RDT 0.9.0 release Wrap-up

2007-02-13 Thread Mirko Stocker
On Tuesday 13 February 2007 18:38:35 Christopher Williams wrote: > Mirko, >   Can you look into this? I'm not sure if the version of JRuby you checked > in is an un-modified version from their trunk or not. Here's an example > stack trace. I'll try and look into finding a particular file that it >

Re: [RDT-Dev] Refactorings - initial import

2007-02-06 Thread Mirko Stocker
On Tuesday 06 February 2007 16:01:22 Christopher Williams wrote: > I'll try and write something up on the page tonight. That would be very nice, thanks :) > Personally, I'd like to see the bugs all filed in one place. It'd make it > easier for end users and for us to manage tickets in terms of re

[RDT-Dev] Refactorings - initial import

2007-02-06 Thread Mirko Stocker
Hi! I'm very happy to announce that I imported the refactoring plug-in into our repository. There are still some things that need to be addressed: - Cruisecontrol: The plug-ins aren't built and integrated into the automated build yet and I'm not sure what needs to be done. Markus? - Some adve

Re: [RDT-Dev] State of RDT

2007-01-27 Thread Mirko Stocker
On Friday 26 January 2007 15:52, Christopher Williams wrote: > On Trac I set the release date for 0.9.0 as February 15th. I think that's a good date, that gives me enough time to integrate the refactorings. I hope I'm ready to commit them in the next week.. pgp8YKwXlVyGd.pgp Description: PGP si

Re: [RDT-Dev] Updating JRuby?

2007-01-16 Thread Mirko Stocker
On Monday 15 January 2007 15:34, Markus Barchfeld wrote: > As version number I would suggest the base version of JRuby (0.9.2) plus > maybe the revision number of JRuby's subversion as qualifier (2742). So, > if you create a jar from the current trunk of JRuby, the version could > be 0.9.2.2742. Th

Re: [RDT-Dev] Updating JRuby?

2007-01-15 Thread Mirko Stocker
On Monday 15 January 2007 15:34, Markus Barchfeld wrote: > If the JRuby source is patched the patch should be included in the JRuby > plug-in, too. I think I'm going to update to the official JRuby and when they included our patches, update again. > Furthermore I would suggest to add the sources

Re: [RDT-Dev] Updating JRuby?

2007-01-15 Thread Mirko Stocker
On Monday 15 January 2007 14:32, Christopher Williams wrote: > Mirko, >   Feel free to update jruby. I just generate a jar and stick it into our > org.jruby plugin. Be sure to increment the plugin.xml version number so it > will override any previous versions. About the version.. I'm going to need

[RDT-Dev] Updating JRuby?

2007-01-15 Thread Mirko Stocker
Hi! I'm currently updating our refactorings to work with the latest JRuby. They changed some things in the AST structure, added new nodes and removed one (ScopeNode, replaced with StaticScope). So to port the refactorings, I also need to update the version we have in RDT. So my question is, is

Re: [RDT-Dev] Our Logo in High Resolution?

2006-12-10 Thread Mirko Stocker
On Monday 11 December 2006 00:58, zdennis wrote: > Here's an xcf file. Let me know if this works for you. It doesn't > include any text That's exactly what I needed :) Thanks! pgpsKzfVywJ8t.pgp Description: PGP signature - T

[RDT-Dev] Our Logo in High Resolution?

2006-12-09 Thread Mirko Stocker
Hi! At the end of our diploma thesis, we have to create a poster do present our work to the visitors. I'd like to include the RDT logo (the one from the trac site) somewhere, but I can't find it in a higher resolution.. does anyone have it? Thanks pgpvx68KRCCYn.pgp Description: PGP signature

Re: [RDT-Dev] Colored Merge-View

2006-12-06 Thread Mirko Stocker
On Wednesday 06 December 2006 22:54, Werner Schuster (murphee) wrote: > Yes, they added specific names instead of indexes for ... something > (some arguments, can't remember details). > I'm finishing up a JRuby port of ParseTree > (http://www.zenspider.com/ZSS/Products/ParseTree/ ), > and moving t

Re: [RDT-Dev] Colored Merge-View

2006-12-06 Thread Mirko Stocker
On Wednesday 06 December 2006 22:26, Werner Schuster (murphee) wrote: > Don't know which JRuby you're using at the moment, but some Tom's fixes > caused changes in NodeVisitor (a new visitRootNode method was added, but > the visitScopeNode method was removed). There was also some reshuffling > in t

Re: [RDT-Dev] Colored Merge-View

2006-12-06 Thread Mirko Stocker
On Wednesday 06 December 2006 17:59, Christopher Williams wrote: > I vote strongly for migrating the refactoring and other work you've done to > RDT Ok :) I think I'd prefer that too. If the migration to the latest JRuby isn't too complicated, we can probably merge in the christmas holidays o

Re: [RDT-Dev] Colored Merge-View

2006-12-06 Thread Mirko Stocker
Hi Chris On Wednesday 06 December 2006 16:35, Christopher Williams wrote: >   I took your patch and ran with it - it now resembles the JDT's version > quite a bit (like most everything). The syntax coloring is now done as > well. I just checked it into the SVN head. I saw your commit, thanks a l

[RDT-Dev] Colored Merge-View

2006-12-05 Thread Mirko Stocker
Hi! I'm trying to implement a merge view for RDT (the view that is shown to watch diffs, for example to synchronize with the repository or before applying a refactoring). I thought it shouldn't be too hard to da and would be nice to have, but I can't get it working. The font of the view changes

Re: [RDT-Dev] Extending Outline Contextmenu

2006-12-04 Thread Mirko Stocker
On Tuesday 05 December 2006 00:17, Werner Schuster (murphee) wrote: > Hmm... I guess you'd like to add "Rename..." to all RubyElement objects. > You could try adding a objectContribution to IRubyElement or RubyElement > objects. That's exactly what I needed :) Thanks Murphee! pgp0coNpM0YYW.pgp D

[RDT-Dev] Extending Outline Contextmenu

2006-12-04 Thread Mirko Stocker
Hi! We have some refactorings (mainly rename) we'd like to present in the context menu of the outline view, but I haven't found an extension point for that.. could someone give me a hint? Thanks Mirko pgpixi1CucI5M.pgp Description: PGP signature --

Re: [RDT-Dev] Installation problem

2006-11-19 Thread Mirko Stocker
On Sunday 19 November 2006 01:48, [EMAIL PROTECTED] wrote: > There is no "Add Update Site" GUI element. There is a button labeled > "New Remote Site...". Oops, I'll create a bug report to change that, > "I am using this to enter name RDT-site, URL > http://http://updatesite.rubypeople.org/releas

Re: [RDT-Dev] Usage of RubyScriptPreview

2006-11-03 Thread Mirko Stocker
Hi Chris! On Friday 03 November 2006 15:25, Christopher Williams wrote: > Specifically, we may need to associate comments with nodes in a new manner I'm aware of that.. and it's on my private todo-list and I hope I can do it in the next few weeks :-) . At the moment we have to concentrate on our

Re: [RDT-Dev] Usage of RubyScriptPreview

2006-11-03 Thread Mirko Stocker
On Friday 03 November 2006 14:51, Christopher Williams wrote: > Are you using the version of RDT in your repository, or from our trunk? I > thought I had fixed this in our trunk at some point in the past. Uh, so that's the problem.. I think our RDT is quite old :) I'll update and see if the probl

[RDT-Dev] Usage of RubyScriptPreview

2006-11-03 Thread Mirko Stocker
Hi! In one of our refactorings (extract method), we'd like to give the user the ability to modify the selected code in the dialog of the refactoring. It would be nice if this selection widget had the same appearance as the other editor windows, or like the formatting-preferences page. I came up

Re: [RDT-Dev] Protecting our Trac Tickets

2006-10-13 Thread Mirko Stocker
On Wednesday 20 September 2006 20:58, zdennis wrote: > Trac is working on anti-spam measures for 0.10 release, but right now > it's in beta. I will update when it gets a full release though. The new version has been released last week. We haven't had any spam in our refactring-Trac since I update

[RDT-Dev] Protecting our Trac Tickets

2006-09-20 Thread Mirko Stocker
Hi! Could we protect our tickets from being altered by Spambots like we do with the wiki? It's quite annoying when the bots change the text, for example like they did with Ticket #161, where we lost the description completely. Or can we get it back somehow? And by the way, what about mail noti

Re: [RDT-Dev] RDT 0.8.1

2006-09-18 Thread Mirko Stocker
On Monday 18 September 2006 15:48, Matt Kent wrote: > I met with Charles last week at RailsConf Europe and your patch should be > integrated soon. They will be moving much faster now that they're employed > by Sun That's great news :) It probably wasn't a very clever idea to send all the changes

Re: [RDT-Dev] RDT 0.8.1

2006-09-18 Thread Mirko Stocker
Hi Matt On Sunday 17 September 2006 14:32, Matt Kent wrote: > Also, how are things progressing with Mirko and his group? Well, we are still waiting for the JRuby guys to review and apply our patch.. Mirko pgpO4EUygLvzb.pgp Description: PGP signature

Re: [RDT-Dev] Enabling email notification on ticket changes?

2006-08-27 Thread Mirko Stocker
On Sunday 27 August 2006 06:02, zdennis wrote: > I belive this was turned on at one time, but then it was disabled. I > cannot remember why, but I can add this back in if folks want it. Where > should the emails be sent? We have our Trac configured to notify the reporter, the owner and the CCs and

[RDT-Dev] Enabling email notification on ticket changes?

2006-08-26 Thread Mirko Stocker
I noticed that we do not have email notifications [1] enabled in our Trac, and I think it would be very nice to have this... could the admin please please configure it? Thanks, Mirko [1] http://trac.edgewall.org/wiki/TracNotification pgpsJIqM4Hl9d.pgp Description: PGP signature

[RDT-Dev] SymbolRule and BufferedRuleBasedScanner Question

2006-08-22 Thread Mirko Stocker
Hi! I'm just trying to solve ticket #170 [1] and I found out that the rules in SymbolRule are a little bit too strict (accepts only [a-zA-Z0-9_]). While I played around with the code, I noticed that the scanner behaves quite stranged if we have a symbol like :/or :%, it returns -1 instead of th

Re: [RDT-Dev] Plug-In to visualize the Ruby AST

2006-07-12 Thread Mirko Stocker
On Wednesday 12 July 2006 19:38, Jason Morrison wrote: > This is very cool!  I, for one, find it quite useful for RDT development. I'm glad you like it :) Is there anything I could add? pgpNLzqSCsDyL.pgp Description: PGP signature

[RDT-Dev] Plug-In to visualize the Ruby AST

2006-07-12 Thread Mirko Stocker
Hi I wrote a plug-in that visualizes the current AST in a TreeView and can mark the source position of a selected node and print position information. It's quite useful to get an idea about the structure of the AST and to find wrong positions :) I don't know if this is useful for anybody else t

Re: [RDT-Dev] Code-Highlighting through the Outline

2006-06-19 Thread Mirko Stocker
On Monday 19 June 2006 23:48, Christopher Williams wrote: > We do the selection handling in RubyAbstractEditor for the outline:   > org.rubypeople.rdt.internal.ui.rubyeditor.RubyAbstractEditor.setSelectio > n() > We create the positions in RubyScriptSturctureBuilder:   > org.rubypeople.rdt.internal

[RDT-Dev] Code-Highlighting through the Outline

2006-06-19 Thread Mirko Stocker
Hi! Since I fixed a lot of position-errors in the jruby-ast, the highlighting of selected outline elements (don't know how to call it, I hope you know what I mean) isn't correct anymore. I think I once saw method you guys are using to calculate the correct positions, but I can't find it anymore

[RDT-Dev] Refactoring-Support for RDT

2006-04-11 Thread Mirko Stocker
hanks Mirko Stocker, Lukas Felber, Thomas Corbat pgpBWwYqTSlUr.pgp Description: PGP signature