?? install.txt
字號:
This installation procedure will set up all the components necessary for the editing and modifying of BASIC IDE in Delphi 6 Personal Edition. This should work for other versions of Delphi as well, though. I have done it so much I probably could do it in my sleep, however some others probably don't want to do all the work that I did to figure out the installation. I am therefore repeating it all here. Enjoy!
Brian C. Becker
Updated and changed by Taj Morton
Installation Instructions:
- Make a folder named Components to store all Delphi components in
- Open Delphi
- Get CodeSense from http://www.ticz.com/homes/users/nlewis/HTML/Software_Development/CodeSense/Download/download.htm
|- Make a folder named CodeSense under the Components folder and unzip the package there
|- In Delphi go Component -> Import ActiveX Control.
|- Hit the Add... Button and Browse to cmcs21.ocx in your CodeSense folder. Hit Open.
|- Hit Install... Go OK. Go Yes to rebuilding dlcusr.bpl.
|- If you get an error about "Field or method identifier expected", go to the line and change this:
property ImageList: IDispatch index 100 read GetIDispatchProp write _SetIDispatchProp;
To This:
property ImageList: IDispatch index 100 read GetIDispatchProp write SetIDispatchProp;
Then go to Window -> Package - dlcusr.dpk.
|- Hit Install. Hit OK to the success message.
|- Go File -> Close All. Save changes to dlcusr.
-Get BrowseDialog from http://web.eject.co.za/raoulsnyman/zips/browsedlg.zip.
|- Make a folder named BrowseDlg in the components folder and unzip browsedlg.zip there
|- In Delphi, go Component -> Install Component...
|- Browse to the BrowseDlg folder and open BrowseDlg.pas
|- Go OK and then _no_ to the rebuilding of dlcusr.
|- Bring up the dlcusr package window (by going to the Window menu and clicking on it) and click the Remove button. Select BrowseDialog.dcr.
|- Click OK and go Yes.
|- Click Install.
|- Go OK to the sucess message.
|- Go File -> Close All. Save changes in dlcusr.
-Get ScrollingCredits from http://web.eject.co.za/raoulsnyman/zips/credits.zip
|- Make a folder called Credits in the Components folder and unzip credits.zip there.
|- In Delphi, go Component -> Install Component...
|- Browse to the Credits folder and open Credits.pas
|- Go OK and then _yes_ to the message about rebuilding dlcusr.
|- Go OK to the sucess message.
|- Go File -> Close All and save changes in dlcusr.
- Get DosCommand from http://torry.net/vcl/system/tasks/doscommand.zip
|- Make a folder named DosCommand in the Components folder and upzip doscommand.zip there
|- In Delphi, go Component -> Install Component...
|- Browse to the DosCommand Folder and open DosCommand.pas
|- Go OK and then Yes to the rebuilding of dlcusr
|- Go OK to the success message
|- Go File -> Close All. Save changes to dlcusr.
- Get RTDesigner from http://basic-ide.sourceforge.net/components/
|- Make a folder named RTDesigner in the Components folder and unzip RTDesign6.0.zip there.
|- In Delphi, go Component -> Install Component...
|- Browse to the RTDesigner folder and open RTDReg.pas
|- Go OK and then Yes to the rebuilding of dlcusr
|- Go OK twice to the sucess messages
|- Go File -> Close All. Save changes to dlcusr.
- Get ToolBar2000 from http://www.jrsoftware.org/files/site2/tb2k.zip
|- Make a folder named ToolBar2000 in the Components folder and unzip tb2k.zip there
|- In Delphi, go Tools -> Environment Options
|- Click the Library Tab and then the ellipsis to add to the Library Path
|- Hit the elipsis there again and browse to the Source folder in the ToolBar2000 folder.
|- Hit OK and then Add, OK, and OK again.
|- Get TBX from http://www.g32.org/files/tbx/tbx-1_9_8.zip
|- Make a folder named TBX in the Components folder and unzip tbx-1_9_8.zip
|- In Delphi, go Tools -> Environment Options
|- Click the Library Tab and then the ellipsis to add to the Library Path
|- Hit the elipsis there again and browse to the TBX folder in the Component folder.
|- Hit OK and then Add, OK, and OK again.
|- Copy the files in the Diff folder under the TBX folder to the Source folder in the ToolBar2000 folder
|- Run _cvs_patch-2_0_14.bat
|- In Delphi, go File -> Open and browse to tb2k_d6.dpk in the Packages folder in the ToolBar2000 folder.
|- Hit Compile then Install
|- Click OK, then File -> Close. Don't save anything
|- Go File -> Open and browse to tb2kdsgn_d6.dpk in the Packages folder in the ToolBar2000 folder.
|- Hit Compile then Install
|- Click OK, then File -> Close. Don't save anything
|- Go File -> Open and browse to tbx_d6.dpk in the Packages folder in the TBX folder.
|- Hit Compile then Install
|- Click OK, then File -> Close. Don't save anything
|- Go File -> Open and browse to tbxdsgn_d6.dpk in the Packages folder in the TBX folder.
|- Hit Compile then Install
|- Click OK, then File -> Close. Don't save anything
|- If you get any errors during this process, go Component -> Install Components and remove any ToolBar2000 components. Then try again
- Get the BASIC IDE from http://sourceforge.net/project/showfiles.php?group_id=62988&release_id=144973. Get the source zip, not the binary.
|- Unzip the package into a folder
|- Finally, go File -> Open and open BASICIDE.dpr
- Edit to your hearts content! :-)
If you have any problems, please place a support request at http://sourceforge.net/tracker/?func=add&group_id=62988&atid=502478. We will try to help you ASAP!
NOTE: All files will soon be mirrored on our sourceforge site in case they dissappear off of their current servers. Check at http://basic-ide.sourceforge.net/components. They will have the same file name as noted above.
End of installation
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -