Friday 9 October 2020

TWebModule could be a lot better

I've been using TWebModule on a project this year and even though it does what I want it to it is a bit rubbish when there are a lot of actions. It would be nice for it to do the following:

  • Remember the position of the actions form, I always have to move it to select the object inspector.
  • With over one hundred actions in there is would be useful to have a search option, filters (maybe for 'get' and 'post' methods) and sort options in the header. This would make it a lot easier to locate the action in the list.
  • Right click option, or double click to go to the 'OnAction' code.
Not sure if many other Delphi developers use TWebModule or if there is a better alternative. 

2 comments:

  1. Please have a look at https://github.com/stijnsanders/xxm#xxm

    ReplyDelete
  2. and https://synopse.info/files/html/Synopse%20mORMot%20Framework%20SAD%201.18.html#TITL_108
    and https://github.com/marcocantu/DelphiRazor

    ReplyDelete