suggestions

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
richard14110
Posts: 2
Joined: Nov 11, 2007 1:50

suggestions

Post by richard14110 »

Post deleted by author.
Last edited by richard14110 on May 23, 2012 2:19, edited 1 time in total.
h4tt3n
Posts: 698
Joined: Oct 22, 2005 21:12
Location: Denmark

Re: suggestions

Post by h4tt3n »

richard14110 wrote:Not to be negative, but looking at FB... I see...
1. A command prompt.
2. Small white letters.
3. No syntax highlighting

Please make FB more appealing. I expected FB to at least look like a word document.
well, not to be negative, try out one of the freebasic IDE's. FBedit for example is very customizeable, I bet you can make your code look like a word document in that.

Cheers,
Michael
vdecampo
Posts: 2992
Joined: Aug 07, 2007 23:20
Location: Maryland, USA
Contact:

Post by vdecampo »

Not to be negative, but looking at FB... I see...
1. A command prompt.
2. Small white letters.
3. No syntax highlighting
1. Yes. Whats the problem?
2. That is what command prompt mode uses.
3. Is it supposed to? I don't think so.

FreeBASIC is a compiler. Not an IDE. There are plenty of IDEs that you can use for FreeBASIC development. Check out FBEdit,FBIde, and more I'm sure.

With a little effort on your part, you will be coding in FB in no time.

Cheers!
-Vince
darryl seamans
Posts: 14
Joined: Nov 14, 2008 5:58
Location: USA

Re: suggestions

Post by darryl seamans »

richard14110 wrote:Not to be negative, but looking at FB... I see...
1. A command prompt.
2. Small white letters.
3. No syntax highlighting

Please make FB more appealing. I expected FB to at least look like a word document.

Also:

Try to make FB an Integrated Development Environment that supports Rapid Application Development.

1. FB needs a Graphical User Interface editor with many of the most common forms included.
2. FB needs a powerful debugger.

Online browser support:

3. Perhaps a strong Application Programming Interface to support applications made with FB, on a built-in server (as if they were java applets or flash objects). This would allow websites to have FB applications.
4. If people decide not to have an API, then at least have some codes that can be copied and pasted onto an HTML, XHTML, java, or flash editor of some kind. There should be FB applications that should not require any downloading.
This represents a lot of work, at least #1, #3 and #4. As for #2, i use gdb. It isn't pretty but it is very powerful. If you're using DOS there's always RHIDE's rhgdb debugger available from delorie.com. It may bet a bit awkward (seems variable names need to be entered all caps regardless of the case in the Watch window) but it resembles Borland's old Turbo Debugger in functionality and appearance. I don't use FB for Windows much so I can't speak for that platform's availability, but others can and seem to be happy with their editors and IDEs.
Deleter
Posts: 975
Joined: Jun 22, 2005 22:33

Post by Deleter »

I think you meant:
1) Fb needs more coders using it and producing useful apps
2) Fb needs less complainers...
Eponasoft
Posts: 264
Joined: Jul 26, 2007 2:40

Post by Eponasoft »

Do people forget, or do they just simply not know, that FB itself is a compiler and nothing more?
McLovin
Posts: 82
Joined: Oct 21, 2008 1:15
Contact:

Post by McLovin »

I suspect that a lot of people find this project and expect it to have an IDE like QB45 or a visual designer like Visual Basic. They don't make a distinction between a "compilier" and an "IDE". When they get to a command prompt it can be overwhelming for novice programmers.

----
Fogell
Pete
Posts: 137
Joined: May 27, 2005 11:14
Contact:

Post by Pete »

This is a very, very good point. If FB were more user friendly "out of the box," I'm sure that there would be a LOT more adopters, resulting in a lot more programs being released and a lot more activity in the community.

As it stands, there are no FB coders whose first language is FB. They're all people who already know BASIC, know about compilers, etc. -- and mostly because they learned on QB.

QB is outdated, but it is still the perfect beginners' language mostly because of the incredible IDE. Despite some valiant efforts, FB doesn't have anything that compates!
Antoni
Posts: 1393
Joined: May 27, 2005 15:40
Location: Barcelona, Spain

Post by Antoni »

The FBEdit Bundle is a package regularly updated and as easy to use as QB ide
http://cid-a71ec066eae89ef9.skydrive.li ... nstall.exe
Post Reply