|
-
Jun 19th, 2005, 02:32 PM
#41
Re: VBForums Firefox extension FINALLY updated for 1.0.
I was looking for this thread yesterday, but couldn't find it.
Now, I have! w00t!
-
Jun 19th, 2005, 03:18 PM
#42
Re: VBForums Firefox extension FINALLY updated for 1.0.
Hehehe....just ask me...I know where every thread from the last 4-5 years are.. ...
PS: Cander, while we got the thread here. What is the difference on the vbOverlay.bak and vbOverlay.xul file?
-
Jun 19th, 2005, 04:37 PM
#43
Supreme User
Re: VBForums Firefox extension FINALLY updated for 1.0.
Can this extension be used for Opera?
-
Jun 19th, 2005, 05:04 PM
#44
Re: VBForums Firefox extension FINALLY updated for 1.0.
 Originally Posted by Cander
Usual instruction. Rename the .zip file to .xpi. Then open with Firefox.
This has not been thoroughly tested with the updated forums software, so if there are problems, let me know.
Just wont install, i rename to .xpi and open with firefox... but nothing 
Any help ?
And Madboy, this won't work with opera as its a different browser altogether
-
Jun 19th, 2005, 05:08 PM
#45
Supreme User
Re: VBForums Firefox extension FINALLY updated for 1.0.
Well i figured it might work, as Opera can be identified as IE, FireFox and Opera
-
Jun 19th, 2005, 05:13 PM
#46
Banned
Re: VBForums Firefox extension FINALLY updated for 1.0.
This is a test of the emergency broadcast system
-
Jun 19th, 2005, 05:17 PM
#47
Re: VBForums Firefox extension FINALLY updated for 1.0.
Just to clear up what is meant by open with firefox, you open up firefox and click File, Open then select the .XPI file...
-
Jun 19th, 2005, 05:26 PM
#48
Banned
Re: VBForums Firefox extension FINALLY updated for 1.0.
yadayayaydyayayday aydyayday dayd aydya ydaydyay dyadad
-
Jun 20th, 2005, 01:50 AM
#49
Re: VBForums Firefox extension FINALLY updated for 1.0.
 Originally Posted by thegreatone
Just to clear up what is meant by open with firefox, you open up firefox and click File, Open then select the .XPI file...
Hehhee...smart boy...
-
Jun 20th, 2005, 08:04 AM
#50
Re: VBForums Firefox extension FINALLY updated for 1.0.
 Originally Posted by NoteMe
Hehhee...smart boy... 
Sarcastic sod 
Most people are renaming it then right-clicking and selecting "Open With..." then selecting Firefox, which simply does not work.
-
Jun 20th, 2005, 08:06 AM
#51
Re: VBForums Firefox extension FINALLY updated for 1.0.
 Originally Posted by NoteMe
Hehehe....just ask me...I know where every thread from the last 4-5 years are..  ...
PS: Cander, while we got the thread here. What is the difference on the vbOverlay.bak and vbOverlay.xul file?
The .bak was just an old file I backed up while coding. I just forgot to delete it when I no longer needed it. It serves no purpose
-
Jun 20th, 2005, 08:08 AM
#52
Re: VBForums Firefox extension FINALLY updated for 1.0.
 Originally Posted by thegreatone
Sarcastic sod
Most people are renaming it then right-clicking and selecting "Open With..." then selecting Firefox, which simply does not work.
Most people.. ..talk for your self..
-
Jun 20th, 2005, 08:15 AM
#53
Re: VBForums Firefox extension FINALLY updated for 1.0.
 Originally Posted by Madboy
Would actually be easy to add in new syntax highlighters to the extension.
Just add a new switch case per language with the Regex expressions what needs to be highlighted and have the setLanguage function called with a parameter telling which language to use, and finally add a menu item.
-
Jun 20th, 2005, 08:17 AM
#54
Fanatic Member
Re: VBForums Firefox extension FINALLY updated for 1.0.
Using VB6 or VB.net 2008 with .net 3.5
"Life... death... either way I'll be confined to a small cubicle!" - Hermes Conrad
-
Jun 20th, 2005, 09:18 AM
#55
Re: VBForums Firefox extension FINALLY updated for 1.0.
But what about the .bak vs xul file cander? Is the bak file a backup file, or has it any purpose?
-
Jun 20th, 2005, 09:33 AM
#56
Re: VBForums Firefox extension FINALLY updated for 1.0.
 Originally Posted by NoteMe
But what about the .bak vs xul file cander? Is the bak file a backup file, or has it any purpose?
I answered that. look up.
-
Jun 20th, 2005, 09:36 AM
#57
Re: VBForums Firefox extension FINALLY updated for 1.0.
 Originally Posted by Cander
I answered that. look up.
Are you telling me to read all the posts...thats just rude..
It was on the first page (50posts/page here). So I didn't see it.. ...sorry.
ØØ
-
Jun 20th, 2005, 09:45 AM
#58
Re: VBForums Firefox extension FINALLY updated for 1.0.
-
Jun 20th, 2005, 10:28 AM
#59
Not NoteMe
Re: VBForums Firefox extension FINALLY updated for 1.0.
Holy crap this is nice!
How about having it so that if you havn't highlighted text and there's nothing in the clipboard it hides menu items that need text as input?
Quotes:
"I am getting better then you guys.." NoteMe, on his leet english skills.
"And I am going to meat her again later on tonight." NoteMe
"I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
"my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
Have I helped you? Please Rate my posts. 
-
Jun 20th, 2005, 01:47 PM
#60
Supreme User
Re: VBForums Firefox extension FINALLY updated for 1.0.
 Originally Posted by Cander
Would actually be easy to add in new syntax highlighters to the extension.
Just add a new switch case per language with the Regex expressions what needs to be highlighted and have the setLanguage function called with a parameter telling which language to use, and finally add a menu item.
If you could that, that would be awesome 
If you were to add a Delphi one, i could post up the keywords that are highlighted in Delphi, like:
VB = Dim
Delphi = Var
-
Jun 20th, 2005, 01:55 PM
#61
Re: VBForums Firefox extension FINALLY updated for 1.0.
this is all that would need to be editted in the extension code
Code:
case "delphi":
keys.push({style:{color:"#999999", bold:false, italic:true, name:"comment"}, start:/\s*\/\*[\s\S]*?\*\//mg});
keys.push({style:{color:"#999999", bold:false, italic:true, name:"comment"}, start:/\s*\/\//mg, end:/\n/mg, neglect:/\\|\?\?\//mg});
keys.push({style:{color:"#000099", bold:false, italic:false, name:"pre"}, start:/\s*?^\s*(?:#|\?\?=|%:)/mg, end:/\n/m, neglect:/\\[\s\S]|\?\?\/[\s\S]/m});
keys.push({style:{color:"#009900", bold:false, italic:false, name:"string"}, start:/\s*(?:\bL)?"/mg, end:/"/m, neglect:/\\[\s\S]|\?\?\/[\s\S]/m});
keys.push({style:{color:"#009900", bold:false, italic:false, name:"char"}, start:/\s*(?:\bL)?'/mg, end:/'/m, neglect:/\\[\s\S]|\?\?\/[\s\S]/m});
keys.push({style:{color:"#996600", bold:false, italic:false, name:"float"}, start:/\s*(?:(?:\b\d+\.\d*|\.\d+)(?:E[\+\-]?\d+)?|\b\d+E[\+\-]?\d+)[FL]?\b|\s*\b\d+\./mgi});
keys.push({style:{color:"#999900", bold:false, italic:false, name:"int"}, start:/\s*\b(?:0[0-7]*|[1-9]\d*|0x[\dA-F]+)(?:UL?|LU?)?\b/mgi});
keys.push({style:{color:"#000000", bold:true, italic:false, name:"bool"}, start:/\s*\b(?:true|false)\b/mg});
keys.push({style:{color:"#FF6633", bold:false, italic:false, name:"type"}, start:/\s*\b(?:bool|char|double|float|integer|long|short|signed|unsigned|void)\b/mg});
keys.push({style:{color:"#3333FF", bold:false, italic:false, name:"flow"}, start:/\s*\b(?:break|case|catch|continue|default|do|else|for|goto|if|return|switch|throw|try|while)\b/mg});
keys.push({style:{color:"#3333FF", bold:false, italic:false, name:"keyword"}, start:/\s*\b(?:procedure|var|start|end;)\b/mg});
keys.push({style:{color:"#663300", bold:true, italic:false, name:"operator"}, start:/\s*[\{\}\[\]\(\)<>%:;\.\?\*\+\-\^&\|~!=,\\]+|\s*\//mg});
break;
-
Jun 20th, 2005, 03:55 PM
#62
Supreme User
Re: VBForums Firefox extension FINALLY updated for 1.0.
Nope, you would need to highlight:
procedure
and others, i cant remember them all, its not just variables, and statements, its more
-
Jun 21st, 2005, 01:49 AM
#63
Re: VBForums Firefox extension FINALLY updated for 1.0.
Anyone that has this plug in, can you test something for me?
I am redoing the plug in now. And in stead of having up to 3 nested pop up menues, I wanted max 1-2. So I have re aranged them a bit. But now if I rightclick outside the text box (i.e on the blue stuff around here) I get Canders extension in the pop up menu too. It wasn't like that in the origianl, right? Can anyone just check that for me?
- I have also added a "paste img from clipboard", works like the paste code and quote from clipbard.
- I am also about to add 40+ smilies to the extension. Hope that will work out good.
Nebulom has added Java syntax higlighting and some other fancy stuff to it. But I havn't seen him online in a few days. If you see this Nebulom, do you want to merge our two extension, so we can make a Cander+ extension?..
-
Jun 21st, 2005, 01:54 AM
#64
Fanatic Member
Re: VBForums Firefox extension FINALLY updated for 1.0.
Fine by me. I'll see what I can do.
-
Jun 21st, 2005, 01:56 AM
#65
Re: VBForums Firefox extension FINALLY updated for 1.0.
Will it be best if I send you what I have altered, and tell you where to add it? Or is it better to do it the opposite way? And BTW what have you made that is worth keeping? I love the console thingy. We need to keep that one, even if it doesn't work well for multiple lines....
ØØ
-
Jun 21st, 2005, 01:59 AM
#66
Fanatic Member
Re: VBForums Firefox extension FINALLY updated for 1.0.
I don't know, it's kinda messy. It's better if you send it to me. I'll place things.
-
Jun 21st, 2005, 02:17 AM
#67
Re: VBForums Firefox extension FINALLY updated for 1.0.
OK. I have altered 3 files. And added 40+ smilies in the smilies catalogue. I am waiting for Wossy to run his app, so he can convert them to png, so we can have a small smilie in the pop up so you know what smilie you are choosing. (see the smilie in the current pop up to see what I mean).
Here is the layout I have now of the menu.
- Code heiglighter:
- C++ code from clipboard
- VB code from clipboard
- PHP code from clipboard
- Pste from clipboard:
- Code from clipboard
- Quote from clipboard
- Img from clipboard
- Format text:
- Bold
- Italic
- Code
- Quote
- Highlight
- Color
- Subscript
- Superscript
- Smilies
- 46 smilies here (might be smart to group them?)
- Nice text:
- Rainbow text
- Rainbow heiglight
- Rainbow heiglight and text
Tell me if you don't agree on this.
ØØ
-
Jun 21st, 2005, 02:30 AM
#68
-
Jun 21st, 2005, 02:33 AM
#69
Fanatic Member
Re: VBForums Firefox extension FINALLY updated for 1.0.
Fine by me. Code highlighter will be added by Java (mine TODO) and Delphi (hopefully for Adam). Hehehe.
-
Jun 21st, 2005, 02:50 AM
#70
Re: VBForums Firefox extension FINALLY updated for 1.0.
 Originally Posted by manavo11
C'mon Note, be a good boy, step up 
Ohhh....he must have said something like "Hello" in the start of the post. And he knows that I don't read more then one line...he should know better..
Cander, you can add it to my server if that is good enough for you. I am thinking about keeping NoteMe.com as long as I can. If that will work.
ØØ
-
Jun 21st, 2005, 02:51 AM
#71
Re: VBForums Firefox extension FINALLY updated for 1.0.
 Originally Posted by nebulom
Fine by me. Code highlighter will be added by Java (mine TODO) and Delphi (hopefully for Adam). Hehehe.
And Python me.. ...hehe...I don't know regular expression at all. Canders regular expression looks scary to me.. ...will have a look at it one day though...but that is not my primary goal.
ØØ
-
Jun 21st, 2005, 03:28 AM
#72
Re: VBForums Firefox extension FINALLY updated for 1.0.
Smilies? 
Hmmmm. I missed that in the new version.
What we REALLY need is like, maybe 39 MORE SMILIES! 
What else does this do?
COOL!
-
Jun 21st, 2005, 03:39 AM
#73
Re: VBForums Firefox extension FINALLY updated for 1.0.
Well the new one has 45 more smilies...so hope I can get it to work. Wossy just mailed me. I have about 15 more minutes of coding first, then I will download his png smilies, and then I will have 10more minutes of coding to do,then I can send it to Nebulom, hope you havn't left by then Neb...
ØØ
-
Jun 21st, 2005, 04:43 AM
#74
Re: VBForums Firefox extension FINALLY updated for 1.0.
Well, the smilies are there. I can see that Wossys converter didn't work 100% so I have to convert some smilies manualy.
I can also see that it became way to many. Might have to devide them into groups. What do you think?
-
Jun 21st, 2005, 04:44 AM
#75
Re: VBForums Firefox extension FINALLY updated for 1.0.
-
Jun 21st, 2005, 09:56 AM
#76
Re: VBForums Firefox extension FINALLY updated for 1.0.
w00t, I have updated the extension a 1000 times today, and now Fx suddenly refuses to collaborate here.. ...It won't uninstall the extension again... . It just says that it will be uninstalled next time I restart Fx. But I have even restarted the computer with no luck...grrrr....
ØØ
-
Jun 21st, 2005, 11:09 AM
#77
Re: VBForums Firefox extension FINALLY updated for 1.0.
you guys are making me so proud of you. :sniff:
heh
NoteMe, you may have to go manually remove the extension
C:\documents and settings\<windows account>\application data\mozilla\firefox\profiles\<profiles name (or default.xxx)>exrtensions
and delete the folder named {47F7B08F-38B3-4909-B5B9-983F4B71824B}
-
Jun 21st, 2005, 11:14 AM
#78
-
Jun 21st, 2005, 11:15 AM
#79
Re: VBForums Firefox extension FINALLY updated for 1.0.
your server would be great.
w00t!
-
Jun 21st, 2005, 11:23 AM
#80
Re: VBForums Firefox extension FINALLY updated for 1.0.
 Originally Posted by NoteMe
Well, the smilies are there. I can see that Wossys converter didn't work 100% so I have to convert some smilies manualy.
I can also see that it became way to many. Might have to devide them into groups. What do you think?

Hey I was thinking maybe a popup with smiley groups with tabs maybe.. Id have to some research on that though
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|