Search found 13 matches

by Takase
Jul 27, 2018 5:43
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 360971

Re: FreeBasic IDE-poseidonFB(Update 2018.07.26)

@Kuan Hsu Here is the long awaited docs! Sorry for being late because I was quite busy with school. Folder: http://www.mediafire.com/?m9l5a9emg13c2 DOCX file http://www.mediafire.com/file/t7hpo39ahdtwbx2/Custom_Tools_for_poseidonFB.docx/file PDF file http://www.mediafire.com/file/6c74we939edg7gk/Cus...
by Takase
May 01, 2018 13:24
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 360971

Re: FreeBasic IDE-poseidonFB(Update 2018.05.01)

@Kuan Hsu Please check Custom Tools of poseidonFB_cht.odt in https://bitbucket.org/KuanHsu/poseidonfb/downloads/, and if you have the free time please do me a favor -- translate it to English....^^ Thanks! The documentation looks promising! I'll try to translate the documentation after I'm done with...
by Takase
Apr 30, 2018 14:06
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 360971

Re: FreeBasic IDE-poseidonFB(Update 2018.04.26)

@Kuan Hsu The simplified chinese translation for poseidonFB seems a bit outdated. I updated it a bit and please point out errors if there is any! Thanks! By the way, is it possible to add an option to select secondary font for non-English characters for the menu text? The menu text looks ugly (not r...
by Takase
Apr 30, 2018 13:02
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 360971

Re: FreeBasic IDE-poseidonFB(Update 2018.04.26)

I've been using poseidonFB for a while now. But, I have a question to ask. How to make a custom tool? I saw the "set custom tools" option but never know how to use it.
by Takase
Apr 30, 2018 12:59
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 360971

Re: FreeBasic IDE-poseidonFB(Update 2018.04.26)

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): http://www.fsfiles.org/flightsimshotsv...
by Takase
Apr 28, 2018 9:54
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 360971

Re: FreeBasic IDE-poseidonFB(Update 2018.04.26)

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): http://www.fsfiles.org/flightsimshotsv2...
by Takase
Mar 20, 2018 13:54
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 360971

Re: FreeBasic IDE-poseidonFB(Update 2018.03.19)

Kuan Hsu wrote:maybe you can send me some example code (or post on forum) that cause crash?
Sorry but I deleted the code. The code was an attempt to wrap BASS library and I think its around 300~ lines.
Kuan Hsu wrote:Which OS did you use?
Windows 8.1
by Takase
Mar 19, 2018 2:22
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 360971

Re: FreeBasic IDE-poseidonFB(Update 2018.03.16)

My poseidonFB(version 0.376) seems to close automatically after using it for a while. Any ideas on this problem?

EDIT:
It only closes when the parseLive! level is set to "full". Any ideas?
by Takase
Feb 22, 2018 13:48
Forum: Sources, Examples, Tips and Tricks
Topic: A not low quality and speed image resizer
Replies: 2
Views: 638

A not low quality and speed image resizer

Well, I have nothing to do so I created a program to resize images. Somehow it worked but its not good in any aspect. I'll just post the code here for so that somebody might be able to improve it. The resizing mechanism is really simple tho. Note: the ratio is actually in decimals, not percentage. r...
by Takase
Feb 19, 2018 5:18
Forum: Sources, Examples, Tips and Tricks
Topic: A sub for trimming alphabet in a string
Replies: 10
Views: 1282

Re: A sub for trimming alphabet in a string

About the Select case , its my habit to use it instead of if else. Looks like my habit had got me. Thanks for all the replies tho! BTW, I did not do any DIM s in the sub because I'm afraid that it'll slow the sub down. So, can anyone tell me if DIM ming the variables every call will decrease the per...
by Takase
Feb 19, 2018 5:16
Forum: Sources, Examples, Tips and Tricks
Topic: A sub for trimming alphabet in a string
Replies: 10
Views: 1282

Re: A sub for trimming alphabet in a string

outstring+=chr(instring ) is speeded up by the lookup table trimset. (I assume this, I haven't tested) but I agree, select case is not needed. Here is another variety Function trimInStr(Byval TextIn As String,Char As String) As String dim as long ii,AC=Asc(char) For i As Long = 0 To Len(Textin)-1 I...
by Takase
Feb 17, 2018 8:37
Forum: Sources, Examples, Tips and Tricks
Topic: A sub for trimming alphabet in a string
Replies: 10
Views: 1282

A sub for trimming alphabet in a string

I found a topic about trimming characters in a string in the forum before. But I've lost the link to the topic and I'm lazy to find it again. So, I wrote myself a little piece of code to trim a specified alphabet from a string. It is basically "trim()" but it runs through the string to tri...
by Takase
Feb 09, 2018 14:32
Forum: Projects
Topic: FreeBasic IDE-poseidonFB(Update 2024.03.03)
Replies: 1283
Views: 360971

Re: FreeBasic IDE-poseidonFB(Update 2018.02.04)

Hi I am new to the forum and I made an alternate English translation(Not the best of course) for poseidonFB. I am sorry if there are grammatical errors because I am not very good in English nor a native English speaker. English.lng file=File new=New open=Open save=Save saveas=Save As saveall=Save Al...