topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday March 19, 2024, 1:14 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: FBSL - A brand new FBSL code editor  (Read 12984 times)

Gerome

  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 154
    • View Profile
    • Get my Freestyle Basic Script Language + compiler!
    • Donate to Member
FBSL - A brand new FBSL code editor
« on: March 09, 2006, 05:59 PM »
Hello!

FBSL v3 has a brand new code editor!

This brand new version is now capable of :
- checking your typos at runtime!
- exporting your script in HTML



Enjoy ;)
Yours,
(¯`·._.·[Gerome GUILLEMIN]·._.·´¯)
http://www.fbsl.net [FBSL Author]
http://gedd123.free.fr/FBSLv3.zip [FBSL Help file]
(¯`·._.·[If you need help... just ask]·._.·´¯)
« Last Edit: October 04, 2006, 02:57 AM by Gerome »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: FBSL - A brand new code editor
« Reply #1 on: March 09, 2006, 06:11 PM »
cool.

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: FBSL - A brand new code editor
« Reply #2 on: October 01, 2006, 05:57 PM »
I've looked, but I haven't seen any reviews about the best coding editor or was the "Best Text Editor" review (BTW - Great article :Thmbsup:) supposed to address this?

CJ
« Last Edit: August 06, 2010, 08:28 PM by CodeTRUCKER »

app103

  • That scary taskbar girl
  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 5,884
    • View Profile
    • Donate to Member
Re: FBSL - A brand new code editor
« Reply #3 on: October 01, 2006, 08:31 PM »
I've looked, but I haven't seen any reviews about the best coding editor or was the "Best Text Editor" review (BTW - Great article :Thmbsup:) supposed to address this?

CJ

Something like that would depend on the language you are programming in and other factors.

I can't see the best editor for something like Python or Perl as also being the best for Delphi.

Gerome

  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 154
    • View Profile
    • Get my Freestyle Basic Script Language + compiler!
    • Donate to Member
Re: FBSL - A brand new code editor
« Reply #4 on: October 02, 2006, 02:41 AM »
Hello,

I've looked, but I haven't seen any reviews about the best coding editor or was the "Best Text Editor" review (BTW - Great article :Thmbsup:) supposed to address this?

CJ

Something like that would depend on the language you are programming in and other factors.

I can't see the best editor for something like Python or Perl as also being the best for Delphi.

1/ Eclecta's editor is 100% realized and coded with FBSL v3 and FOR editing Fbsl code.
2/ Its source code is also available into latest Fbsl setup
3/ If you want Eclecta's editor can be used for any other language, you just have to edit its INI file and replace Fbsl keywords by your favourite language.
4/ If anyone wants to make a review of this editor, feel free, it can be interesting to read about it :)
Yours,
(¯`·._.·[Gerome GUILLEMIN]·._.·´¯)
http://www.fbsl.net [FBSL Author]
http://gedd123.free.fr/FBSLv3.zip [FBSL Help file]
(¯`·._.·[If you need help... just ask]·._.·´¯)

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: FBSL - A brand new code editor
« Reply #5 on: October 02, 2006, 10:54 PM »
Hi Gerome

Welcome to Cody's Home!
BTW -  What is FBSL mainly about?

I have tried coding in some MS tools, but after what Bill and the Gang recently pulled, I'm leary of them.

Looking forward to some dialog...
Calvin
« Last Edit: August 06, 2010, 08:31 PM by CodeTRUCKER »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: FBSL - A brand new code editor
« Reply #6 on: October 02, 2006, 10:59 PM »
you might try python or java if you don't want to get locked into MS pathway,
or c# instead of c++ if you dont mind being largely locked into MS (since there is a potential .net solution for *nix call Mono).

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: FBSL - A brand new code editor
« Reply #7 on: October 02, 2006, 11:22 PM »
Thanks.  I really want to keep things straightforward.  I even like the simplicity of a text editor.
« Last Edit: August 06, 2010, 08:33 PM by CodeTRUCKER »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: FBSL - A brand new code editor
« Reply #8 on: October 02, 2006, 11:27 PM »
i would recommend you not try to use a text editor.
choose a language and use an IDE specifically made for that language.

if you want to try your hand at c and c++, try the free dev-c++ (http://www.bloodshed.net).
otherwise find an ide for your language of choice.

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: FBSL - A brand new code editor
« Reply #9 on: October 03, 2006, 12:55 AM »
I've dabbled in the C++, but I can't make my mind up that I have the time (or dedication) to use it.  :-\   Thanks for the link, though.
« Last Edit: August 06, 2010, 08:38 PM by CodeTRUCKER »

moerl

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 404
    • View Profile
    • Donate to Member
Re: FBSL - A brand new code editor
« Reply #10 on: October 03, 2006, 01:05 AM »
What language are you going to be coding in? Once you know that, it's easier to look for a suitable IDE.
Then again if all you're looking for is a solid list of possible editors/IDEs, knock yourself out here: http://www.answers.c...lopment-environments

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: FBSL - A brand new code editor
« Reply #11 on: October 03, 2006, 01:47 AM »
Wow nice list!  I'm considering some candidates, but I'd like to get some feedback from some users.
« Last Edit: August 06, 2010, 08:39 PM by CodeTRUCKER »

moerl

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 404
    • View Profile
    • Donate to Member
Re: FBSL - A brand new code editor
« Reply #12 on: October 03, 2006, 02:04 AM »
Instead of waiting to hear from somebody who's used it.. why don't you install a trial version of it and check it out for yourself? In the end, you'll be the judge anyway :) Good luck.

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: FBSL - A brand new code editor
« Reply #13 on: October 03, 2006, 02:33 AM »
Yes, that is the best way.
« Last Edit: August 06, 2010, 08:41 PM by CodeTRUCKER »

Gerome

  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 154
    • View Profile
    • Get my Freestyle Basic Script Language + compiler!
    • Donate to Member
Re: FBSL - A brand new code editor
« Reply #14 on: October 03, 2006, 02:45 AM »
Try this excellent one : CodeBlocks
The open source, cross platform Free C++ IDE

DevCPP is a little bit outdated compared to codeBlocks, and there are nightly builds that are really tested and also excellent!
Yours,
(¯`·._.·[Gerome GUILLEMIN]·._.·´¯)
http://www.fbsl.net [FBSL Author]
http://gedd123.free.fr/FBSLv3.zip [FBSL Help file]
(¯`·._.·[If you need help... just ask]·._.·´¯)

CodeTRUCKER

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,085
    • View Profile
    • Donate to Member
Re: FBSL - A brand new code editor
« Reply #15 on: October 03, 2006, 03:00 AM »
Thanks, Gerome.  I don't know that "[fill in the blank]++" is my forte, but I'll dip my toe in the water and see. ;)
« Last Edit: August 06, 2010, 08:44 PM by CodeTRUCKER »

Gerome

  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 154
    • View Profile
    • Get my Freestyle Basic Script Language + compiler!
    • Donate to Member
Re: FBSL - A brand new FBSL code editor
« Reply #16 on: October 04, 2006, 03:00 AM »
Hi Gerome
...
BTW -  What is FBSL mainly about? 
...
Looking forward to some dialog...
Calvin

Here you'll find summary informations about my product : http://gedd123.free....es/what_is_fbsl.html
Yours,
(¯`·._.·[Gerome GUILLEMIN]·._.·´¯)
http://www.fbsl.net [FBSL Author]
http://gedd123.free.fr/FBSLv3.zip [FBSL Help file]
(¯`·._.·[If you need help... just ask]·._.·´¯)