Quantcast
Channel: VFPX
Viewing all articles
Browse latest Browse all 3798

Updated Wiki: FoxcodePlus

$
0
0

38209 FoxcodePlus

Visual Studio like extensions to Visual FoxPro IntelliSense.

38236

Note: this project has moved to GitHub: https://github.com/VFPX/FoxCodePlus

Project Manager: Rodrigo Bruscain

The FoxcodePlus project is designed to bring new IntelliSense features found in Visual Studio to the Visual FoxPro IDE through code written in Visual FoxPro to the Windows API and a FLL. The list of features is quite extensive, more than 30 new features at least:
  • Incremental IntelliSense for functions, commands, vars, constants and so on.
  • Variables at write-time.
  • List of variables at write-time.
  • Constants at write-time including constants invoked by #INCLUDE MyFile.H
  • Tables at write-time and run-time also included tables from DataEnvironment in Forms and Reports.
  • Fields at write-time and run-time.
  • Selecting a table with the command "Select" or all commands with the clause "IN".
  • Windows APIs at write-time and run-time.
  • Functions and Procedures at write-time.
  • Classes at write-time.
  • Properties at write-time.
  • Methods and Events at write-time.
  • Support for _MemberData property indicating that the property with the capitalization.
  • Summary Tooltip for functions, procedures, methods and events.
  • Classes objects at write-time.
  • WITH...ENDWITH with nesting infinity for any class or instantiated object at write-time and run-time.
  • Objects instantiated in memory.
  • Incremental Shortcut to controls in Form and Class Designer.
  • Replacement of native IntelliSense in Form and Class Designer.
  • New IntelliSense for some commands.
  • Code snippets for commands and functions.
  • Intellisense at write-time for objects created using the functions CreateObject(),CreateObjectEx() and NewObject() invoking a PRG or VCX file.
  • Intellisense for object created by "FOR EACH" at run-time and designer-time
  • Intellisense for Collection object at run-time and designer-time
  • Referencing any object through of a variable at run-time and designer-time
  • Classes and functions invoked by SET PROCEDURE TO in current program and method or in memory.
  • Classes invoked by SET CLASSLIB TO...
  • Help pressing F1 when intellisense is opened in current item.
  • Documenting properties in PRG files with custom tooltip as a summary.
  • Error List window.
  • Error Tip for some run-time erros at write-time.
  • SQL Intellisense for connected database for SELECT, INSERT, UPDATE and DELETE instructions.


38236

vfpxicon.pngNew features FoxcodePlus (Beta 3.13.2)

NEW: SQL Intellisense (inside the TEXT...ENDTEXT block) for connected database. (Page 24 to 27)
Tested with MS SQL Server.
a) Support for SELECT, INSERT, UPDATE and DELETE instrunctions
b) Tables with incremental search in current connected database
c) Table and Alias with incremental searching in currente SQL instruction with the database disconnected
d) Fields with incremental searching in current database connected considering the tables used in currente SQL instruction
e) Fields list from tables and Alias when pressed "." dot
f) IntelliSense for tables/alias pressing SPACE after the clauses FROM, JOIN and INTO

NEW: Intellisense to the command "INDEX ON" (Page 18)
NEW: Now, objects instatied at run-time show more informations in the tooltip. (Page 13)
NEW: Intellisense for object created by "FOR EACH" at run-time and designer-time. (Page 22)
NEW: Intellisense for Collection object at run-time and designer-time (Page 22)
NEW: Referencing any object through of a variable at run-time and designer-time (Page 22)
NEW: FoxCode table update through the merger between native FoxCode and FoxCode provided by FoxcodePlus. (Page 34)
NEW: SET PROCEDURE TO in memory is also considered. (Version 3.13.2 - Page 8 and 9)

FIX: SHIFT+ARROWS, SHIFT+END and SHIFT+HOME behavior not adequate
FIX: "THIS" in containers object in some cases the IntelliSense hasn't load.
FIX: Several fixex (version 3.13.2)

vfpxreleasesmall.pngDownload Latest Release of FoxcodePlus
If you already have installed FoxcodePlus 3.10 or a previous version, you must have to replace the files foxcode.app , foxcodeplus.app and whole directory ...\Foxcodeplus\*.*. Also, it’s necessary to do the step 7. If you have installed 3.11 or 3.12 you only have to replace foxcode.app and foxcodeplus.app.

38236

vfpxicon.pngFoxcodePlus Images (see all images in documentation)

New IntelliSense Manager
fcpIntelliSenseManager.png

fcpIntelliSenseManagerUpdate.png

CreateObject( ), NewObject( ) and CreateObjectEx( )
fcpCreateObject.png

Incremental Intellisense for Constants in #INCLUDE
fcpINCLUDE.png

Signature for custom procedures, functions, methods and events
fcpTooltipParamMethod1.png

fcpTooltipParamMethod2.png

Classes and functions invoked by SET PROCEDURE TO...
fcpSetProcedure.png

fcpSetProcedure_class1.png

fcpSetProcedure_class2.png

fcpSetProcedure_func1.png

Classes invoked by SET CLASSLIB TO...
fcpSetClasslib.png

fcpSetClasslib_class1.png

fcpSetClasslib_class2.png

Error List for Form and Class Designer
fcpErrorlist2.png

_MemberData Property
fcpMemberData2.png

Error Tip
fcpTipError1.png

fcpTipError2.png

fcpTipError3.png

fcpTipError4.png

fcpTipError5.png

fcpTipError6.png

fcpTipError7.png


New Features like in Visual Studio
fcpSummary.png

fcpErrorList.png

fcpVarIncremental.png

fcpShortcutControls.png

fcpConstant.png


Tables and fields
fcpTables.png

fcpFields.png

fcpDataEnvironmentForm.png

fcpDataEnvironmentReport.png

fcpInAlias.png


Objects in memory can be used when VFP is running in background
fcpVFPbackground.png

fcpVFPbackground2.png


Viewing all articles
Browse latest Browse all 3798

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>