Search found 470 matches
- May 10, 2020 16:03
- Forum: Projects
- Topic: IUP_FB_EDITOR (simple development environment)
- Replies: 56
- Views: 8703
Re: IUP_FB_EDITOR (simple development environment)
Dear VANYA; I'm sorry for the trivial thing. In a comment, if it starts with an asterisk, it won't be the color I set in the comment. http://makoto-watanabe.main.jp/IUP_Comment.png Is this a specification? If you use 32bits IUP_FB_EDITOR, try using poseidonFB's iup_scintilla.dll to replace same one...
- May 09, 2020 0:17
- Forum: Projects
- Topic: FreeBasic IDE-poseidonFB(Update 2020.07.20)
- Replies: 1080
- Views: 190018
Re: FreeBasic IDE-poseidonFB(Update 2020.05.06)
I get this error sometimes when typing https://i.ibb.co/9hj6BB0/Error.jpg fixed BEX crash bug, I don't know what BEX crash is but the app is still closing sometimes when I double click a *.bas file to open in editor. BEX likes:( sorry, Win7 system with chinese ) https://i.imgur.com/vkMOBSX.png It i...
- May 08, 2020 14:43
- Forum: Projects
- Topic: FreeBasic IDE-poseidonFB(Update 2020.07.20)
- Replies: 1080
- Views: 190018
Re: FreeBasic IDE-poseidonFB(Update 2020.05.06)
Dear Kuan Hsu; I updated the Japanese.lng with minor modifications. http://makoto-watanabe.main.jp/Japanese.zip TKS~ I have a question. In poseidonFB, Keyword0 to Keyword3 are registered. Is there a way to add a group of Window9 keywords as Keyword4 ? Need modified scintilla. I have a favor to ask....
- May 05, 2020 3:53
- Forum: Projects
- Topic: FreeBasic IDE-poseidonFB(Update 2020.07.20)
- Replies: 1080
- Views: 190018
Re: FreeBasic IDE-poseidonFB(Update 2020.04.19)
Hi Kuan Hsu, You've made a nice piece of work! I liked some features, even little things, for example import from FbEditor. The interface is clear and neat. I have a question: what's the license for PoseidonFB? I've found it nowhere. What if I'd like to include your editor in my programs? On what c...
- Mar 15, 2020 13:52
- Forum: Community Discussion
- Topic: Is there any gui designer for freebasic on linux?
- Replies: 8
- Views: 855
Re: Is there any gui designer for freebasic on linux?
VisualFBEditor - IDE for FreeBasic: viewtopic.php?f=8&t=27284
- Mar 03, 2020 17:11
- Forum: Projects
- Topic: IUP_FB_EDITOR (simple development environment)
- Replies: 56
- Views: 8703
Re: IUP_FB_EDITOR (simple development environment)
By the way do you know if there's a built-in ability of the TABS to perform the operation DRAG-DROP ? IupFlatTabs not support D&D, but we can do it by other ways. Like I did in poseidonFB, I used a IupZBox container which include an empty IupLabel(support DRAPFILES_CB) and IupFlatTabs, when the...
- Mar 03, 2020 15:27
- Forum: Projects
- Topic: IUP_FB_EDITOR (simple development environment)
- Replies: 56
- Views: 8703
Re: IUP_FB_EDITOR (simple development environment)
Nice editor, just make smaller the tabs height please This size in height is obtained due to the "close" buttons. These buttons I consider myself handy , so I put up with appearance. Try using: IupSetAttribute( tabs, "TABSPADDING", "x2" ) to adjust the tabs title size....
- Sep 15, 2019 0:56
- Forum: Projects
- Topic: FreeBasic IDE-poseidonFB(Update 2020.07.20)
- Replies: 1080
- Views: 190018
Re: FreeBasic IDE-poseidonFB(Update 2019.09.07)
Hi All Another issue I have been struggling with for a few days. Until now I have used Linux Mint 18.3 Making a backup of my new laptop which is Mint 19.2 on a mSata usb drive. Used the bitbucket download of Poseidon.AppImage V0.420 which is the same version as my Mint 18.3 The Run button appears t...
- Sep 09, 2019 17:14
- Forum: Windows
- Topic: iup library
- Replies: 7
- Views: 2259
Re: iup library
deltarho[1859] wrote:In iup.bi we have #inclib "iup". Why isn't that enough?
I take -p to be a command switch - for what?
I don't have a path ./lib.iup/iup327x32.
<confused>
https://www.freebasic.net/wiki/wikka.php?wakka=CompilerOptp
The path is where my libiup.a is....
- Sep 09, 2019 12:01
- Forum: Windows
- Topic: iup library
- Replies: 7
- Views: 2259
Re: iup library
Ha, ha - we meet again. I didn't want to take up any more of your time. Anyway, I downloaded the zip. I saw that there was a bunch of 'a' files and dlls. When I tried to compile main.bas I was getting 'cannot find -liup' so I put a copy of libiup.a into "C:\Program Files (x86)\FreeBASIC\lib\wi...
- Sep 09, 2019 3:42
- Forum: Windows
- Topic: iup library
- Replies: 7
- Views: 2259
Re: iup library
I have iup.bi in inc\IUP but I cannot find a library in lib\win32. Searching I can see versions for Linux but none for Windows. Does anyone know where I can get the library associated with iup.bi? From SourceForge https://sourceforge.net/projects/iup/files/3.27/Windows%20Libraries/Dynamic/ iup-3.27...
- Sep 08, 2019 6:18
- Forum: Projects
- Topic: FreeBasic IDE-poseidonFB(Update 2020.07.20)
- Replies: 1080
- Views: 190018
Re: FreeBasic IDE-poseidonFB(Update 2019.09.07)
I tried that but got 'File not found, IUP/iup.bi' and I noticed extern "C" in the .poseidon file. I didn't expect a dll recompile. Never mind I can live with a cPath title and cPath.ini. The Custom Tools shows '1. Set compiler paths' so I will settle for that. Thanks. cPath title had modi...
- Sep 08, 2019 5:00
- Forum: Projects
- Topic: FreeBasic IDE-poseidonFB(Update 2020.07.20)
- Replies: 1080
- Views: 190018
Re: FreeBasic IDE-poseidonFB(Update 2019.09.07)
Added: Instead of calling the tool 'cPath' I would suggest 'Set compiler paths'. To that end I removed 'cPath' from 'Set Custom Tools...' but found cPath.ini still existed so I killed that. I then started from scratch to use 'Set compiler paths' as the tool name. All seemed well but on clicking on ...
- Sep 07, 2019 14:13
- Forum: Projects
- Topic: FreeBasic IDE-poseidonFB(Update 2020.07.20)
- Replies: 1080
- Views: 190018
Re: FreeBasic IDE-poseidonFB(Update 2019.08.11)
It will be interesting to see what you come up with. http://deltarho.org.uk/Downloads/smile.png Try to this one( include dll and source ) http://www.mediafire.com/file/pq37qw7k853s37v/cPathPlugin.7z/file (1)Download cPathPlugin.7z and extract (2)poseidonFB -> Options -> Tools -> Set Custom Tools......
- Sep 05, 2019 17:22
- Forum: Projects
- Topic: FreeBasic IDE-poseidonFB(Update 2020.07.20)
- Replies: 1080
- Views: 190018
Re: FreeBasic IDE-poseidonFB(Update 2019.08.11)
@Kuan Hsu I have written a small application which changes the compiler paths programmatically but must be run before poseidonFB is opened. If poseidonFB read the compiler paths before each compilation then I could add my little application as a tool allowing us to change compiler paths 'on the fly...