Jump to content

Edwin Yip

Members
  • Content Count

    430
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Edwin Yip

  1. Edwin Yip

    TEdit with enhanced keyboard support?

    But followed this HeidiSQL discussion this approach seems to be too issue-introducing...
  2. Edwin Yip

    TEdit with enhanced keyboard support?

    Did a full text search of `SHAutoComplete` into my repositories and I couldn't believe I already have (but forgotten) a TEdit-derived control which already uses this trick, the code looks like: [UIPermission(SecurityAction.LinkDemand, Window=UIPermissionWindow.AllWindows)] procedure TEyEdit.CreateWnd; begin inherited; //enable ctrl+backspace: http://stackoverflow.com/a/10305706/133516 SHAutoComplete(Self.Handle, SHACF_AUTOAPPEND_FORCE_OFF or SHACF_AUTOSUGGEST_FORCE_OFF) end;
  3. Edwin Yip

    TEdit with enhanced keyboard support?

    To be specific, which component?
  4. Edwin Yip

    RTF components or simple RTF editor?

    But SynEdit doesn't even perform line breaking correctly... Quite a showstopper...
  5. Edwin Yip

    RTF components or simple RTF editor?

    why not just use TRichEdit? On the other hand, TJvRichEdit of the JVCL package is an enhanced rich editor.
  6. As demonstrated in the following animated GIF, it's very convenient to be able to quickly switch between the 'editor maximized' mode and 'editor with sidebars (Inspector, MMX, etc)' mode in the IDE, by double clicking on the editor tabs. I'm not sure since which version this feature was introduced, but at least it exists in my XE4. The question - how to make it even more convenient by allow us to press a shortcut and perform the above mode switch? Is there a built-in hotkey for that? if not, there is an IDE plugin that does this? Thanks!
  7. And middle click can close Chrome tabs, which I also didn't know before
  8. You are right, seems to be a feature of DDevExtensions.
  9. That works! I didn't know middle click can close the file! Thanks Anders!
  10. Yes, I have DDevExtensions installed, and I don't really remember if it's not installed the current editor tab double click action will still work or not. In a perfect world, I want to use the CNPack's editor double click action (close the file), and use a keyboard shortcut to invoke the editor zooming action. Yes, in a perfect world :)
  11. I think the main factor is the background color of the editor, right? That nice green color really eases my eyes and I've not changed that since the first day I started enjoy using it. @David Hoyle like the same color too, IIRC :)
  12. Thanks for the explanation Anders, but it's definitely not what I meant, what I mean is demonstrated in the attached animated gif below.
  13. Sorry, not sure I understand you, but [Alt]+V E opens the 'Templates' sidebar [Alt]+[Space] X does complete the 'XSAVE_FORMAT’ symbol in the unit I tried.
  14. @dummzeuch, you might know something about this? :D
  15. You might misunderstood my question. Yes, CNPack can change the behavior from 'maximizing/restoring the editor area' to 'closing the editor file', and I don't enable that CNPack option. My question is not that maximizing/restoring the editor area is not working, it works. what I ask is - can I press any keyboard shortcut to invoke the 'maximize/restore editor area' function?
  16. @Vandrovnik, thanks. I work in docked mode, and F5 doesn't work
  17. Well done! BTW, why don't put it in a github repository as usual?
  18. I use both git and svn. Actually, I mean, VCS for developers, solo or a team, is a must-have like IDE.
  19. It's 2020, not sure if this topic is still worth discussing :)
  20. In case you didn't know - https://github.com/EtheaDev/IconFontsImageList can scale the icons to any size losslessly, but it depends on icon fonts such as Material Icons.
  21. I know, but once I used a boxshot designing tools that provides a lot of ready-made template and shapes, which makes it very easy to produce professional-looking result. Tools make a difference tool.
  22. @Bill Meyer My first time hear about Affinity Designer, did a google and it seems to be very powerful with an affordable price tag. But I'm out of curiosity - do you have any design background to be able to make professional-looking icons? Or is Affinity Designer that user friendly to be able to enable a programmer to make good looking icons? Thanks.
  23. Can you list all of them? Have you tried the relatively new SVGIconImageList ?
×