Shoutbox

SciTE plus scripting api Calltips :o - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: SciTE plus scripting api Calltips :o (/showthread.php?tid=76675)

SciTE plus scripting api Calltips :o by -dt- on 08-10-2007 at 08:08 AM

In reference to http://shoutbox.menthix.net/showthread.php?tid=76...d=842009#pid842009

Ive made some calltip api files which add javascript functions and plus scripting functions to SciTE (http://www.scintilla.org/SciTE.html)



[Image: scitecalltip_1.jpg]
[Image: scitecalltip_2.jpg]
[Image: scitecalltip_3.jpg]


to install this in SciTE download and extract this zip into your SciTE directory
http://random.thedt.net/scitePlusCalltips/files.zip

then in your SciTEGlobal.properties in your SciTE main directory (or SciTEUser.properties in your user profile)

add

code:
import sciteJsCalltips

to the bottom of the file :>

and then it should work :D


for you people with other editors which support calltips (and allow you to add them)

here are the raw api files for you to convert
http://random.thedt.net/scitePlusCalltips/jsapi/js.api
http://random.thedt.net/scitePlusCalltips/jsapi/plus.api

RE: SciTE plus scripting api Calltips :o by Kriogenic on 08-10-2007 at 08:40 AM

Awesome, I don't use SciTE I use notepad++ for syntax highlighting but I may download SciTE sometime because it looks awesome.


RE: SciTE plus scripting api Calltips :o by Dempsey on 08-10-2007 at 10:50 AM

:O Thats great.  The Editor I started coding aaggggges ago uses the same editing component as SciTE (Scintilla) so I *may* be able to use these to speed up development time :)  If you don't mind -dt- ?


RE: SciTE plus scripting api Calltips :o by ShawnZ on 08-10-2007 at 10:59 AM

now make one for visual studio :<


RE: SciTE plus scripting api Calltips :o by -dt- on 08-10-2007 at 11:20 AM

quote:
Originally posted by Kriogenic
Awesome, I don't use SciTE I use notepad++ for syntax highlighting but I may download SciTE sometime because it looks awesome.
i couldnt seem to find anyway to add calltips to notepad++

quote:
Originally posted by Dempsey
:O Thats great.  The Editor I started coding aaggggges ago uses the same editing component as SciTE (Scintilla) so I *may* be able to use these to speed up development time :)  If you don't mind -dt- ?
use them however you want :D


quote:
Originally posted by ShawnZ
now make one for visual studio :<
sure.... :P link me to some documentation....
RE: SciTE plus scripting api Calltips :o by roflmao456 on 08-11-2007 at 07:53 PM

it doesn't work : <


RE: SciTE plus scripting api Calltips :o by davidpolitis on 08-11-2007 at 07:56 PM

Works fine for me. After you've done what dt said, you need to open an existing Javascript document...


RE: SciTE plus scripting api Calltips :o by roflmao456 on 08-11-2007 at 08:00 PM

quote:
Originally posted by davidpolitis
Works fine for me. After you've done what dt said, you need to open an existing Javascript document...
yay :P

too bad it doesn't work on a new document
RE: SciTE plus scripting api Calltips :o by -dt- on 08-12-2007 at 04:21 AM

quote:
Originally posted by roflmao456
quote:
Originally posted by davidpolitis
Works fine for me. After you've done what dt said, you need to open an existing Javascript document...
yay [Image: msn_tongue.gif]

too bad it doesn't work on a new document
does if you select javascript from the language menu....
RE: RE: SciTE plus scripting api Calltips :o by felipEx on 08-12-2007 at 05:37 AM

quote:
Originally posted by Dempsey
The Editor I started coding aaggggges ago uses the same editing component as SciTE (Scintilla)

when you will finish that? :D
i'll wait

i'm too lazy for make a similar thing
RE: SciTE plus scripting api Calltips :o by John Anderton on 08-15-2007 at 08:35 AM

quote:
Originally posted by ShawnZ
now make one for visual studio :<

RE: SciTE plus scripting api Calltips :o by NanaFreak on 08-15-2007 at 09:05 AM

now make a php version ]=


RE: SciTE plus scripting api Calltips :o by -dt- on 08-15-2007 at 09:15 AM

quote:
Originally posted by John Anderton
quote:
Originally posted by ShawnZ
now make one for visual studio :<

doesnt seem possible :(

quote:
Originally posted by NanaFreak
now make a php version ]=
done! :P

add the following to your sciteGlobal
code:
api.*.php=$(SciteDefaultHome)\php.api
autocomplete.php.ignorecase=1
autocomplete.php.start.characters=(
autocomplete.php.fillups=(
calltip.php.ignorecase=1

then download http://www.scintilla.org/php.api and put it into your scite directory

:( its a php4 api file though, i may make one for php5 :D
RE: SciTE plus scripting api Calltips :o by Huhu_Manix on 08-15-2007 at 11:11 AM

I'm only here to say : OMG IT'S GREAT !!
I'm a full user of SciTE since a long time and you're idea to make this for SciTE is useful. (Y)


RE: SciTE plus scripting api Calltips :o by Firehalk on 08-15-2007 at 06:36 PM

Guys, please give some help here!

Never used SciTE, i was used Notepad++ and just now i notice those "calltips" (i thought none of them had it, months using it without noticing hahah yeah, that was dumb :() Anyway, I just need some fast explanation about it: those calltips only work when I use and opening brace? I mean, I can't use it when typing only "function" and then pressing some combination of keys? ^o)

I already searched at the docs (SciTE), but didn't find that.

And thanks for the script, didn't use it successfully yet but it's not because of the bad function of it. The problem is the user himself (in that case: me)


RE: SciTE plus scripting api Calltips :o by -dt- on 08-15-2007 at 10:20 PM

quote:
Originally posted by Firehalk
Guys, please give some help here!

Never used SciTE, i was used Notepad++ and just now i notice those "calltips" (i thought none of them had it, months using it without noticing hahah yeah, that was dumb :() Anyway, I just need some fast explanation about it: those calltips only work when I use and opening brace? I mean, I can't use it when typing only "function" and then pressing some combination of keys? ^o)

I already searched at the docs (SciTE), but didn't find that.

And thanks for the script, didn't use it successfully yet but it's not because of the bad function of it. The problem is the user himself (in that case: me)
ctrl+space
RE: SciTE plus scripting api Calltips :o by Nathan on 08-16-2007 at 01:05 AM

I wish notepad++ would support tooltips, though I don't really use them tbh :P


RE: SciTE plus scripting api Calltips :o by John Anderton on 09-05-2007 at 04:52 PM

quote:
Originally posted by -dt-
(Smilie) its a php4 api file though, i may make one for php5 (Smilie)
failure :(
php5plzkthx. :)
RE: SciTE plus scripting api Calltips :o by dansam100 on 09-06-2007 at 04:41 AM

works like a charm....

I guess i should have read every post before attempting to try these api s on Notepad++...just spent too much time on it and nothing...

thanks neways...great job -dt-!!!!!!! :D i'm loving it :P