This article descripes the usage and the parts of the Jabaco IDE.
Generally description
The term IDE is commonly used in the programming world to describe the interface and environment that we use to create our applications. It is called integrated because we can access virtually all of the development tools that we need from one screen called an interface. The IDE is also commonly referred to as the design environment, or the program.
Component description
The Jabaco / BASIC IDE is designed to maximize programmer productivity by providing tightly-knit components with similar user interfaces.
New Project Dialog
Menu Bar
File-Menu
| Item
| Shortcut
| Description
|
| New Project
| Ctrl + N
| Create a new project
|
| Open Project
| Ctrl + O
| Open an existing project
|
| Save Project
| Ctrl + S
| Save project
|
| Save Project As
|
| Save project to specific folder
|
| Close Project
|
| Close project and set the IDE in startup-mode
|
| Make Project
|
| Compile the project to binary (exe or jar-file)
|
| Exit
|
| Close the IDE
|
Edit-Menu
| Item
| Shortcut
| Description
|
| Undo
|
| ?
|
| Redo
|
| ?
|
| Cut
|
| ?
|
| Copy
|
| ?
|
| Paste
|
| ?
|
| Delete
|
| ?
|
| Print
|
| ?
|
| Find
|
| ?
|
| Find Next
|
| ?
|
| Replace
|
| ?
|
Project-Menu
| Item
| Shortcut
| Description
|
| Start
|
| ?
|
| Start With Full Compile
|
| ?
|
| Procedurestep
|
| ?
|
| Singlestep
|
| ?
|
| Blockstep
|
| ?
|
| Toggle Bookmark
|
| ?
|
| Next Bookmark
|
| ?
|
| References
|
| ?
|
Language-Menu
| Item
| Shortcut
| Description
|
| Generic
|
| Select your language; How to define a new language.
|
Help-Menu
|
|
Toolbar
|
| Itemname
| Description
|
| New Project
| ?
|
| Open Project
| ?
|
| Save Project
| ?
|
| Copy
| ?
|
| Paste
| ?
|
| Print
| ?
|
| Find
| ?
|
| Undo
| ?
|
| Redo
| ?
|
| Start
| ?
|
| Switch to Bookmark
| ?
|
| Add Bookmark
| ?
|
| Remove Bookmark
| ?
|
| Comment Block
| ?
|
| Uncomment Block
| ?
|
| Next Page
| ?
|
| Last Page
| ?
|
|
|
Project Explorer
|
The Project-Explorer
Source Editor
Form Designer
Add File
| Icon
| Description
|
| Form
| ?
|
| MDI-Form
| ?
|
| MDI-Child
| ?
|
| User Control
| ?
|
| Module
| ?
|
| Class Module
| ?
|
| Interface
| ?
|
| Resource
| ?
|
|
|
Properties Window
Form Designer
Source Editor
Toolbox
FindDialog
References
How to use the Jabaco Debugger
How to use the 'Jabaco.xml' in Project-Folder
As discussed at the community forum, you are able to translate Jabaco to your native language, in the XML file format, encoded in UTF-8.
<xml>
<item name="Entry"></item>
</xml>
Related
???
|