Some more ideas for the OpenEdge Eclipse Plugin

  • Thread starter Thread starter Lieven Cardoen
  • Start date Start date
Status
Not open for further replies.
L

Lieven Cardoen

Guest
Check for 'runtime' errors. If you have code that runs another procedure, then there's no check at compile time if the number of passed parameters for instance are correct (or the types, ...). Isn't that something that could be made possible? I would be great to have something like that. Now, these kind of errors only explode in your face at runtime. Now it's possible with CTRL-click to go to a certain method when you click on a such a method call. However, clicking on a RUN procedure doesn't work. Would be great to get that working. The other way is also very powerfull. Right clicking a procedure, class, method, ... and being able to choose for 'Find All References' giving you a list of all procedures, classes, include files that call that procedure, class, method. Now the way we need to do this is by doing a search on the whole project (sometimes with regular expressions). Some documentation tools? Integrated Unit Testing Tools... If you change an include file, and you save it, the plugin could go and compile all procedures and classes that use the include file. Same for classes and procedures

Continue reading...
 
Status
Not open for further replies.
Back
Top