Jump to content

luebbe

Members
  • Content Count

    119
  • Joined

  • Last visited

Posts posted by luebbe


  1. Coming from CVS, SVN was a huge relief. I've contributed to TortoiseSVN quite a lot. At work we are using SVN or Mercurial, depending on the Team :D. For my OSS stuff im only using GitHub, even though I have accounts on SF, OSDN, GitLab and Bitbucket too.

     

    The workflows are different. Some things are easier with SVN others with Git. I like pull-requests a lot. They allow you to contribute to a project without having direct commit access. The equivalent in SVN would be sending patch files.


  2. 43 minutes ago, Vincent Parrett said:

    I do the same thing when switching themes, but haven't tried this. I wonder how it will go with moving the window from one monitor to the other with different dpi's. At the moment it's terrible, flickers and stops moving for a few seconds.
     

    Kiriakos' suggestion works fine. The window is still unresponsive for a few seconds, but at least the flicker is gone.


  3. Hi Folks,

     

    I've got two 24" monitors with different resolutions:

    1. 2560x1440 -> 122ppi
    2. 1920x1080 -> 92ppi

     

    Application is set to per-monitor-dpi-v2.

    Window's scaling is set to 125% on the WQHD monitor. If it is at 100%, the application doesn't get any dpi-change notifications. They should be called "windows scaling change notifications". 😏

     

    When I move the application window between the monitors, there is a lot of flickering going on until all controls are redrawn. Depending on the number of controls, this can take a "while".

    Is there a way to avoid this visible flickering, in order to get a smoother transition between monitors?

     

    Just for laughs: switch your monitor scaling between 100% and 125% with the IDE window open... 😈


  4. 17 hours ago, pyscripter said:

    And to answer the original question, you would need to manually adjust the Titlebar colors every time there is a style change.  This is probably how the IDE styles its TitleBarPanel.  

    The joke is: There is a "SystemColors" checkbox, but obviously Emba decided not to call StyleServices.GetSystemColor(), so I had to turn it of and tried to adjust the titlebar colors manually.

    This works, sort of, but the windows border color is not the style's border color anymore. So this has to be set manually as well...


  5. 25 minutes ago, Stefan Glienke said:

    Ok, then probably some incompatibility - please report if it ever occurs again with 1.1.9.0

    Maybe compiling with 10.4.1 has fixed the issue? I'll update my GExperts sources and build the dll. Let's see if it works afterwards.


  6. 1 hour ago, Stefan Glienke said:

    3. Obviously my UI is not good enough as I get this question quite often - however reading the tooltips will reveal this option - the second button from the left (the "fast forward" one) has 2 options in one - if there is no test selected it does "discover tests" - that is it runs the project but tells the framework to not execute every testcase - and thus gets all of them as skipped - if any test is selected it changes to "run selected tests". Long story short - simply hit that button and it collects all tests without actually executing them which is then an almost instant action.

    It's hidden functionality, which is not intuitive. I had to explain it to every colleague, so you probably only saw the tip of the iceberg.

    You already change the hint, once tests are selected. Why don't you also change the Icon accordingly to indicate that the functionality has changed? I can try to design an icon that fits in with the others.


  7. 1 hour ago, FPiette said:

    IMO it is an issue of third party add-on. Contact the producer/author/seller.

     

    They might be following this thread already. 😉

     

    Considering the fact that only the IDE has changed and that the same third pardy add-ons didn't cause exceptions in 10.4.0, it may also be the case that the add-ons uncover problems of the IDE.

    • Sad 1
×