Delphi/Pascal support please...!
Need support for Delphi Object Pascal pretty pretty please...!!
Done!
Please check http://www.plasticscm.net/index.php?/topic/1857-delphi-parser-development/
-
psantosl commented
Hi Delphi coders!
We've developed what we call the "external parser support" which means now it is going to be able to develop custom parsers.
Any volunteer to give it a try and develop a Delphi one?
-
Jeroen Vandezande commented
If you add Delphi support, would it be possible to also support Oxygene?
http://www.remobjects.com/oxygene/ -
psantosl commented
For .dfm you can most likely find Xmerge helpful already http://plasticscm.com/features/xmerge.aspx
We will be opening up our tool so that adding third party languages will be doable.
-
Nenad Steric commented
Delphifeeds.com would be a good place.
Support for dfm-Files would also be great ( and easier than a full-fleged language), as Delphi sometimes reorders them which is horrible if you want to merge them.
-
psantosl commented
I'm amazed by the rise of Delphi in the list! And I'm glad of it! Do you know where we could announce it as soon as we have it to get beta testers?
-
Maxim Abramovich commented
I would suggest you to use Microsoft Script Control (Active X). It can support several languages (at least JScript and VB) and it works fine.
NB Script Control does not have access to the native Delphi objects so you'll need to write special object adapters (COM objects). From the first time it looks like an extra job but I think it is the best way to control script functionality (keep your script engine stable) while refactoring your objects.
-
Renato commented
if you want it in C# : http://dgrok.excastle.com/
-
Renato commented
-
psantosl commented
Any good parser you can suggest us??