AurelEdit v0.6 for FreeBasic

User projects written in or related to FreeBASIC.
Post Reply
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

AurelEdit v0.6 for FreeBasic

Post by aurelVZAB »

Hello to all !
I finally decided to make AurelEdit code editor or if you like simple IDE
for coding in FreeBasic.
This is just first testing version so feel free and comment.
here is download link:

screenshot:
Image
Last edited by aurelVZAB on Mar 13, 2023 7:39, edited 1 time in total.
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: AurelEdit v0.6 for FreeBasic

Post by aurelVZAB »

Hi
anyone maybe tried?
Tolo68
Posts: 105
Joined: Mar 30, 2020 18:18
Location: Spain

Re: AurelEdit v0.6 for FreeBasic

Post by Tolo68 »

Hello Aurel, it seems like a good job!!!. As soon as I can I download it and try it. Thank you!!!!
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: AurelEdit v0.6 for FreeBasic

Post by aurelVZAB »

Thanks...
if you find some bugs or wrong let me know
:)
oyster
Posts: 274
Joined: Oct 11, 2005 10:46

Re: AurelEdit v0.6 for FreeBasic

Post by oyster »

sorry to ask, but what is the feature of AurelEdit, especially, unique feature?

Thanks
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: AurelEdit v0.6 for FreeBasic

Post by aurelVZAB »

simple,quick and portable..
there is no special features
Imortis
Moderator
Posts: 1923
Joined: Jun 02, 2005 15:10
Location: USA
Contact:

Re: AurelEdit v0.6 for FreeBasic

Post by Imortis »

aurelVZAB wrote: Sep 24, 2022 5:35 simple,quick and portable..
there is no special features
I think that can be a special feature in and of itself. That is what people liked about the old QB IDE. By the way: I finally got around to testing it. It works really well. Thanks for sharing it.
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: AurelEdit v0.6 for FreeBasic

Post by aurelVZAB »

I am glad that work :)
and thank you Imortis for trying !
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: AurelEdit v0.6 for FreeBasic

Post by aurelVZAB »

I found ugly bug i forgot to fix it
it is with command line
FB need one blank space after switch so
"-s gui" + " " ...then work properly :)
BasicCoder2
Posts: 3906
Joined: Jan 01, 2009 7:03
Location: Australia

Re: AurelEdit v0.6 for FreeBasic

Post by BasicCoder2 »

@aurelVZAB

An attractive editor. Unfortunately although I extracted the zip into my FreeBASIC folder it couldn't find fbc.exe

I never really understood all that path setting business which became less clear with each incarnation of windows.

I am using Windows 10
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: AurelEdit v0.6 for FreeBasic

Post by aurelVZAB »

hi BasicCoder2
i apologize ..for not give some instruction
but i hope that with given images should be easy


STEPS:
1.
Image

2.
Image
Last edited by aurelVZAB on Mar 13, 2023 7:40, edited 1 time in total.
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: AurelEdit v0.6 for FreeBasic

Post by aurelVZAB »

Link to editor deleted .
Last edited by aurelVZAB on Mar 13, 2023 7:41, edited 1 time in total.
Avata
Posts: 102
Joined: Jan 17, 2021 7:27

Re: AurelEdit v0.6 for FreeBasic

Post by Avata »

aurelVZAB wrote: Jan 03, 2023 11:43 Anyone Interested in this simple editor ?
if not ..let me known?
I think that the VisualFBEditor viewtopic.php?t=27284 is simple and powerfull editor. you can find the source code in github https://github.com/hustbeef/VisualFBEditor.
Please try and testing the VisualFBEditor.
Xusinboy Bekchanov
Posts: 783
Joined: Jul 26, 2018 18:28

Re: AurelEdit v0.6 for FreeBasic

Post by Xusinboy Bekchanov »

Avata wrote: Jan 03, 2023 12:50
aurelVZAB wrote: Jan 03, 2023 11:43 Anyone Interested in this simple editor ?
if not ..let me known?
I think that the VisualFBEditor viewtopic.php?t=27284 is simple and powerfull editor. you can find the source code in github https://github.com/hustbeef/VisualFBEditor.
Please try and testing the VisualFBEditor.
He tried it. This is his own simple IDE, so this suggestion is not relevant here.
aurelVZAB
Posts: 666
Joined: Jul 02, 2008 14:55
Contact:

Re: AurelEdit v0.6 for FreeBasic

Post by aurelVZAB »

Yes it is my own editor and i already tried Xusinboy editor

well it is lot of work ..and I appreciate that
Post Reply