How to Download and Use JellyFB Editor (formerly JellyFish Pro Editor)
JellyFB Editor is a lightweight, highly efficient integrated development environment (IDE) tailored specifically for developers coding in FreeBASIC. Originally launched and widely recognized as the JellyFish Pro Editor, this classic tool was created by developer Paul Squires to give programmers a fast, distraction-free alternative to bulkier code editors.
Whether you are looking to maintain legacy FreeBASIC code or want a streamlined editor for new lightweight projects, this guide covers how to set up and navigate JellyFB Editor. 🛠️ Step 1: Download JellyFB Editor
Because JellyFB Editor is a legacy development tool, it is no longer hosted on active mainstream app stores, but it remains accessible through dedicated archiving and coding communities.
Official Source Repositories: Navigate to the FreeBASIC Community Forums or trusted software archives hosting legacy programming utilities.
Get the Help Files: Download the companion FreeBASIC help file (fb.chm), which integrates directly with the editor to provide instant context-based code documentation.
Extract the Zip: The software distributes as a lightweight .zip folder. Extract the contents to a dedicated directory on your local drive (e.g., C:\FreeBASIC\JellyFB</code>). 🚀 Step 2: Configure the Editor with FreeBASIC
Before writing code, you must link JellyFB Editor to the FreeBASIC compiler executable so your programs can build and run seamlessly.
Launch the Executable: Open the extracted folder and run the JellyFB.exe or JellyFishPro.exe file.
Set Compiler Paths: Go to the top menu, select Options, and click on Compiler Paths.
Link FreeBASIC: Browse your computer to locate your FreeBASIC compiler directory and select fbc.exe.
Place Documentation: Move the previously downloaded fb.chm help file into the exact same folder as the editor executable to enable built-in lookups. 💻 Step 3: Write and Edit Your Code
The primary appeal of JellyFB Editor is its highly responsive, uncluttered coding environment.
CodeTip Support: The editor features built-in text popups called CodeTips. As you type FreeBASIC intrinsic functions, a small overlay displays the exact syntax parameters required.
Syntax Highlighting: Code elements, strings, variables, and comments automatically color-coordinate for quick readability.
External Language Files: Advanced users can modify the codetips.lng file in the directory to add custom functions or adjust popup definitions. 🔨 Step 4: Compile and Run
JellyFB Editor simplifies compilation by running code directly from the editor window without requiring an external command prompt.
Compile (F5): Pressing F5 automatically saves your active document and sends it to the FreeBASIC compiler.
Automatic Directory Target: The editor sets your working directory right before compiling, ensuring that relative file paths and asset dependencies load correctly.
Error Tracking: If your code contains syntactical issues, compilation errors display in the output window at the bottom of the interface for immediate debugging.
If you want to customize your coding workspace further, let me know! I can provide steps on adding custom syntax themes, configuring advanced compiler switches, or mapping custom hotkeys. JellyFish Pro Editor for FreeBASIC (Version 1.70)
Leave a Reply