Jump to content

Sherlock

Moderators
  • Content Count

    1211
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by Sherlock

  1. Sherlock

    Rapid generics

    I'm beginning to feel like this thread should be renamed to "General discussion between masters of the art". And by all means, please continue. I really learn a lot by just reading and following up through secondary literature...
  2. Sherlock

    Rapid generics

    I second that.
  3. Sherlock

    Grep search and DFM files

    Well, that sounds OK for english users or people that program in english. For other languages sooner or later you may reach a curios situation. I am the one that reported #112. After a decade of using GExperts I just encountered the issue last month. Normally I search for identifiers of some sort, but this time I actually searched for a text I saw on my GUI, which is in german. So the priority to solve this need not be high. I even dare say it's an IDE issue: pas files may be UTF8, why not dfm/fmx files? Instead, some poor chap was forced to write a conversion method for non ANSI characters... On fixing this in GExperts...I have no clue how. But it would complete the package, so to speak.
  4. Sherlock

    Delphi permutation code complexity

    https://en.wikipedia.org/wiki/Computational_complexity_theory https://en.wikipedia.org/wiki/Analysis_of_algorithms https://en.wikipedia.org/wiki/Big_O_notation
  5. Sherlock

    Delphi permutation code complexity

    Yes, you are right. Sorry about that. Typical lazy c&p.
  6. Sherlock

    Delphi permutation code complexity

    Sorry, but I don't see a correlation between the result of a loop operation and its complexity. (Edith says: please don't) Consider this: var x: double; //x = 1000 maybe while (x > 1) do x := x + x; while (x > 1) do x := 2 * x; Both loops will be O(n). Edith says: No they wont, stupid C&P error. And lack of basic understanding. Oy vey!
  7. Sherlock

    10.3.1 has been released

    Have you been hiding in a cave? 😄
  8. Sherlock

    10.3.1 has been released

    I really don't get the whole theming bull anyway. I set my windows to look exactly the way I want it, and along comes some wannabe designer and imposes his take on what a GUI should look like. Most of the time it's just hilarious, but when I have to work with a tool (yes a tool) I want it to be as unobtrusive as possible and just do it's thing. If i want glitter on a hammer I will buy glitter and stick it on there myself. Don't expect everyone to like glitter an a hammer. Jeeeez! </Rant>
  9. Sherlock

    RNG FizzBuzz

    Just for the folks that are unfamiliar with the FizzBuzz Test: http://wiki.c2.com/?FizzBuzzTest tl;dr: It's supposed to be a fairly quick and standard test to evaluate the skills of a job applicant. Considering that it needs no OOP or any other more modern language structures I guess it's pretty old.
  10. @flashcoderPlease, consider uploading images to the forum. This way they will be here as long as the forum exists. Imgur might delete those images some time in the future, or imgur might stop the service or terms of use or whatever, rendering your post less useful for future generations.
  11. We have one client who uses our software on macOS. All others are Windows and iOS.
  12. Sherlock

    IDE Clipboard History Quick Access

    Very nice!
  13. Sherlock

    Spelling and search

    Why reimplement features that are present on the clients side?
  14. Sherlock

    Spelling and search

    And spell checking should be a browser feature... at least my Firefox does it for me.
  15. Sherlock

    Recursive anonymous functions

    I see what you did there, @Lars Fosdal 😉
  16. Sherlock

    Recursive anonymous functions

    But is it still anonymous though?
  17. Sherlock

    10.3.1 has been released

    They would have a ton of other bugs to fix before adding this new feature...all in all it is a waste of time and energy, just scrap it and invest said time and energy into more crucial parts of the IDE.
  18. Sherlock

    10.3.1 has been released

    Can't reproduce. BUT I have stupid Error Insight disabled. Which incidentally is recommended at this time (actually since it was introduced).
  19. Sherlock

    10.3.1 has been released

    Please check your paths. Also you might want to consider deleting the .dproj and let Delphi rebuild a new one based on the .dpr
  20. Sherlock

    IDE Launchpad

    Very cool @Attila Kovacs: Now please add possibility to switch between Win32/Win64/iOS/macOS/Linux and Debug/Release 😉 Just kidding. For the average developer this really looks helpful.
  21. Sherlock

    AV on finalizing TThreadPool [PPL]

    There are actually not that many changes in System.Threading.pas. But due to the lack of comments in the code (I hate that) and knowledge in my head (I hate that too) I can't discern which of these changes are bad. On the other hand I'm pretty sure we have a couple of bright guys here, that can find the issue pretty darn fast.
  22. Sherlock

    IDE Launchpad

    Well, at first glance the projects window fulfills almost all of your requirements. It shows all open projects and through right click you'll get a menu that lets you build and run with or without debugger. http://docwiki.embarcadero.com/RADStudio/Rio/en/Projects_Window Sherlock
  23. 😄 BTT: Windows and Android are not all the supported platforms, hence the warning.
×