Search found 7 matches

by UR_
Dec 24, 2016 16:44
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 242299

Re: FbEdit

just my 2ct: 1) "clicking on node desktop" Clicking an entry will expand this node. If already expanded, nothing will happen. "desktop" is expanded by default, so nothing will happen. i think microsoft will say: "this is desired behaviour" for unexpanding click entry's ...
by UR_
Nov 07, 2016 21:24
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 242299

Re: FbEdit

Hello Kot, setting up environment is really easy 1. start FbEdit 2. select menu [Options]->[Environment] 3. in second box from top (named "Paths:") you can find environment variables which should be set 4. click into "Value" field from line "HELP_PATH" and a explore but...
by UR_
Nov 07, 2016 17:21
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 242299

Re: FbEdit

Hello Kot,
I think you are using an outdated version.
Please check out this package
https://svn.freebasic-portal.de/svn/fbedit/Package/
by UR_
Nov 06, 2016 7:32
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 242299

Re: FbEdit

Hello Kot,
i am not sure about which dialogbox you are talking.
SaveAs dialog comes from WinAPI and is resizeable.
Have you this box in mint?
https://1drv.ms/i/s!AnXv4gi_KqtPcVI6mJtEHFKJqks
by UR_
Oct 06, 2016 20:45
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 242299

Re: FbEdit

Hello andykmv, subwcrev.exe is used to query your workingcopy's revision. It doesnt query repository. So if you checkout a jurassic version, the approbiate revision number is shown in your resulting about box. If you are making changes to this workingcopy, and do not commit, a 'Modified'-Flag is sho...
by UR_
Oct 02, 2016 18:50
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 242299

Re: FbEdit

Hello andykmv,

i think you triggered a bug in Make.bat.
GetSVNRev.bat was correctly executed if called from FbEdit's build engine, but if you are compiling external by make.bat SVNVersion.bi was not updated.
This is fixed in SVN now.
by UR_
Apr 29, 2016 22:08
Forum: General
Topic: Bug or Feature?
Replies: 1
Views: 669

Bug or Feature?

Hello everybody, i dont know if this is a bug, but its a issue if you are using different fbc distros on windows. As known there are different rc-compilers used by fbc: fbc from windows standalone distribution uses GoRC.exe, while fbc form mingw distribution uses windres.exe. If rc-files are contain...