Jump to content

Stano

Members
  • Content Count

    867
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Stano

  1. Stano

    Customizing source editor

    The rest of the user interface can also be customized. It's just more work. Background, font ... I remembered trying it. It didn't suit me. The dark theme suits me perfectly. My eyes don't complain.
  2. Um, the basic rule: always check the input arguments! This is from a wise book
  3. Stano

    Customizing source editor

    I used the Delphi IDE Theme Editor until they added a dark theme to Delphi. They allegedly implemented it in Delphi. Well thank you
  4. Stano

    Customizing source editor

    Yes. I can't get to that. It will help me decide whether to go for it. I don't see Gross Green anywhere.
  5. Stano

    Customizing source editor

    Green literally heals the eyes. Please take a screenshot and drop here. I don't know how to get to the Grass Green background. Well thank you. I saw the best color rendering in the black and white era. They were French monitors. The base was brown-yellow and the font yellow. It was a pleasure to look at them.
  6. Stano

    Customizing source editor

    Me too? I had in mind during the programming and in one place.
  7. Stano

    Customizing source editor

    They don't all show up at once
  8. Stano

    Footman

    procedure TfrmOptions.SpeedButton1Click(Sender: TObject); begin // frmMain.mruDB.ShowPath := chbMRUPath.Checked; ModalResult := mrOK; end;
  9. Stano

    Footman

    Use help first. Place the cursor in / on the (caFree) keyword and press F1 Close = Self.Close = FormAbout.Close = onFormClose
  10. Stano

    Filter on InternalCalc field

    Basic information. Type of Database?
  11. Stano

    Footman

    Where is the published code from? Own? Probably not. Do you have experience with programming? If so, which ones? In any case, I very hard recommend you http://docwiki.embarcadero.com/Libraries/Sydney/en/Main_Page
  12. I have these basic rules procedure name - verb. It expresses what the procedure does. He always has to do only one thing! function name - noun. It expresses what it will actually return names of routine argument - must express their purpose It's nothing special if I rename something 5 times
  13. Stano

    Customizing source editor

    ť -> ť. ď -> ď.
  14. Stano

    Customizing source editor

    I think that's a side effect of fixes for this problem: I kind of don't understand that. It does not matter. E.g. if you are using my dzeditorlineendsfix tool. I do not use it. I did an experiment and tried different fonts. The trailing character is always the same. Each time at the full height of the line. The Courier New I use is probably the highest. It's not something I really need. I close my problem.
  15. Stano

    Customizing source editor

    The question was: Can it be changed? I mean size of the trailing character.
  16. Stano

    Customizing source editor

    I would like the line breaks to be displayed. But that huge beast discourages me. Can it be changed?
  17. I also highly recommend the book "Code Complete 2nd Edition by Steve McConnell"
  18. Stano

    Delphi Code-Insight problems

    I'm so sorry. I made a mistake I have 10.4.1. I've already been notified.
  19. Stano

    Delphi Code-Insight problems

    The update to version 10.4.2 will help in part
  20. Whether this is in fact your bottleneck in the program.
  21. Stano

    Delphi Code-Insight problems

    Um, for me, it's crap
  22. The AnsiString function is now in two units. The new unit is System.AnsiStrings. Further, let them be competent to do so. I'm not him! The change of unit helped me.
  23. Stano

    grid with expandable area below each row?

    VirtualStringTree? I don't know DevEx Quantum Grid or similar components. I can't judge.
  24. Stano

    Call stack does not show source unit code

    I would delete the other files first. dproj last.
  25. Stano

    Unfixed bug in Sydney

    And every night go to sleep with disturbed nerves
×