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 code:to the bottom of the file and then it should work 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 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:i couldnt seem to find anyway to add calltips to notepad++ quote:use them however you want quote:sure.... 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:yay 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: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:when you will finish that? 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: 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:doesnt seem possible quote:done! add the following to your sciteGlobal code: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 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 !! RE: SciTE plus scripting api Calltips :o by Firehalk on 08-15-2007 at 06:36 PM
Guys, please give some help here! RE: SciTE plus scripting api Calltips :o by -dt- on 08-15-2007 at 10:20 PM
quote: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 RE: SciTE plus scripting api Calltips :o by John Anderton on 09-05-2007 at 04:52 PM
quote:failure php5plzkthx. RE: SciTE plus scripting api Calltips :o by dansam100 on 09-06-2007 at 04:41 AM
works like a charm.... |