BTW, your ide is really really good ! now i've got an icon on my Linux desktop for Purebasic
Purebasic Linux IDE beta1 released
Another stuff : I'm playing a little with the IDE, and when i start typing any commands like MessageRequester, let say i type Mess, then the autocomplete tool (that i had to active in the preference menu) show me MessageRequester. Good, then i just doubleclick on it or use tab, and it adds MessareRequester. It's good, but i would rather have it adding MessageRequester( 
-
Bonne_den_kule
- Addict

- Posts: 841
- Joined: Mon Jun 07, 2004 7:10 pm
New suggestions: Add case to variables too, and also autocompleting/case for user commands, i mean:
When in type my I should see MyCommand in the autocomplete tool, and mycommand should be replaced by MyCommand.
I'm giving you work
Also, when a procedure is folded, we can still write in it, is it normal ? Japbe doesn't allow that (i don't really know why, but i'm used to this
)
Code: Select all
Procedure MyCommand()
EndProcedureI'm giving you work
Also, when a procedure is folded, we can still write in it, is it normal ? Japbe doesn't allow that (i don't really know why, but i'm used to this
Bonne_den_kule:
I am doing more improvements on PB/linux still. The windows version will
be a little delayed because of that. You have to be patient some more...
Polo: Have a close look at the preferences options. Much of it is there,
just not enabled by default.
For example the box at the bottom of the autocomplete preferences gives
you many choises on what to/and not to display in the autocomplete box.
About the variables cases. The current parsing routine sort of hit its limits there.
I have a new one in mind, but adding it now would delay things too much.
I have to keep some nice additions for future versions too
I am doing more improvements on PB/linux still. The windows version will
be a little delayed because of that. You have to be patient some more...
Polo: Have a close look at the preferences options. Much of it is there,
just not enabled by default.
For example the box at the bottom of the autocomplete preferences gives
you many choises on what to/and not to display in the autocomplete box.
About the variables cases. The current parsing routine sort of hit its limits there.
I have a new one in mind, but adding it now would delay things too much.
I have to keep some nice additions for future versions too
quidquid Latine dictum sit altum videtur
A bug (maybe) : autocompletion doesn't work when it's not the start of the line :
typing :
will show MessageRequester
but typing
won't show anything.
typing :
Code: Select all
Messbut typing
Code: Select all
MessJust done a quick test using the IDE in Ubuntu 5.04 and it's working great.
I really love the user defined folding options
Any chance for a Visual Designer too?
I can't get the variable viewer to work. When I start it it doesn't display any values.
I really love the user defined folding options
Any chance for a Visual Designer too?
I can't get the variable viewer to work. When I start it it doesn't display any values.
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
-
olejr
- Enthusiast

- Posts: 152
- Joined: Sun Jul 11, 2004 7:48 pm
- Location: Lillehammer, No(r)way
- Contact:
Visual Designer is on a todolist somewhere I think..GeoTrail wrote:Just done a quick test using the IDE in Ubuntu 5.04 and it's working great.
I really love the user defined folding options
Any chance for a Visual Designer too?
I can't get the variable viewer to work. When I start it it doesn't display any values.
And variable viewer doesn't display any values?
Hmm. no i doesn't... Only structures & arrays..
@freak: Didn't you say something about the parsing of variables.. only globals, or something..?
I've also something: when i declare a procedure like this :
and then i just call it, when i doubleclick on the name of the procedure, the ide go to the line where there is "Procedure MyProc()"
That's really annoying, it should be done with an option on the right click, but, well, this should be an option
Sorry to give you work
Code: Select all
Procedure MyProc()
[...]
EndProcedureThat's really annoying, it should be done with an option on the right click, but, well, this should be an option
Sorry to give you work
