About Store Forum Documentation Contact



Post Reply 
Header Browser Tool
Author Message
runewake2 Offline
Member

Post: #16
RE: Header Browser Tool
I could find a use for this.
01-04-2011 04:07 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #17
RE: Header Browser Tool
It's half finished - http://www.esenthel.com/download/temp/he...rowser.mp4

Let me know what you think.
01-13-2011 03:55 PM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #18
RE: Header Browser Tool
Looks great already... can you change to background colors aswell?

There is always evil somewhere, you just have to look for it properly.
01-13-2011 04:00 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #19
RE: Header Browser Tool
yeah, there will be 2 color themes (native c++ like on screenshot, and turbo pascal style like on video)
01-13-2011 04:02 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #20
RE: Header Browser Tool
Looks great smile
01-13-2011 04:26 PM
Visit this user's website Find all posts by this user Quote this message in a reply
fatcoder Offline
Member

Post: #21
RE: Header Browser Tool
Don't take this the wrong way, but I don't see how this tool is useful?

The time you'd spend opening the Esenthel tools folder, opening the tool, finding the file you want and browsing for the function or type you want would be far longer than just right clicking in VS and hitting Go To Definition...
01-14-2011 01:15 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #22
RE: Header Browser Tool
wait once it's ready, and you will try it out, I'm testing it now, and feels much more comfortable to browse the headers
01-14-2011 01:31 AM
Find all posts by this user Quote this message in a reply
Chris Offline
Member

Post: #23
RE: Header Browser Tool
Can you parse $(CurText) and use a key binding to call the external tool, parsing it to the header tool from within VisualStudio, and have them as command-line inputs to the header browser (or something)?

(top two links within this link)
http://msdn.microsoft.com/en-us/library/...s.80).aspx

or have it access stuff from the clipboard etc
(This post was last modified: 01-14-2011 01:56 AM by Chris.)
01-14-2011 01:52 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #24
RE: Header Browser Tool
could you be more specific? how does it work?
01-14-2011 02:04 AM
Find all posts by this user Quote this message in a reply
Chris Offline
Member

Post: #25
RE: Header Browser Tool
I've only ever used it with AStyle (source formatting) - to parse the inputs you do this:

1) Go to Tools->External Tools.
2) Click Add
3) Make the title Astyle
4) Make the command: C:\cygwin\bin\astyle.exe (Assuming you installed Cygwin to C:\cygwin\bin)
5) Make the arguments: --style=ansi --style=ansi -t -S $(ItemPath) (Or whatever arguments you like. Check the arguments here: Astyle Documentation)
6) Click apply.

You could send something from http://msdn.microsoft.com/en-us/library/...s.80).aspx

Gotta sleep now
01-14-2011 02:07 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #26
RE: Header Browser Tool
Thanks, I'll check it
01-14-2011 02:12 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #27
RE: Header Browser Tool
Yeah, that works nice! just added it
01-16-2011 07:28 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #28
RE: Header Browser Tool
Looks cool. Probably I'll use this, because when I have external project for my game and I want to look headers in Visual I have got info that for example file doesn't exit (maybe it has been removeded saveral versions ago). Maybe I'm doing something wrong, but Header Tool is very tempting alternative smile
(This post was last modified: 01-16-2011 11:36 PM by Harry.)
01-16-2011 11:35 PM
Visit this user's website Find all posts by this user Quote this message in a reply
McTomas Offline
Member

Post: #29
RE: Header Browser Tool
A good addition to the header browser is the byew type of the Gui Object. For example, when I pass over the Combo Box, it shows an image of default comboBox to be drawn, like this http://unity3d.com/support/documentation...trols.html

It can also be added to the documentation. For me it will be very helpfull because sometime I find myself going to the Gui Editor just to see the Gui Object draw.
01-17-2011 06:07 PM
Find all posts by this user Quote this message in a reply
Barthap Offline
Member

Post: #30
RE: Header Browser Tool
@up: Broken link. Remove dot from ending of url address
01-18-2011 05:25 PM
Find all posts by this user Quote this message in a reply
Post Reply