Jump to content

Tommi Prami

Members
  • Content Count

    520
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Tommi Prami

  1. We tried to do one of our own, but appears that it's not that easy. Seems that we can remove them but IDE will, sometimes at least, write them back after that. Or there is no event for dfm when it is saved (Not making the plugin myself so don't know the latest details.) Maybe there is some cool, Andy Magic Of The Hackering, in the DDevExtensions to do this?? Does anyone have ideas how to get that working? -tee-
  2. Tommi Prami

    IDE plugin to remove Explicit* from .dfm files

    But not for 10.4 and I bet Andy has little or none motivation to support 10.4+. Won't expect that, he has done his part many fold. Should figure out how he does his magic 🙂 -Tee-
  3. That was way easier than I previously thought. Thanks!
  4. If remotely possible, make an intermediate build with this feature. I think many would love test drive it (me included, other hand should check out how to build and install myself).
  5. Tommi Prami

    Just-in-time compiling for Delphi's Regular Expressions

    That flre is interesting, should check that out to do some testing with it.
  6. Not super complicated app, but if someone has that ready would help. I think someone talked about it, but have no clue on which thread. -Tee-
  7. Tommi Prami

    Buggy Optimizer in Delphi 10.4

    Kind of my point exactly. I was just asking is there a way to restructure code away from GOTO. I had just gut feeling that is not always possible or that easy...
  8. Good starting point at least. Thanks.. -Tee-
  9. Tommi Prami

    Buggy Optimizer in Delphi 10.4

    As I see using GOTO it is good for optimization with nested loops to get from one level to another, while keeping loop condition simple. Never used it in Delphi I think. Covorker used in very heavy and nested looping to gain speed. But is it always possible to write without goto as same performance. (Hard to give real life example on top of my head). In other words I can't figure out how you would restructure nested loops without including more complex looping condition... -Tee- PS would be funny to rename goto GTFO 😄
  10. Tommi Prami

    DelphiUCL

    Previous library which this should supersede, is kind of UI-control framework etc..,. or seems so.. .Tee.
  11. Firebird Editor Pro. Made with Delphi (for Windows) 2.0 just released. Have had few problems related to third party components, which Author is using. He is pretty fast on developing and if have ideas or feedback, he usually fixes them pretty fast. https://www.texteditor.pro/firebird/ Also check out his text editor, which I use along with Delphi to do many jobs that are easier to do with that, than using Delphi IDE. -Tee- PS. Not my app, so feedback directly to the author.
  12. Tommi Prami

    FireBird tool, Coworker doing this, 2.0 just released

    Version 5.3.0 (June 5, 2020) - Added connection tabs options - Added fetch all option into data popup menu - Fixed BLOB editor - Fixed check for updates - Fixed connection dialog - Fixed grid control - Fixed options setting - Fixed SQL editor - Fixed SQL formations - Fixed startup Note! This product is always completely FREE for you. See the license.
  13. Tommi Prami

    Crash when Delphi 10.n exits... again

    On my 10.3,x had no problems with GExperts and FixInsight
  14. Tommi Prami

    FireBird tool, Coworker doing this, 2.0 just released

    Version 5.1.2 (May 31, 2020) - Fixed about - Fixed computed fields - Fixed document - Fixed navigation between DB objects - Fixed SQL editor - Fixed SQL formations - Fixed table data editing - Fixed text editor control Note! This product is always completely FREE for you. See the license.
  15. Please, Make ticket for it so can vote.
  16. Tommi Prami

    You RAD Studio 10.4 Sydney appreciated features and bug fixes

    I am pretty interested in hearing what are people thinking of implementing with Managed records. -Tee-
  17. Tommi Prami

    FireBird tool, Coworker doing this, 2.0 just released

    Version 5.1.0 (May 26, 2020) - Added show double quotation marks around object names in SQL option for DB objects (default false) - Fixed and optimized AlphaControls - Fixed check for updates - Fixed connection closing - Fixed options - Fixed SQL formatting - Fixed startup
  18. Tommi Prami

    FireBird tool, Coworker doing this, 2.0 just released

    Version 5.0.0 (May 24, 2020) - Added connection UI options - Added object quick access bar - Added show data grid column filter option (default true) - Added SQL editor options - Fixed application closing - Fixed connection creating - Fixed connection delete - Fixed document - Fixed drop object - Fixed Fluent Night skin - Fixed grid control for better skin support - Fixed grid popup skinning - Fixed replace in SQL editor - Fixed resizing - Fixed scaling issues - Fixed skin dialog - Fixed SQL editor - Fixed SQL source - Fixed UI glitches - Optimized general performance - Updated and fixed AlphaControls v15.08 - http://www.alphaskins.com/ Note! This product is always completely FREE for you. See the license.
  19. as far as I know I cant do something like (at least compiler did not like that) procedure Save(const AData:TStringList; const AEncoding: TEncoding = TEncoding.UTF8); begin AData.SaveToFile(FileName, AEncoding); end; Is there any standard way to pass encoding default (For certain case). Quick look did not give any results (RTL code adn Google)
  20. Tommi Prami

    FireBird tool, Coworker doing this, 2.0 just released

    Version 4.0.0 (May 3, 2020) - Added color theme options for SQL editor - Added license to about box - Added object comments to source - Added open the main form when no connections application option (default false) - Added show comment option for DB objects (default true) - Added skin options - Fixed BLOB editor - Fixed completion proposal - Fixed connection charsets - Fixed database closing - Fixed database info - Fixed editor encoding to match the connection charset - Fixed function and procedure source - Fixed grid control - Fixed initial directories in open dialogs - Fixed minimize to system tray - Fixed scaling - Fixed SQL editor - Fixed SQL editor font option - Fixed text editor control - Fixed tray icon - Fixed UI for better skin support - Updated and fixed AlphaControls v15.06 - http://www.alphaskins.com/
  21. Tommi Prami

    Making method with default encoding

    I clarify little. what mean by Default, not the Delphi default but MY DEFAULT what it ever would be. in current context. I also was thinking of using enumerated type or so, but it is not that official, Delphi defined way. Seems that this has not been thought at all while implementing this. There are ways around this, but seems no way to define some (random) defaulöt method parameter. -Tee-
  22. Tommi Prami

    FireBird tool, Coworker doing this, 2.0 just released

    Version 3.1.0 (April 27, 2020) - Added database drag and drop for connection dialog - Added database file hint for database tabs - Fixed check for updates - Fixed connect dialog position - Fixed copy paste to Excel - Fixed database file drag and drop - Fixed defaults for connection - Fixed options - Fixed UUID in SQL editor
  23. Tommi Prami

    FireBird tool, Coworker doing this, 2.0 just released

    Report to Author please. -Tee-
  24. Tommi Prami

    FireBird tool, Coworker doing this, 2.0 just released

    Free Firebird tool for windows : https://www.texteditor.pro/firebird/ Version 3.0.0 (April 26, 2020) - Added auto commit option for DB objects and SQL editor (default false) - Added close for DB objects - Added connection options - Added database file drag and drop - Added defaults for connection - Added image tab for BLOB editor - Added multi selection for data grids - Added showing of null field values - Added table and view default tab options (default Data) - Fixed BLOB and hex editor opening (double click) - Fixed document - Fixed filtering on tree grids - Fixed grid control - Fixed scaling - Fixed showing of UUIDs in view and SQL editor - Fixed SQL file drag and drop - Fixed table and view domains - Fixed table and view source Next version coming soon tough
  25. Tommi Prami

    FireBird tool, Coworker doing this, 2.0 just released

    Version 2.1.2 (April 21, 2020) - Fixed connection close - Fixed grid control - Fixed UUID fields - Fixed SQL editor
×