Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → CogPad
CogPad
2002-12-31, 9:41 AM #1
Ive been fooling around with VB lately, so I decided to write a cog editor... Basically, its a Notepad clone. But it has a few features Notepad doesnt . . . mainly, it saves ONLY to *.cog files. It also has a nifty verb "verification" feature to check if a verb is spelled right, and to get its syntax.


Download the beta here.

Please, download and try it. Its only 110k (30k zipped). [http://forums.massassi.net/html/smile.gif]
And when the moment is right, I'm gonna fly a kite.
2002-12-31, 10:41 AM #2
Thats really cool GBK. Hey! Someone else besides me uses VB! WHOO HOO!

------------------
LEET OWNAGE
2002-12-31, 10:57 AM #3
Im only using VB because I dont know Pascal or C++ . . yet . . .
And when the moment is right, I'm gonna fly a kite.
2002-12-31, 12:46 PM #4
Not bad, if you could incorporate a checker such as SM's parser in it then it would be awesome.
Team Battle.
2002-12-31, 2:04 PM #5
Hey cool. You beat me to it GBK. [http://forums.massassi.net/html/biggrin.gif]

I had plans to make a Cog writing program, but never got around to it. This is a nice start. [http://forums.massassi.net/html/smile.gif]

Make it work just like Visual Basic (sub/function drop down menu for messages, and autocomplete and whatnot) and I'll love you forever. (right now it's just a temporary thing [http://forums.massassi.net/html/wink.gif] )
-Hell Raiser
2002-12-31, 2:09 PM #6
Who is SM? (i think u can guess why I ask) and dudie, i'll download your prog right now and try it out. [http://forums.massassi.net/html/smile.gif] right now I use CogEd to write my cogs, but it gets anoying how u can't tab sometimes and how u can't use some windows shortcut keys in it. I hope yours is ownage. [http://forums.massassi.net/html/smile.gif]
2002-12-31, 2:12 PM #7
OMG, i just had to post this. i think i'm going to be spending alot of time on this site form now on...
[http://leetownage.iwarp.com/comics/cmic7.gif]
2002-12-31, 4:22 PM #8
Hey! Thats my webcomic! SOmeone actually reads it!
Are you trying to post the comic or theRemote Link Frobidden?

WTF? Now i cant even view it from the SITE! Gotta fix that.

------------------
LEET OWNAGE
2002-12-31, 4:43 PM #9
Yay, its fixed.just go to the site to see it.
Or not...
------------------
LEET OWNAGE

[This message has been edited by SAS | nauticus.enigma (edited December 31, 2002).]
2002-12-31, 7:54 PM #10
Ok. Im gonna ask this just once . . WTF does that comic have to do with my program? [http://forums.massassi.net/html/confused.gif]


Hellcat; Id love to go autocomplete, but Ill have to figure it out first. Im not much of a programmer. [http://forums.massassi.net/html/frown.gif] Id first like to get drag&drop working. Anyone know how?
And when the moment is right, I'm gonna fly a kite.
2002-12-31, 8:11 PM #11
I think the comic was about who SM is.

SM = SaberMaster who is a mod of this forum, even though he doesnt actually visit massassi anymore. He once wrote a cog parser which is quite helpful.

Its been a while since I've done vb, I dont think I would be of much use to you.
Team Battle.
2003-01-01, 12:51 PM #12
What kinda drag & drop GBK? The drag file over program and it opens kind?
-Hell Raiser
2003-01-01, 1:33 PM #13
Yeah, that kind.
And when the moment is right, I'm gonna fly a kite.
2003-01-01, 1:35 PM #14
Is the program runnning when the person drags & drops or no? Or both?
-Hell Raiser
2003-01-01, 2:02 PM #15
Bolth would be nice... So I could associate cogs with the program, and it would open htem correctly.
And when the moment is right, I'm gonna fly a kite.
2003-01-01, 2:16 PM #16
I only know when the program is run (via associating program with file type)

Code:
Private Sub Form_Load()

  YourEditBoxThingie.Text = Command$

End Sub


I thought I knew the drag-drop method while the prgoram is running, but that was something totally different. [http://forums.massassi.net/html/frown.gif]
-Hell Raiser
2003-01-01, 2:35 PM #17
If only SM could see this. *remembers* I miss him, GBK does too. Hellcat and other frequent visitor, verterin coggers will be the only ones who miss him.

------------------
The Sniper Missions. Current project, The Sniper Missions

The Magician Saber System.
Major projects working on:
SATNRT, JK Pistol Mod, Aliens TC, Firearms

Completed
Judgement Day (HLP), My level pack
2003-01-01, 6:04 PM #18
Ok, Ive managed to get it to load files on startup. [http://forums.massassi.net/html/smile.gif]

The next "release" will have alot more features. Existing/planned features:

  • The 'Verify' feature.
  • A verb picker. You can pick verbs out of a list to add. Mostly done.
  • A hexadecimal calculator. Its alrady done, and it works. [http://forums.massassi.net/html/smile.gif]
  • Drag & drop.
  • Autocomplete, as an extension of the "Verify" function.



Please, dont ask for Parsec-like functionality. I dont know how to do that. But, I am open to any other suggestion...
And when the moment is right, I'm gonna fly a kite.
2003-01-01, 7:19 PM #19
Gimmie a drop down menu with messages listed, please! [http://forums.massassi.net/html/biggrin.gif] And an auto return; insertation when a message is typed. Make it like VB durnit. [http://forums.massassi.net/html/wink.gif]
-Hell Raiser
2003-01-01, 7:59 PM #20
How does this grab you?

[http://www.massassi.org/gbk/add_symbol.png]

You can add any message from this window, which can be access from the menu (Tools>Add Symbol..), or by hotkey (Ctrl+W). You can also build a symbol, with any variable, and add it (hence the window name). THe "auto increment" stuff is for automatically upping the array or ID variables, so you can very quickly build large symbol arrays. [http://forums.massassi.net/html/biggrin.gif]
And when the moment is right, I'm gonna fly a kite.
2003-01-01, 8:05 PM #21
W O W

(and no, not the JK mod)
Cordially,
Lord Tiberius Grismath
1473 for '1337' posts.
2003-01-01, 8:20 PM #22
[http://forums.massassi.net/html/smile.gif]

[http://www.massassi.org/gbk/Hex_calc.png]

Im thinking about adding functions for direct hex-dec and dec-hex conversions . . . any takers?
And when the moment is right, I'm gonna fly a kite.
2003-01-01, 8:29 PM #23
Wow, lookin good. [http://forums.massassi.net/html/smile.gif] I don't see a need for hex-dec dec-hex for cogs.

You know whats funny? I made a little proggie in VB to make arrays for me with all the spiffy stuff you just made. Makes life easier ya know. [http://forums.massassi.net/html/smile.gif]
-Hell Raiser
2003-01-01, 9:07 PM #24
w00t Symbol arrays!! Now I wont have to write them out [http://forums.massassi.net/html/smile.gif]

Good job!
Team Battle.

↑ Up to the top!