Jump to content

Tommi Prami

Members
  • Content Count

    520
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Tommi Prami

  1. I'll try this later, thanks
  2. Would it be hard to have way to disable the feature, and let user use one shipped with Delphi? Or are some other features depending in this etc? -Tee-
  3. We would like to collect info on which are the most/least used features in out software (and possibly with which settings etc.). Is there any free or paid solution for this out there. -Tee-
  4. Because of 4 way swap, highly tuned implementation could still be cool. https://github.com/scandum/quadsort
  5. I am not 100% sure is it Filter Exceptions, but I'll filter quite a lot expected exceptions in unit tests, and can't do anything while it is running because Delphi keeps up jumping in front of everything all the time. Can someone confirm this? (or debunk my theory :) ) . I'll look into it, if I can temporarily disable it (Have not checked yet, had to write this message so I do not forget) -Tee-
  6. Tommi Prami

    Does Filter Exceptions make Delphi to steal focus

    We are investicating 🙂
  7. Tommi Prami

    Does Filter Exceptions make Delphi to steal focus

    Partly Just a force of habit I think. Sometimes seems to be hard to find the single test and debug that. Also I've got few test that only works locally not in Jenkins server (trying to figure that out), also few that takes too long on that slow server so I run them only in debug (truthfully those test are not needed, but I've written them so don't want to delete them 😄 ) Also always forget to populate the list in TestInsight with >> button first and search the one I am actually interested in. But anyhow, very good point 😄
  8. https://www.quantamagazine.org/computer-scientists-break-traveling-salesperson-record-20201008/
  9. Tommi Prami

    Does Filter Exceptions make Delphi to steal focus

    Restoring the focus is not the problem, but it stealing it. IDE is jumping in front of all apps all the time if used Extensively. Can't use any other app then. -Tee-
  10. Tommi Prami

    Does Filter Exceptions make Delphi to steal focus

    Thanks. Damnation 🙂 Anyhow it is good feature. -Tee-
  11. Tommi Prami

    remove ExplicitXxxx properties

    Works! Thnaks,.
  12. Couple IDE filtering feature requests, vote if care: https://quality.embarcadero.com/browse/RSP-31176 https://quality.embarcadero.com/browse/RSP-31177
  13. I would think problem is that there is malformed data (Illegal byte sequence), and it should be fixed to have valid UTF8 encoding? Maybe? We had recently such a situation in Delphi IDE when there was some garbage and IDE did not want to open it and complained about invalid unicode/UTF character or something like that. But how to do it, don't know. -Tee-
  14. Vote if you care : https://quality.embarcadero.com/browse/RSP-30991 IDE Could/Should open dfm in text form, if it/RLINK will find some problem with it. (and show the position in way or other) -Tee-
  15. Not very convenient, I think. -Tee-
  16. This would help in some cases, still would have manual steps. Better than nothing tough. if it would highlight position in the DFM IDE things where problem is, that would make this pretty good, IMHO. Problem is, I think, I believe sometimes you can't open project, I think, if there is some special case (I think I've encountered this) Would not help if RLINK fails at compile time, which is kind of corner case. But problem still. DFMCheck Andy released is very good, unfortunately we have one or more components that has structure that will not work with it. We are looking into it, could we fix it somehow.
  17. Not overstating, but if something takes few seconds or even 30sec if you forget the file name few times, still it is extra work. And finding the error,. in trivial case, just take a diff and see. But consider this, you stumble upon old form. Then you fix all the naming conventions, change components from one that should not be used to equal one and so on. There might be easily hundreds of changes. and try to find error from there. Not common, usually Delphi does not screw it up,. but as I stated, sometimes it is easier to edit the dfm with text editor. And even if you look at the dfm in text form in ide, you might touch keyboard in such a place that it is nightmare to find the error, if lot of changes. I think I would benefit from this, not weekly but monthly maybe when I am doing something massive search and replace stuff etc. One step closer would be that IDE and RLINK would tell the line on which error is. At least bes guess..
  18. And find file from disk and the spot, sure diff to repo will help, but still, would be life saver when this happens. Not for everyone for sure.
  19. Would be nice IDE would always convert binary to text, if there are one. Got hit by that this summer, there still was few binay dfm's in our repository.
  20. Am I missing something but nothing appears into here, if Ill Click the "Filter ..." and then OK, I am expecting it then always to filter that exception in that project. So I decipher the UI. -Tee-
  21. Sometimes one have questions that answer is not that easy 🙂 Or need quite bit of work. Lately I've had two. Where this unit is linking from? Which units in this project has initialization and/or finalization sections? I bet there are tons of these good questions we sometimes would need answers for 🙂 There might be something for these. Plain search for files does not help usually, because all depends what is linked into the specific project. -Tee-
×