RRUZ / Delphi-IDE-Colorizer

Plugin to style the RAD Studio IDE
https://theroadtodelphi.wordpress.com/
246 stars 54 forks source link

RAD Studio Berlin #18

Closed fschenckel closed 8 years ago

fschenckel commented 8 years ago

Hello,

I've checked in the code, but compatibility with Berlin 10.1 seems to be problematic because of the change of not getting access to the private symbols anymore. Does someone have a solution for this ?

RRUZ commented 8 years ago

Hi, you must be patient with this, because the class helper limitation introduced in Berlin, causes several issues to compile the code, and fix all these will take some time.

Regards Rodrigo.

fschenckel commented 8 years ago

Hello,

Thanks for your answer !! I began to check the code and applied the trick I have seen in the JVCL (Create a dummy class with similar structure) to get the correct offset. It compiles but it doesn’t work correctly so far, mainly because of the hook on the procedure / functions.

I know it is a bad fix for this and will not stand over several version, but it was just a try. Right at the moment I don’t have time to spend on this project, but I will have a few hours in the next days. If you’re interested I can send you the changes…

Regards

Frédéric

De : Rodrigo Ruz [mailto:notifications@github.com] Envoyé : mardi 17 mai 2016 17:43 À : RRUZ/Delphi-IDE-Colorizer Cc : Frédéric SCHENCKEL; Author Objet : Re: [RRUZ/Delphi-IDE-Colorizer] RAD Studio Berlin (#18)

Hi, you must be patient with this, because the class helper limitation introduced in Berlin, causes several issues to compile the code, and fix all these will take some time.

Regards Rodrigo.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHubhttps://github.com/RRUZ/Delphi-IDE-Colorizer/issues/18#issuecomment-219759923

RRUZ commented 8 years ago

Hello Frédéric, any help is appreciated on these days ;), please feel free to post your changes using a pull request.

RRUZ commented 8 years ago

Hello Frédéric, I just added support for RAD Studio 10.1 Berlin to the plugin, try the version 0.8.7.1

fschenckel commented 8 years ago

Hello Rodrigo,

Cool yes it works !! I didn't tought about getting directly the address for the .bpl. Well done !