Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 01/24/21 in all areas

  1. c0d3r

    My Delphi IDE Editor themes

    Nature: The brick red represents: Flowers, The green: Forest, the orange/yellow: Moon/Sun, the cream white: Clouds, the dark blue background: Deep ocean, the light green (blueish, used for comments) : Rivers. the brown white space: earth. the Sky blue brace pair highlight: The Sky. The red error lines: Fire. File: c0d3r-YW-Nature.theme.xml
  2. Some one is asking for my themes, so I thought its better to create a new post to benefit any one who like them, I called them "Nature" themes, one Nature original theme and one Nature Warm theme, you may use Delphi IDE theme editor (https://github.com/RRUZ/delphi-ide-theme-editor) to apply them: Please click Like if you enjoy it. Nature warm (based on my Nature original theme): File: c0d3r-YW-Nature-warm.theme.xml
  3. Dear visitors, I like to notify you that new version of NextSuite is available. This update was focused on advanced styling of NextGrid and inplace editors, and improvements on HighDPI support: NextSuite includes always growing set of VCL components. Most important components are: NextGrid6 (StringGrid/ListView replacement, written from scratch). NextDBGrid6 (Db variant of the grid) NextInspector6 - An object inspector component.   and many more.  Few screenshots:      Download big demo project from: http://www.bergsoft.net/downloads/vcl/demos/nxsuite6_demo.zip
  4. No, not using a standard TPopupMenu. The menu loop is being handled by Windows (via the TrackPopupMenu API function) and you do not have any control of how it behaves - and that's how it should be; Altering the behavior of something like a menu just leads to poor usability. The fact that you've had to resort to keyboard & mouse hooks should be a hint that they don't want you messing with it. I suggest you display a non-modal form instead. You can easily make that behave like a popup menu, with your custom behavior, without raping the system.
  5. @emailx45 what are you talking about? Do you have to flood every thread with some irrelevant google translated sh*t?
  6. The fact that you regard this topic as important. That you feel it's important to count errors beyond one. The fact that sometimes delphi emits two warnings for the same issue. None of these things matter.
  7. The complete lack of perspective here is breathtaking.
  8. Leaving aside my sarcastic response above, I think a majority of Delphi users will not regard this as an issue. What happens here is that the compiler reaches a point where the errors which have been encountered so far mean that it decides to abort compilation of this unit. And it reports that decision as an error. It's been this way since the dawn of time. Nobody, but nobody, cares about precisely how many errors there are in their code. There are two states that matter: The code has no errors. The code has some errors. Were the compiler to do what you ask, and not write the "cannot compile unit" error, and report a single error, you would not know that there was but a single error. Because the compiler had given up and any errors that are present in the code which follows the point at which the compiler aborted, would not be counted. It is useful for the compiler to report counts of hints and warnings, since these values are meaningful. Counts of errors are, as I have shown above, are not. That this even has to be explained astounds me.
  9. MiTeC Project Maker 1.2 released * Fixed CPU affinity adjusting for compiler process + Added Code signing properties to Bulk set More information here
  10. c0d3r

    Customizing source editor

    I liked mine a lot with Ubuntu mono font:
  11. I have found this very NICE and USEFUL Quality Report (posted by a colleague): Please improve the Tool Properties (Tools -> Configure Tools... -> Tool Properties): • Please add a Shortcut edit-box. This would allow starting an IDE tool with a Keyboard Shortcut. This would be very useful! • Please allow creating a toolbar icon from an IDE Tool. This could be done in the same way as in the Toolbar Customize dialog: By dragging a command icon from the IDE Tool dialog to the IDE Toolbar. This would be very useful! Please vote for this, as it would be a very useful improvement: https://quality.embarcadero.com/browse/RSP-27285
×