FreeBasic IDE-poseidonFB(Update 2024.03.03)

User projects written in or related to FreeBASIC.
Post Reply
kcvinu
Posts: 232
Joined: Oct 07, 2015 16:44
Location: Keralam, India

Re: FreeBasic IDE-poseidonFB(Update 2018.04.22)

Post by kcvinu »

Oh yes. My bad, I didnt even tested that. Thats what i wanted. Thanks.
kcvinu
Posts: 232
Joined: Oct 07, 2015 16:44
Location: Keralam, India

Re: FreeBasic IDE-poseidonFB(Update 2018.04.22)

Post by kcvinu »

@kuan Hsu,
Can you make the "Set Custom Tools" window resizable ? Because, I cant see the controls on the right side of the window In my laptop and PC.
fxm
Moderator
Posts: 12085
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: FreeBasic IDE-poseidonFB(Update 2018.04.22)

Post by fxm »

Without going so far as to do a resizable window, I just think that the original window is a little truncated on the right.
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2018.04.22)

Post by Kuan Hsu »

kcvinu wrote:@kuan Hsu,
Can you make the "Set Custom Tools" window resizable ? Because, I cant see the controls on the right side of the window In my laptop and PC.
Same issue about Win 10, see viewtopic.php?f=8&t=23935&start=735#p243141, Win7 or Linux mint are fine...

Please re-download rev.392, I've commited a little fix...^^
kcvinu
Posts: 232
Joined: Oct 07, 2015 16:44
Location: Keralam, India

Re: FreeBasic IDE-poseidonFB(Update 2018.04.22)

Post by kcvinu »

@Kuan Hsu,
Now its ok in Windows 8 32 bit. Will check it in Win 10 64 bit today. And thanks for the update. :)
fxm
Moderator
Posts: 12085
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: FreeBasic IDE-poseidonFB(Update 2018.04.22)

Post by fxm »

OK in Windows 10 (64-bit).
Imortis
Moderator
Posts: 1923
Joined: Jun 02, 2005 15:10
Location: USA
Contact:

Re: FreeBasic IDE-poseidonFB(Update 2018.01.28)

Post by Imortis »

Kuan Hsu wrote: I found a memory leak bug in the check the file coding if is UTF-8 without Bom, I rewrite the code and commit to rev.390

Another memory issue found that never happened at my desktop but notebook, lt's about reset the parser, I'll fix at next release(392)
I think that fixed it. I have opened about a hundred files one after the other in my project without crashing! Thanks so much!
Dinosaur
Posts: 1478
Joined: Jul 24, 2005 1:13
Location: Hervey Bay (.au)

Re: FreeBasic IDE-poseidonFB(Update 2018.04.22)

Post by Dinosaur »

Hi All

Talking about shutting down Poseidon.
Just something minor.

If you quit with file menu or the X in the top right
and you haven't saved a file a window pops up with "Quest" (I guess that should be "Question")
the options are Yes, No or Cancel

In my opinion Yes should mean Save the File and Quit, No should mean Don't save the File and Quit and Cancel should mean Don't Quit.

However Cancel quits without saving.

Regards
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2018.04.22)

Post by Kuan Hsu »

Dinosaur wrote:Hi All

Talking about shutting down Poseidon.
Just something minor.

If you quit with file menu or the X in the top right
and you haven't saved a file a window pops up with "Quest" (I guess that should be "Question")
the options are Yes, No or Cancel

In my opinion Yes should mean Save the File and Quit, No should mean Don't save the File and Quit and Cancel should mean Don't Quit.

However Cancel quits without saving.

Regards
My fault, just one line bug, I'll fix it at next release......( Done at rev.393 )
Last edited by Kuan Hsu on Apr 24, 2018 13:44, edited 1 time in total.
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2018.01.28)

Post by Kuan Hsu »

Imortis wrote:
Kuan Hsu wrote: I found a memory leak bug in the check the file coding if is UTF-8 without Bom, I rewrite the code and commit to rev.390

Another memory issue found that never happened at my desktop but notebook, lt's about reset the parser, I'll fix at next release(392)
I think that fixed it. I have opened about a hundred files one after the other in my project without crashing! Thanks so much!
\( ^∀^)/

I still found two possible bugs when scan/parse files, I've commited at rev.394
Takase
Posts: 13
Joined: Feb 09, 2018 14:12

Re: FreeBasic IDE-poseidonFB(Update 2018.04.26)

Post by Takase »

A feature to indent/unindent the selected code by one will be nice.

EDIT:
A feature to delete the brackets created by the IDE when one of the brackets is deleted will be nice too!
refer to the GIF(If the image didn't move right click and open it in a new tab):

Image
kcvinu
Posts: 232
Joined: Oct 07, 2015 16:44
Location: Keralam, India

Re: FreeBasic IDE-poseidonFB(Update 2018.04.26)

Post by kcvinu »

@Kuan Hsu
Can you make a tool bar icon to comment out the code ?
If any lines where selected the comment out selected lines, otherwise comment out the current line.
It will be very easy if there is a tool bar icon to do this. Commenting and un commenting.

Edit : - Yeah, Takse's suggestion is very good. Brackets and quotes (double and single) should be treated that way.
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2018.04.26)

Post by Kuan Hsu »

Takase wrote:A feature to indent/unindent the selected code by one will be nice.

EDIT:
A feature to delete the brackets created by the IDE when one of the brackets is deleted will be nice too!
refer to the GIF(If the image didn't move right click and open it in a new tab):

Image
(1) Like Tab / Shift + Tab......?
(2) The rule like:
a. Check if delete a open paren
b. Check later word is close paren, if yes, also delete it....?
Kuan Hsu
Posts: 586
Joined: Sep 16, 2007 15:12
Location: Taiwan

Re: FreeBasic IDE-poseidonFB(Update 2018.04.26)

Post by Kuan Hsu »

kcvinu wrote:@Kuan Hsu
Can you make a tool bar icon to comment out the code ?
If any lines where selected the comment out selected lines, otherwise comment out the current line.
It will be very easy if there is a tool bar icon to do this. Commenting and un commenting.

Edit : - Yeah, Takse's suggestion is very good. Brackets and quotes (double and single) should be treated that way.
I won't add to the toolbar, you can:
(1) Use the "Short-Cut" ( Ctrl + r / Ctrl + Shift + r )
(2) Consider: viewtopic.php?f=3&t=26601#p246790, Create your own toolbar...^^
Last edited by Kuan Hsu on May 01, 2018 9:28, edited 1 time in total.
Takase
Posts: 13
Joined: Feb 09, 2018 14:12

Re: FreeBasic IDE-poseidonFB(Update 2018.04.26)

Post by Takase »

Kuan Hsu wrote:
Takase wrote:A feature to indent/unindent the selected code by one will be nice.

EDIT:
A feature to delete the brackets created by the IDE when one of the brackets is deleted will be nice too!
refer to the GIF(If the image didn't move right click and open it in a new tab):

Image
(1) Like Tab / Shift + Tab......?
(2) The rule like:
a. Check if delete a open paren
b. Check later word is close paren, if yes, also delete it....?

1. I never knew that would work! Thanks!
2. yes something like that. Also on double quotes and square brackets too.
Post Reply