Skip to content

CherryDT/FbEditMOD

Repository files navigation

FbEditMOD (Cherry Version)

By David "Cherry" Trapp (http://cherrytree.at)

Original FbEdit repository by KetilO: http://sourceforge.net/projects/fbedit/
FbEditMOD repository set up by St_W with many changes by ur: https://svn.freebasic-portal.de/svn/fbedit/

FbEditMOD (Cherry Version) is a fork of FbEditMOD which is in turn a fork of FbEdit. The original author of FbEdit is Ketil Olsen (KetilO).

FbEdit is an IDE for FreeBasic on Windows with many features such as:

  • Syntax higliting
  • Themes
  • Visual dialog editor
  • Custom controls
  • Code complete
  • Code tooltip
  • Smart indent
  • Auto block complete
  • Auto case convert
  • Add-ins
  • Projects
  • Templates
  • Flexible build options

Thread on FreeBasic.net forums: http://www.freebasic.net/forum/viewtopic.php?f=8&t=13932
Original homepage on archive.org: http://wayback.archive.org/web/20101221023849/http://oby.ro/rad_asm/fbedit/index.html

Build

Theoretically, all you would have to do is change Make.ini and run Make.bat, but I had a lot of problems doing that myself and did various changes to make it work. It is possible, though, that it now doesn't work for some others.

If you just want to use a precompiled version, you can get it here: https://github.com/CherryDT/FbEditMOD/releases/ (You will need to customize some things in the FbEdit.ini file though. Please also read the top entries in Changelog.txt.)

License

Original license by KetilO:

SOFTWARE AND SOURCES CREATED BY KetilO CAN BE USED IN ANY WAY YOU SEE FIT.
FOR OTHER SOFTWARE AND SOURCES, CHECK WITH THE INDIVIDUAL CONTRIBUTOR.

For my changes added in v1.0.7.8a, please see LICENSE.Cherry.txt.

Disclaimer

THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.