|
Hi,
I have been playing around with the MS Source Server stuff in the MS Debugging Tools install.
At present, I am running my code/pdbs through the Subversion indexing command, which is now running as expected. It creates the stream for a given pdb file...
Started by Tim Peel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I have resolved my problem - the source file of the Subversion source index task....
There is an option in the Options\Debugging\Symbols of Visual Studio to emit logs of the source from there and make sure that Visual Studio uses it.
|
|
Hi all
How can I set IE8 the old style "view source" to open with Notepad? (I set HTML editing to Notepad, but i want the Right-Click - View source to open in notepad)
thanks
Started by Remus Rigo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Open HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor\Editor Name....
This page here should help
http://www.winhelponline.com/blog/default-view-source-editor-changed-in-ie8/
You can edit the registry.
|
|
How do I programmatically open the "View Source" window (using some Javascript) like when I right click in the browser and click "View Source"? Is this possible?
Started by viatropos on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You can use the "view-source" URI schema, supported you want the user to see in source view:
<a target="_blank" href="view-source:http/View....
There is always a subtle difference in the sources.
|
Ask your Facebook Friends
|
I'm trying to use an XSL file to transform an XML file into an XHTML file. How can I view the XHTML source that is output after the transformation. I'm currently viewing the results through Firefox, but all I see is the rendered version of the XHTML file...
Started by Corey on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's a link to a w3school's.
From the context menu choose Web Developer --> View Source --> View generated source.
Use the Web developer toolbar , and utilize its View Generated Source option.
|
|
Firefox has this nice feature, highlight text and then view selection source. Is there maybe a way to do this in Internet Explorer 7+? As a developer this is really useful.
Started by Roland on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Check out IEToys
Here is a Javascript implementation of 'View Selection Source' , with optional.
|
|
I found a Flash program online that would be perfect for a project I'm working on. Obviously with web content you can usually just use your browser to view the source code of whatever HTML, PHP, etc that you may be looking at. But when it comes to Flash...
Started by Bijan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Right-click on a SWF in a web page and if the "View Source Code the source code ....
You cannot view the original source (as it increases SWF size slightly).
FLA):
Trillix
Sothink
Flash is, for the most part, compiled.
|
|
The F7 key in Visual Studio - it allows the user to switch between the code for a designer element (e.g. a Windows Form or a Web User Control).
This works great in Windows forms: when I'm in the .cs file for a visual element (e.g. a User Control), it ...
Started by Josh Kodroff on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It can't be done..
Might want to try that.
In Source view, Design view or split view.
|
|
I'm just curious if anyone has any tricks on how to keep source code looking good when you "View Source." I'm militant about keeping my code well formatted and spaced while I'm developing and I tend to "View Source" a lot to double check the output (when...
Started by DM on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I use firefox's ViewSourceWith extension....
Don't worry about how it looks in 'view source'; worry about how it looks in csharp send a \n and it should come out as a newline in the "view-source" section of the browser.
Get over it.
|
|
Hi guys
Is there a chance to disable these two things from my site? (View Source) and (Ctrl + C )
please, give me few minutes from your time and help, i'll be much more appreciated
thanks in advance
Started by Bhavi on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
This way, the source or you can ship an integrated browser ....
It's pretty pointless trying to disable the 'view source' and 'ctrl-c' functionality, as anything you to client, don't you? You could use AJAX calls to load your html.
|
|
What is the easiest way to create code-behind (webforms) event handlers for say a button from HTML source view?
In VB.NET it is quite easy to switch to code behind page and use the object and events combo boxes along the top to select and create.
In c...
Started by David on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Etc }
Then, inside the code view of the HTML/ASP.NET part (aka the declarative code.
Click always works ...
Click anywhere in the element in source view.
Make sure the Properties window is open.
|