| Forum: EGL Development Tools |
|---|
| Topic: How can i contact "yuvaraj g" ? |
|---|
|
| Forum: Papyrus |
|---|
| Topic: What's the correct way of using "ref" in a sequence diagram with parameters? |
|---|
| What's the correct way of using "ref" in a sequence diagram with parameters? [message #1060517] |
Sat, 25 May 2013 18:17 |
Joe I Messages: 4 Registered: May 2013 |
Junior Member |
|
|
Hi,
I want to reuse e.g. one sequence diagram with one parameter within several sequence diagrams (which are methods of classes) and all use different arguments.
So what is the correct way of modeling something like that?
Example:
Class A:
method1()
method2()
associated with class B:
methodB(+in:C)
Two different InstanceSpecifications of class C are used within method1/2 as arguments for calling methodB. Method1/2 should be sequence diagrams and they call the reusable sd (that of course calls methodB).
I know the answer would be long, maybe someone could provide an example papyrus project from which I can learn... I attached an example project with the classes I explained.
Thanks for help!
[Updated on: Sat, 25 May 2013 18:19] Report message to a moderator
|
|
|
| Forum: TMF (Xtext) |
|---|
| Topic: generated launch configuration |
|---|
| generated launch configuration [message #1060497] |
Sat, 25 May 2013 08:24 |
Lorenzo Bettini Messages: 1124 Registered: July 2009 |
Senior Member |
|
|
Hi
when running the mwe2 for the first time, Xtext also generates a launch
configuration with proper MaxPergGen arguments (to avoid out of memory
errors), in the (hidden by default) directory .launch, called "Launch
Runtime Eclipse.launch"
right-clicking on the project, Run As... shows "Eclipse Application" but
selecting this will NOT use the generated launch configuration (it
creates a new launch configuration, alas, without MaxPermGen
arguments)... one has to open the Run Configurations dialog in order to
use the generated launch configuration (and to know about that, since by
default .launch is hidden)...
is that the intended behavior?
cheers
Lorenzo
--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it
|
|
|
| Forum: Java Development Tools (JDT) |
|---|
| Topic: How can I implement Eclipse Content Assist feature into my editor? |
|---|
| How can I implement Eclipse Content Assist feature into my editor? [message #1060509] |
Sat, 25 May 2013 12:32 |
Burak Emre Kabakcı Messages: 2 Registered: May 2013 |
Junior Member |
|
|
I have been working on a Java web editor and I want take advantage of Eclipse's great features like content assist.
I'm able to compile my Java project on the fly using org.eclipse.jdt.internal.compiler.Compiler. It gives me a list of errors that contains row and column information for highlighting.
The next step is to implement Proposals feature of Eclipse but I couldn't do it because many packages of content assist feature use UI packages of Eclipse, however what I need is a list of proposals for a specific error/warning in the code that I compiled. Also I have only an ICompilationUnit object instead of IJavaProject and so not even sure whether it's possible or not without using only ICompilationUnit, so it would be great if you share your ideas on this issue.
|
|
|
| Forum: BIRT |
|---|
| Topic: comparsion in paramter |
|---|
| comparsion in paramter [message #1060498] |
Sat, 25 May 2013 08:28 |
4040 4040 Messages: 23 Registered: February 2013 |
Junior Member |
|
|
hi,
sir i have doubt in comparison by parameter by month,period
and then group result------>jan 2013--total sale,dec 2013 --total sale when i click radio button
individual result--->all country total sale when i click radio button by way...view 1,view 2
i have attached a screenshot and report ...for u r reference....
kindly ......help me for this post
thank u.....
|
|
|
| Forum: SWTBot |
|---|
| Topic: Swtbot still depends on org.junit4? |
|---|
|
| Forum: CDT |
|---|
| Topic: interrupt in ubuntu's' console |
|---|
| interrupt in ubuntu's' console [message #1060487] |
Sat, 25 May 2013 04:47 |
eyal a Messages: 1 Registered: May 2013 |
Junior Member |
|
|
Hello,
I use eclipse C with ubuntu.
I would like to Implement a ctrl-z interrupt by sigint. In the ubuntu's shell it works properly, however by running the same program with eclipse the interrupt does not respond in the console.
What can be done to solve that?
Regards,
Eyal
|
|
|
Powered by
FUDForum. Page generated in 0.01615 seconds