-
Content Count
1509 -
Joined
-
Last visited
-
Days Won
3
Mike Torrettinni last won the day on May 19 2022
Mike Torrettinni had the most liked content!
Community Reputation
198 ExcellentRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Simple debugger bug in 11.1
Mike Torrettinni replied to Mike Torrettinni's topic in Delphi IDE and APIs
Happy to report this is fixed in 12.0 debugger! -
I agree with your conclusions and as said above, it's been the same with small improvements for years, so I just accepted it. I use these 'tricks' on a daily basis and consider them as part of development workflow: - highlighting words fails when code is folded, so I unfold all the code in unit I work on - use Kill task to kill LSP multiple times a day (https://stackoverflow.com/questions/74164165/is-there-a-way-to-setup-a-shortcut-to-re-run-the-delphi-lsp-instances) - when IDE starts acting up (bookmarks behaving strangely, watch window shows odd values, debugger hangs or slows down...) - restart IDE - search will likely start with Whole words checked, so check the status of Whole words regularly - 64 bit debugger requires special attention, so handle with care and don't be impatient and probably some more that I can't remember right now...
-
THtSQL* and TSQL* are your components?
-
Looks good, and short description would be good, too. I'm trying to figure out if anything can be used for my projects or some of my clients. Is this SQL highlighting control? Will you have dedicated SQL stuff page on your website? I see the SQL framework pdf, but I'm trying to understand how HTML library, HTML editor, Office controls fit with SQL stuff.
-
Nice! I showed this to another developer who is looking for simple drawing control that would do all this. Not for Delphi source dependencies, but custom relationship data and it would simplify his current very cumbersome drawing solution that achieves similar result - I helped with some small improvements, but I'm not expert in drawings. He is excited to try your control when this is implemented.
-
Great! Any timeline? I don't have the library, yet, so I don't know how controllable the HTML control is, but will this be possible: - custom Context menu on selected unit? - select and add Context menu on dependency line? - select multiple units? and get info on all selected units? - control drawing objects, bg color, font, size? - control selection from code, not just mouse?
-
Can you share what is the plan for this tool/feature? - Shareware? - or can users of HTML Component Library access source and implement the view in our projects? - or integrate into GExperts or MMX?
-
A filtering option would be nice: hide/filter out System*, Vcl* dx*... units. Most of the time I don't need to see these dependencies.
-
Thanks! Better version, but I still get error on not finding a .pas file and it seems it stops and doesn't show anything. Can you make it skip missing .pas files and make it work with what it can access? Some units only have compiled .dcu accessible, not pas files.
-
So, this will not work with any projects that we have source code, but was not compiled with for current installed Delphi? Older projects, not migrated projects, open source projects from github that are downloaded but not compiled, yet (so Library path is not updated)...
-
Video looks very promising! I get same or similar error messages as above, so let us know when you publish fix or perhaps change version number in original .rar file, so we know it's newer. Is it possible to make it work without dependency on Delphi installation? I don't have Delphi development started all the time, while source code is always accessible.
-
In some way it would make sense that Delphi developer's salary would go up, due to lack of developers, but I guess lack of demand keeps it pretty low, compared to C#: https://www.ziprecruiter.com/Salaries/Delphi-Programmer-Salary https://www.ziprecruiter.com/Salaries/C-Net-Developer-Salary
-
Pretty annoying! I like word highlighting so I just unfolded all, for now.
-
Migrating projects from Delphi to .Net
Mike Torrettinni replied to Mike Torrettinni's topic in Project Planning and -Management
Interesting. I see they even went a little further and you can deploy your app without the need for making sure the OS has the right framework installed: -
Migrating projects from Delphi to .Net
Mike Torrettinni replied to Mike Torrettinni's topic in Project Planning and -Management
The way remote work is changing the whole software employment opportunities, I'm realizing being an expert is becoming a niche and not a must. And since I'm not a Delphi expert, after 20+ years, I can freely let go an illusion that I can become one at some point, or that this is a prerequisite for a job. So, it seems one way to get to a good remote work salary opportunities, is to develop something and sell it. And as my projects are Windows apps, C# seemed like a natural step in the right direction.