You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(13) |
Nov
(1) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(30) |
Feb
(3) |
Mar
|
Apr
|
May
(5) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
|
Dec
|
From: Andreas L. <no...@sb...> - 2003-10-27 15:30:15
|
On Mon, 2003-10-27 at 13:24, Dave Makalsky wrote: > Ok, so for some reason CVS was a bit messed up... looks like either I or > the sourceforge elves are up to mischief. > > Anyways, I made a new module in head called eiffeleditor. Use that for > the time being. I will ask sourceforge tech. to look into cleaning up > my repository. > > Also, I noticed that the web cvs interface is not realtime. By that I > mean that when I do a commit, it is not reflected in the web cvs client > immediately. Consequently, I recommend using the eclipse cvs client to > browse the code. FWIW, I think the anonymous CVS access is not realtime. And I suppose the web interface uses this access. The only reliable way to get the latest changes was to use cvs per ssh on source forge. br, Andreas |
From: Dave M. <dm...@cs...> - 2003-10-27 15:24:59
|
Ok, so for some reason CVS was a bit messed up... looks like either I or the sourceforge elves are up to mischief. Anyways, I made a new module in head called eiffeleditor. Use that for the time being. I will ask sourceforge tech. to look into cleaning up my repository. Also, I noticed that the web cvs interface is not realtime. By that I mean that when I do a commit, it is not reflected in the web cvs client immediately. Consequently, I recommend using the eclipse cvs client to browse the code. Sorry for the confusion, DM Brent A. Fulgham wrote: > > >I tried checking the sources again, but they show no activity for about 7 >weeks. I do see your Eiffel Parser stuff shows activity as recently as a few >days ago -- is this where you are actually doing the work? > > > > |
From: Brent A. F. <bfu...@de...> - 2003-10-27 04:21:45
|
On Sunday 26 October 2003 7:47 am, Dave Makalsky wrote: > If you have yahoo or msn messenger, can I get your contact info? > I've never used either. I can see if there is a Linux-compatible version of something that could be used, but Debian and Gwydion-Dylan mostly just use plain old IRC. But I'll fire up Jabber or AIM or something if there's a compatible version. I don't use MSN on general principle. Yahoo is probably fine for me. Thanks, -Brent |
From: Dave M. <dm...@cs...> - 2003-10-26 18:49:31
|
Hi Brent: Ok, so the module to check out right now is ca.yorku.cs.edt.ui.editor . I am getting the editor to look nice. I basically started with the javaeditor example and I am modifying it as necessary. I recently got the content outliner working and I am working on making the editor a little more eiffel friendly. If you have yahoo or msn messenger, can I get your contact info? Cheers, DM Brent A. Fulgham wrote: >On Sat, Oct 25, 2003 at 09:46:20PM -0400, Dave Makalsky wrote: > > >>Hi Brent, >> >>Give me a day or so to sort out the CVS. I will send details shortly. >> >>Cheers, >> >>DM >> >> > >Sounds good. Let me know if you need any help (I've written one >Eclipse plugin for the Goo programming language). > >Thanks, > >-Brent > > >------------------------------------------------------- >This SF.net email is sponsored by: The SF.net Donation Program. >Do you like what SourceForge.net is doing for the Open >Source Community? Make a contribution, and help us add new >features and functionality. Click here: http://sourceforge.net/donate/ >_______________________________________________ >Edt-devel mailing list >Edt...@li... >https://lists.sourceforge.net/lists/listinfo/edt-devel > > |
From: Brent A. F. <bfu...@de...> - 2003-10-26 05:56:31
|
On Sat, Oct 25, 2003 at 09:46:20PM -0400, Dave Makalsky wrote: > Hi Brent, > > Give me a day or so to sort out the CVS. I will send details shortly. > > Cheers, > > DM Sounds good. Let me know if you need any help (I've written one Eclipse plugin for the Goo programming language). Thanks, -Brent |
From: Dave M. <dm...@cs...> - 2003-10-26 01:55:20
|
Hi Brent, Give me a day or so to sort out the CVS. I will send details shortly. Cheers, DM Brent A. Fulgham wrote: >Which CVS modules are needed to use the most current EDT sources? It >looks like sources have been moved around quite a bit in CVS and I'm not >sure what's current. > >Thanks, > >-Brent > > >------------------------------------------------------- >This SF.net email is sponsored by: The SF.net Donation Program. >Do you like what SourceForge.net is doing for the Open >Source Community? Make a contribution, and help us add new >features and functionality. Click here: http://sourceforge.net/donate/ >_______________________________________________ >Edt-devel mailing list >Edt...@li... >https://lists.sourceforge.net/lists/listinfo/edt-devel > > |
From: Brent A. F. <bfu...@de...> - 2003-10-26 01:34:00
|
Which CVS modules are needed to use the most current EDT sources? It looks like sources have been moved around quite a bit in CVS and I'm not sure what's current. Thanks, -Brent |
From: Dave M. <dm...@cs...> - 2003-05-21 21:58:49
|
Hi Marcio: Thanks, I am already using antlr :) DM On Wed, 2003-05-21 at 14:13, Marcio Marchini wrote: > Dave, > > You may want to try ANTLR http://www.antlr.org/ to parse the eiffel source and > extract methods to populate the outline perhaps, also do do some pre-compilation > to catch early errors. There's an Eclipse plugin for ANTLR. > > marcio > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ObjectStore. > If flattening out C++ or Java code to make your application fit in a > relational database is painful, don't do it! Check out ObjectStore. > Now part of Progress Software. http://www.objectstore.net/sourceforge > _______________________________________________ > Edt-devel mailing list > Edt...@li... > https://lists.sourceforge.net/lists/listinfo/edt-devel |
From: Marcio M. <mq...@ma...> - 2003-05-21 14:16:01
|
Dave, You may want to try ANTLR http://www.antlr.org/ to parse the eiffel source and extract methods to populate the outline perhaps, also do do some pre-compilation to catch early errors. There's an Eclipse plugin for ANTLR. marcio |
From: Marcio M. <mq...@ma...> - 2003-05-14 14:13:12
|
I think I created my own CaseSensitivEWordRule for that. You must unread the chars that you read if you can't do a full match. That's where your problem is. marcio | -----Original Message----- | From: edt...@li... | [mailto:edt...@li...]On Behalf Of Dave Makalsky | Sent: May 13, 2003 6:17 PM | To: edt | Subject: [Edt-devel] More editor work | | | Hi: | | The syntax hghlighting is 99% complete. I am still getting some | problems creating a detector for types in eiffel. | | According to NICE, a type should be a capital letter followed by a | sequence of capital letters, digits, and underscores. | | More formally: (A,...,Z) {(A,...,Z),(0,...,9), _)}* | | Using a simple TypeDetector which extends WordDetector is giving me | problems. | | Basically, there are two methods I need to implement: | | isWordStart(char) : boolean -- beginning of word | | isWordPart(char) : boolean --part of word | | So I naively implement isWordStart to return true if it's a capital | letter and isWordStart returns true if it's a capital letter, number or | underscore. | | | However, the result is as follows: | | ABC, C9_, gets highlighted | | aBC does not get highlighted | | but Abc results in the 'A' getting highlighted. | | Do I need to subclass WordRule? | | | Please advise, | | DM | | | | | ------------------------------------------------------- | Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara | The only event dedicated to issues related to Linux enterprise solutions | www.enterpriselinuxforum.com | | _______________________________________________ | Edt-devel mailing list | Edt...@li... | https://lists.sourceforge.net/lists/listinfo/edt-devel | |
From: Dave M. <dm...@cs...> - 2003-05-14 02:18:15
|
Hi: The syntax hghlighting is 99% complete. I am still getting some problems creating a detector for types in eiffel. According to NICE, a type should be a capital letter followed by a sequence of capital letters, digits, and underscores. More formally: (A,...,Z) {(A,...,Z),(0,...,9), _)}* Using a simple TypeDetector which extends WordDetector is giving me problems. Basically, there are two methods I need to implement: isWordStart(char) : boolean -- beginning of word isWordPart(char) : boolean --part of word So I naively implement isWordStart to return true if it's a capital letter and isWordStart returns true if it's a capital letter, number or underscore. However, the result is as follows: ABC, C9_, gets highlighted aBC does not get highlighted but Abc results in the 'A' getting highlighted. Do I need to subclass WordRule? Please advise, DM |
From: Dave M. <dm...@cs...> - 2003-05-13 01:38:27
|
Hi: I am immersing myself in EDT full time now. My first step is to patch the editor to fix the small syntax highlighting problem and auto-indent intelligently. Marcio, I will be using your simple editor example... and will add in support for hover actions, etc.. later. Ali Taleghani is working on EDT.BON , a BON case tool which will tie into EDT. Sabira Gulamali is working on EDT.metrics, a plugin to calculate eiffel-specific and general metrics. Cheers, Dave Makalsky |
From: Marcio M. <mq...@ma...> - 2003-02-04 17:03:26
|
It's attached. marcio | -----Original Message----- | From: edt...@li... | [mailto:edt...@li...]On Behalf Of Dave Makalsky | Sent: February 3, 2003 7:43 PM | To: edt | Subject: Re: [Edt-devel] Editor, simpler, with color preference page | | | Hi Marcio: | | I would love to take a look, thanks! | | DM | | On Mon, 2003-02-03 at 15:07, Marcio Marchini wrote: | > Dave, | > | > I wrote a simple editor, a lot simpler than the javaeditor | example. The EDT one | > you are writing is based on the C# one, which is based on the javaeditor | > example, which could be simpler in my opinion. | > | > Anyway, if you want to take a look let me know, it may help you | with EDT, for a | > cleaner implementation. It also comes with a preference page where | colors can be | > configured, as well as auto indent on/off and line numbers on/off. | > | > BTW, have you noticed how the comment coloring only happens if | you hit ENTER at | > the end of the line ? See my Eclipse bug report # 30741 | > | > Right now I am trying to add support for "comment lines" / | "uncomment lines". | > | > marcio | > | > | > | > | > | > | > | > ------------------------------------------------------- | > This SF.NET email is sponsored by: | > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! | > http://www.vasoftware.com | > _______________________________________________ | > Edt-devel mailing list | > Edt...@li... | > https://lists.sourceforge.net/lists/listinfo/edt-devel | | | | ------------------------------------------------------- | This SF.NET email is sponsored by: | SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! | http://www.vasoftware.com | _______________________________________________ | Edt-devel mailing list | Edt...@li... | https://lists.sourceforge.net/lists/listinfo/edt-devel | |
From: Dave M. <dm...@cs...> - 2003-02-04 00:43:10
|
Hi Marcio: I would love to take a look, thanks! DM On Mon, 2003-02-03 at 15:07, Marcio Marchini wrote: > Dave, > > I wrote a simple editor, a lot simpler than the javaeditor example. The EDT one > you are writing is based on the C# one, which is based on the javaeditor > example, which could be simpler in my opinion. > > Anyway, if you want to take a look let me know, it may help you with EDT, for a > cleaner implementation. It also comes with a preference page where colors can be > configured, as well as auto indent on/off and line numbers on/off. > > BTW, have you noticed how the comment coloring only happens if you hit ENTER at > the end of the line ? See my Eclipse bug report # 30741 > > Right now I am trying to add support for "comment lines" / "uncomment lines". > > marcio > > > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Edt-devel mailing list > Edt...@li... > https://lists.sourceforge.net/lists/listinfo/edt-devel |
From: Marcio M. <mq...@ma...> - 2003-02-03 20:03:16
|
Dave, I wrote a simple editor, a lot simpler than the javaeditor example. The EDT one you are writing is based on the C# one, which is based on the javaeditor example, which could be simpler in my opinion. Anyway, if you want to take a look let me know, it may help you with EDT, for a cleaner implementation. It also comes with a preference page where colors can be configured, as well as auto indent on/off and line numbers on/off. BTW, have you noticed how the comment coloring only happens if you hit ENTER at the end of the line ? See my Eclipse bug report # 30741 Right now I am trying to add support for "comment lines" / "uncomment lines". marcio |
From: Marcio M. <mq...@ma...> - 2003-01-21 14:06:01
|
Dave, You may want to read this http://www.eclipse.org/documentation/html/plugins/org.eclipse.platform.doc.isv/d oc/samples/org.eclipse.ui.examples.javaeditor/doc-html/ui_javaeditor_ex.html marcio |
From: Marcio M. <mq...@ma...> - 2003-01-20 18:38:31
|
If you cvs update all 4 plugins you will be able to right-click on each plugin.xml and then choose "Create Plug-in JARs". Watch the Console. After it runs, right-click on the project and choose "Refresh". You will see the new files created. The zip one, with the version name and all, is the one to ship. Don't forget to delete build.xml, the JARs and the zips before rebuilding. I've had cases where the new build process just reused the old files. Dave, when you're done with your changes let's TAG all 4 projects and then build the 4 zips and make the files available in the download area at SourceForge. marcio |
From: Marcio M. <mq...@ma...> - 2003-01-16 19:29:03
|
| I like it as an annotation icom for the project nature (instead | of teh J icon). | In this case it would need to be a lot smaller. But as an Eiffel perspective | icon or launcher Dialog, I still prefer the idea of an eiffel tower. Your E icon would also be nice as teh icon used byy the EIffel editor. Instead of that sample.gif one you have right now :-) On a somewhat related note: .e files are now visually annotated (decorated) with the running guy, to indicate they are runnable. cvs update edt.ui to get it. The magic is in plugin.xml (you can make teh magic apply to ace/xace files too if you want) marcio |
From: Marcio M. <mq...@ma...> - 2003-01-16 19:08:44
|
I like it as an annotation icom for the project nature (instead of teh J icon). In this case it would need to be a lot smaller. But as an Eiffel perspective icon or launcher Dialog, I still prefer the idea of an eiffel tower. marcio | -----Original Message----- | From: edt...@li... | [mailto:edt...@li...]On Behalf Of Dave Makalsky | Sent: January 16, 2003 1:40 PM | To: edt | Subject: RE: [Edt-devel] icons | | | Hi: | | What do you think of this icon? (Courtesy of my Graphic Design Friend). | | Cheers, | | DM | | On Thu, 2003-01-16 at 11:49, Marcio Marchini wrote: | > | Also, eiffelperspective.gif has a white background. It should have a | > | transparent background. Can you please fix that ? You can do that | > | with your web | > | broser, using http://www.gifworks.com/ | > | | > | > | > I just did this. Now the eiffel tower icon is 16x16 with transparency. | > | > I also commited a new eiffelnature.gif, which for now has a J | in it but should | > have an E (to show the project has an Eiffel nature). I just stole | teh icon for | > the Java nature, that's why it's a J. If somebody out there has an | icon editor, | > please replace the J with an E. Please make sure teh pixels are on the same | > location and that the transparency is preserved. | > | > thanks, | > | > marcio | > | > | > | > ------------------------------------------------------- | > This SF.NET email is sponsored by: Thawte.com | > Understand how to protect your customers personal information by | implementing | > SSL on your Apache Web Server. Click here to get our FREE Thawte Apache | > Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en | > _______________________________________________ | > Edt-devel mailing list | > Edt...@li... | > https://lists.sourceforge.net/lists/listinfo/edt-devel | -- | Dave Makalsky <dm...@cs...> | |
From: Dave M. <dm...@cs...> - 2003-01-16 18:40:02
|
Hi: What do you think of this icon? (Courtesy of my Graphic Design Friend). Cheers, DM On Thu, 2003-01-16 at 11:49, Marcio Marchini wrote: > | Also, eiffelperspective.gif has a white background. It should have a > | transparent background. Can you please fix that ? You can do that > | with your web > | broser, using http://www.gifworks.com/ > | > > > I just did this. Now the eiffel tower icon is 16x16 with transparency. > > I also commited a new eiffelnature.gif, which for now has a J in it but should > have an E (to show the project has an Eiffel nature). I just stole teh icon for > the Java nature, that's why it's a J. If somebody out there has an icon editor, > please replace the J with an E. Please make sure teh pixels are on the same > location and that the transparency is preserved. > > thanks, > > marcio > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: Thawte.com > Understand how to protect your customers personal information by implementing > SSL on your Apache Web Server. Click here to get our FREE Thawte Apache > Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en > _______________________________________________ > Edt-devel mailing list > Edt...@li... > https://lists.sourceforge.net/lists/listinfo/edt-devel -- Dave Makalsky <dm...@cs...> |
From: Marcio M. <mq...@ma...> - 2003-01-16 16:46:05
|
| Also, eiffelperspective.gif has a white background. It should have a | transparent background. Can you please fix that ? You can do that | with your web | broser, using http://www.gifworks.com/ | I just did this. Now the eiffel tower icon is 16x16 with transparency. I also commited a new eiffelnature.gif, which for now has a J in it but should have an E (to show the project has an Eiffel nature). I just stole teh icon for the Java nature, that's why it's a J. If somebody out there has an icon editor, please replace the J with an E. Please make sure teh pixels are on the same location and that the transparency is preserved. thanks, marcio |
From: Marcio M. <mq...@ma...> - 2003-01-16 16:25:49
|
Please cvs update the debug.core and debug.ui. Now the menu Run As -> Eiffel Program will work. marcio |
From: Marcio M. <mq...@ma...> - 2003-01-15 15:08:31
|
Dave, The gui plugin has an icon named sample.gif. Can you please rename it to something more meaningful ? eiffeleditor.gif, eiffelfiletype.gif, etc ? Or is it ok for me to zap it ? Also, eiffelperspective.gif has a white background. It should have a transparent background. Can you please fix that ? You can do that with your web broser, using http://www.gifworks.com/ I added an icon to be associated with projects of an Eiffel nature. Please cvs update teh gui plugin to get it. It is a similar idea to the "J" little icon that is shown in Java project. We need a 16x16 icon that is transparent, with a little image in one of the corners. For now I am using one that is totally bogus and therefore does not overlap well (yes, the orange book again). Can anybody please fix this ? Ideally the eiffel tower, really small, on the upper right hand side of the 16x16 icon, so that when it overlaps it does not block the view of the folder icon entirely like now. thanks, marcio |
From: Marcio M. <mq...@ma...> - 2003-01-15 01:46:54
|
| I added a new tab to the launch config. Now you can select the | project to | launch, and which file. Ideally I'd like to present just projects | with an Eiffel | nature, and in them just *.e files. Not sure how yet. Now it filters. Just projects with Eiffel nature, and just *.e files (.xace in the future perhaps). Please cvs update EiffelMainTab (in debug.ui) marcio |
From: Marcio M. <mq...@ma...> - 2003-01-15 00:56:25
|
I added a new tab to the launch config. Now you can select the project to launch, and which file. Ideally I'd like to present just projects with an Eiffel nature, and in them just *.e files. Not sure how yet. The tab has an icon that needs replacing :-) The actual lauch method now prints the full path to the .e file that would be launched (executed). Just cvs update debug.core and debug.ui marcio |