VisualFBEditor
VisualFBEditor copied to clipboard
7 feature suggestions
As for the previous question, the compiled EXE is running. If you recompile it, it would be better to prompt whether to terminate the last process.
Question 21: Project:\Examples\Add-In, how to use the plug-in A new plug-in project was created, and the compilation error was: \compiler\bin\win32\ld.exe: cannot open output file ../AddIns/MyAddin (x32).dll: No such file or directory 22. The vbcrlf function cannot be used and this header file vbcompat.bi needs to be quoted. 23. It is best that when the IDE is run for the first time, it will automatically add the opening method of .VFP as fbeditor. 24. You can add the concept of control array, textbox1(index). With the control array, you can write a calculator program with very little code. 25. It is best to add a WINDOWS api list, so there is no need to reference it. What APIs are used in the project? An API list module file will be automatically generated during compilation: Project_api.bas 26. Like VB6, if it supports adding OCX controls, COM DLL references, and TLB file references, it would basically be perfect. 27. It is best to add a module management database with 3 basic fields: module file/module role and function (supports Chinese)/module main function list, which can be automatically searched at any time when needed. For example, if I enter the VBCRlf function, I will be prompted whether I need to quote: vbcompat.bi. The automatic detection function will be added later. If vbcompat.bi does not use any functions, the file will be automatically excluded during compilation. vbcompat.bi vb6Function vbcrlf,**