Page 9 of 104
Posted: Thu Feb 23, 2006 6:51 pm
by Shannara
Im against the above, maybe by adding an option for either tabs or spaces, that way people can choose instead of being forced
But since we're on that note, since the creator of jaPBe flat out refused to fix the auto-declare bug ... do you think you can do it? It's beein in jaPBe ... well, since the feature was implimented (but not fixed). There are times where japbe will do auto-declares, and times it wont ... also, it will not do autodeclares on sources that are not in the same directory of the main file.
Posted: Thu Feb 23, 2006 8:20 pm
by Jan Vooijs
Shannara wrote:Im against the above, maybe by adding an option for either tabs or spaces, that way people can choose instead of being forced
Shanara you must read better i definetly wrote:
spaces (i prefer TABS) to make it a switch?
See I asked for a switch!! To 'switch' (flip, checkbox) tabs or spaces...
Jan V.
Posted: Fri Feb 24, 2006 4:23 am
by Xombie
Sparkie wrote:Solved the problem. It's a WinXP SP2 security issue.
Go to PureBasic\Compilers folder
Right click PBDebugger.exe and select Properties and then click Unblock
Right click PBDebuggerUnicode.exe and select Properties and then click Unblock

Awesome, Sparkie! That really really really saved me because it was starting to be a real big pain. Thanks a lot, man!
Posted: Fri Feb 24, 2006 8:42 am
by gnozal
Jan Vooijs wrote:can you add the HARD-CODED tabs instead of SPACES (sorry for shouting) or since everybode wants the spaces (i prefer TABS) to make it a switch?
I don't know yet, it could broke the coloring code
Jan Vooijs wrote:is it possible to set all the fonts used with only ONE click of a button
You can almost already do this : choose the font for one item and then use the 'Synchronize Font' button
Posted: Fri Feb 24, 2006 8:46 am
by gnozal
Shannara wrote:since the creator of jaPBe flat out refused to fix the auto-declare bug ... do you think you can do it?
I don't use this feature myself, but it seems to work with the jaPBe sources. I am not sure I will fix this, but could you be more specific : when does it work and when not ?
Posted: Fri Feb 24, 2006 8:50 am
by gnozal
Update sorry Flype
Changes :
- some fixes
- added 'compile manually to resident' menu item [language file entries 482 - 483]
- added new explorer panel to browse *.pb/*.pbi files (double-click to load the file) [language file entry 479]
- fixed 'paste from info panel' bug (old bug in jaPBe)
- added two new options for info panel : 'Enable paste from panel' (LClick) and 'Enable restyling from panel' (RClick) ; I don't use these features myself, so I wanted them to be optional [language file entries 480 - 481]
Posted: Fri Feb 24, 2006 2:18 pm
by Flype
Update sorry Flype
You're welcome, gnozal

Posted: Fri Feb 24, 2006 5:37 pm
by Shannara
Jan: actually, I agree

I should learn to read and not speed read all the time

Posted: Fri Feb 24, 2006 5:40 pm
by Jan Vooijs
Shannara,
It is oke it happens me to ( mea culpa ? anyone??)

:roll:
Jan V. (sometimes I'am a "Grumpy old man"...)
Posted: Mon Feb 27, 2006 3:35 am
by Shannara
gnozal: Just wondering when the next release will be that fixes the bugs listed above? Here are are a few more for you
1. With ... EndWith doesnt work, it places the \ aligned the same as With, and it should be one tab over.
2. With doesnt auto-complete.
3. OffsetOf(structure\member) doesnt case and color the values inside, properly.
That's all I have found for now

Thanks for keeping this project alive!
Posted: Mon Feb 27, 2006 9:20 am
by Dummy
Shannara wrote:
3. OffsetOf(structure\member) doesnt case and color the values inside, properly.
...and shows autocomplete vor variables instead of structures
Posted: Mon Feb 27, 2006 3:14 pm
by gnozal
Shannara wrote:1. With ... EndWith doesnt work, it places the \ aligned the same as With, and it should be one tab over.
Seems to work for me
Shannara wrote:2. With doesnt auto-complete.
Seems to work for me
Code: Select all
; ---- Autocomplete
; before
With a|<ENTER>
; after
With a
|
EndWith
; ---- Indentation
; before
With ezeze
\zrzrrr = 1
EndWith
; after CTRL + TAB
With ezeze
\zrzrrr = 1
EndWith
Shannara wrote:3. OffsetOf(structure\member) doesnt case and color the values inside, properly.
You are right, it's the same bug in the original jaPBe. Fixed for the next release.
Posted: Mon Feb 27, 2006 5:28 pm
by gnozal
Update
Changes :
- fixed OffsetOf() syntax coloring bug
- added a checkbox in 'Find / Replace' dialog to avoid replacing items by mistake
- added the new keywords in help.pbi
- added 'TailBite' menu item (to create a user library)
- integrated Constant Explorer plugin to jaPBe [F11, or F1 with cursor on constant] ; if you don't like it, you can recompile jaPBe.pb with #EnableConstantExplorer = #False
- added option 'Start Constant Explorer after compile error 'Constant not found'' [language file entry 484]
Posted: Mon Feb 27, 2006 7:12 pm
by ts-soft
good work, thx
but:
>> - added 'TailBite' menu item (to create a user library)
Tailbite was called and do something, but i can't found the lib?
Normally, this lib can compiled with TailBite, without error!
I miss to configure this, i like this Arguments:
"%FILE" /KEEPSRCFILES /WRITEBATCH
Posted: Tue Feb 28, 2006 9:01 am
by gnozal
ts-soft wrote:1. Tailbite was called and do something, but i can't found the lib?
2. I miss to configure this, i like this Arguments:
"%FILE" /KEEPSRCFILES /WRITEBATCH
1. The lib should be created in %Purebasic%\PureLibraries\UserLibraries (just tested : works for me)
2. If you add other arguments manually, they will be stored (when you save the file) and you have them next time you call the function (just tested : works for me)