dwscript
How to obtain the line numbers of executable lines from DWScript context map or symbol table
I am writing an IDE to use with Delphi DWScript开发者_开发问答 and now have a simple debuggable script. I now want to highlight the executable lines in my source (like the blue dots at the left of the[详细]
2023-04-01 00:32 分类:问答Delphi Web Script: How to Debug a specific Script Function
Thanks to TdwsDebugger I can debug a complete script using: Debugger := TdwsDebugger.Create(nil); Debugger.BeginDebug(Execution);[详细]
2023-03-29 14:50 分类:问答Help with integrating latest Delphi Web Script (DWS) with SynEdit
I decided to have a concerted effort to get the excellent DWScript (Delph Web Script DWS) integrated into a simple IDE using SynEdit. DWScript is currently being agressively developed and has a number[详细]
2023-03-25 14:25 分类:问答Does dwscript support operator overloading
I know dwscript has operator overloading for compound operators += etc. I would like to have operator overloading for +, - etc as well for use in addition, multiplication etc. of matrix objects.[详细]
2023-03-09 15:39 分类:问答DWScript uses clause
I\'ve hit a wall with DWScript trying to \"use\" other 开发者_JS百科units example: uses utils, qusers;[详细]
2023-03-05 01:38 分类:问答Delphi Web Script: How to call a Script Function from Delphi Code within an Execution Context?
Imaging this scripting code: procedure A; begin CallToDelphi; end; procedure B; begin // do something end; I have exposed the procedure \"CallToDelphi\" to the script. So when it is called, I\'m b[详细]
2023-03-04 23:03 分类:问答ASP.NET MVC2 - Render a View as a String
How do you render a view as a string from a controller in MVC 2? In MVC 1, I used CaptureActionHtml. I\'m having the same problem with it as a sim开发者_JS百科ilar question, but is there a way to do[详细]
2022-12-28 14:20 分类:问答