-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C++ Builder Support #8
Comments
Nice catch, I will add a filter on the file type to change the editor to C++ Builder. However I'm relocating to another country so I expect to get into this issue on next month. |
I'm thinking now. If you add this feature to show C++ Builder, then it probably makes sense to rename this repo to "rad-studio-wakatime" as it's not just Delphi anymore. |
Hey @shaunroselt, I think it make sense. First we just have to check if creating just the filter will fix everything for C++ or if it will raise some new issues. If something like this happens it would be better to separate into two packages. Lets test it as soon as I have a little more time to get into this issue to work on. |
The editor displayed on your dashboard comes from parsing the heartbeat's |
Can we perhaps get it added so long then, please? It can probably have the same color as Delphi since its logos are pretty much the same in terms of dominant colors. |
Added
To:
|
Thanks @alanhamlett it's on my todo list now ;) |
Hey @shaunroselt can you test the latest commit from the development branch to see if it works? |
Ah. You beat me to it 😁. I wanted to add C++ Builder support this weekend 😂. Thanks. I'll test the development branch over the weekend and get back to you. |
I ended up never testing the development branch. Is C++ Builder support still planned? I'm still keen on this feature. It would be nice to have. |
Describe the bug
I installed this into my RAD Studio IDE and it works fine for Delphi and C++. When I use Delphi files, then it shows I am using Delphi and when I use C++ files, then it says I am using C++.
But the issue is with the Editor. It says I am using Delphi for both Delphi and C++. It should say C++ Builder as my Editor when I'm using C++ files.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect my Editor to be C++ Builder, but I only see Delphi:
The text was updated successfully, but these errors were encountered: