Search found 4 matches

by olafmagne
Wed Jun 19, 2019 11:04 am
Forum: Feature Requests and Wishlists
Topic: More Functions for Editor
Replies: 3
Views: 1658

Re: More Functions for Editor

... In the meantime, search for srod's goscintilla library.....

I heard about goscintilla,but,its a library i have to distribute with an .exe
some of the features mentioned are only two three line of code,
not a big thing, what i mean is that text-/editor-gadgets can have more
possibilitys to ...
by olafmagne
Tue Jun 18, 2019 3:46 pm
Forum: Feature Requests and Wishlists
Topic: More Functions for Editor
Replies: 3
Views: 1658

More Functions for Editor

Hello

I would like to have something similair to BlitzBasics(B+)editor-functions like

getgatgetline():returns the row, the caret is actually in
getgatgedcolum():returns the colum the caret is actually in
getgadgetlineindex():returns the textindex of the caret of the entire text ...
by olafmagne
Tue Jun 18, 2019 12:50 pm
Forum: Feature Requests and Wishlists
Topic: Add "Static$ variable" or remove "$" for all keywords
Replies: 22
Views: 5339

Re: Add "Static$ variable" or remove "$" for all keywords

This is what makes PureBasic so helpful when browsing code.
I know immediately I am staring at a string variable x$ or a pointer *ptr.
C drops the pointer(*) after defining and that is a big reason for so many memory bugs.
PureBasic syntax also allows you to retain the .type tail, but I find that ...
by olafmagne
Mon Jun 17, 2019 6:43 pm
Forum: Feature Requests and Wishlists
Topic: Add "Static$ variable" or remove "$" for all keywords
Replies: 22
Views: 5339

Re: Add "Static$ variable" or remove "$" for all keywords

Hello,

I totally agree,that the $-sign is useless for declaration-keywords,
but,on the other hand, as a trailing-sign for functions/procedures,also for userwritten , it make sence.
every now and then,i find myself writing it and then wondering,what syntax-error i have made.
IMHO,get rid of it on ...