Visual Designer for Linux?

Linux specific forum
Ace
User
User
Posts: 26
Joined: Fri Apr 25, 2003 8:34 pm

Visual Designer for Linux?

Post by Ace »

Is a Designer planned for the Linux version? What about a complete IDE like the one for Windows? Ok, there are enough other Editors (I got my own too) but I why not.
Does anyone have tryed to compile the editor source on Linux? I will try that this evening :D
Pupil
Enthusiast
Enthusiast
Posts: 715
Joined: Fri Apr 25, 2003 3:56 pm

Post by Pupil »

The Editor source contains win32 specific code(i.e. API calls) so you wont be able to compile it to a linux executable..
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1252
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Post by Paul »

I have tried your Linview editor and it looks very promising but it seems to have a nasty bug that makes it unusable.

For every character I type, it advances the cursor +2 causing huge spaces between the code and the cursor.

Example... If I type:
Procedure()...........X <-cursor ends up here

. = space
Image Image
Ace
User
User
Posts: 26
Joined: Fri Apr 25, 2003 8:34 pm

Post by Ace »

Just select a other editor font like Courier and it workes fine.
Post Reply