473,499 Members | 1,562 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

showing changed lines in vs .net

Is there any way to show - until I save - the changed lines in vs .net 2003?
Would be helpful to review changes while I'm making them.

Thanks for any help.

Bernie Yaeger
Nov 20 '05 #1
15 915
Hello Bernie
I don't think its possible to do it but Whidbey IDE will
keep track of saved/insaved changes to the code.

Kind Regards
Jorge
-----Original Message-----
Is there any way to show - until I save - the changed lines in vs .net 2003?Would be helpful to review changes while I'm making them.

Thanks for any help.

Bernie Yaeger
.

Nov 20 '05 #2
Thanks, Jorge.

Bernie
"Jorge" <an*******@discussions.microsoft.com> wrote in message
news:fd****************************@phx.gbl...
Hello Bernie
I don't think its possible to do it but Whidbey IDE will
keep track of saved/insaved changes to the code.

Kind Regards
Jorge
-----Original Message-----
Is there any way to show - until I save - the changed

lines in vs .net 2003?
Would be helpful to review changes while I'm making them.

Thanks for any help.

Bernie Yaeger
.

Nov 20 '05 #3
* "Bernie Yaeger" <be*****@cherwellinc.com> scripsit:
Is there any way to show - until I save - the changed lines in vs .net 2003?
Would be helpful to review changes while I'm making them.


AFAIK no -- but this will be a feature in the next version (Whidbey)
which will be released to public in very late 2004 or 1H 2005. There
will be a green line on the left side of all lines changed since you
saved the file for the last time.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #4
Now that will be very, very helpful - tx Herfried.

Bernie

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:OQ**************@TK2MSFTNGP10.phx.gbl...
* "Bernie Yaeger" <be*****@cherwellinc.com> scripsit:
Is there any way to show - until I save - the changed lines in vs .net 2003? Would be helpful to review changes while I'm making them.


AFAIK no -- but this will be a feature in the next version (Whidbey)
which will be released to public in very late 2004 or 1H 2005. There
will be a green line on the left side of all lines changed since you
saved the file for the last time.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Nov 20 '05 #5
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> schrieb
* "Bernie Yaeger" <be*****@cherwellinc.com> scripsit:
Is there any way to show - until I save - the changed lines in vs
.net 2003? Would be helpful to review changes while I'm making
them.


AFAIK no -- but this will be a feature in the next version
(Whidbey) which will be released to public in very late 2004 or 1H
2005. There will be a green line on the left side of all lines
changed since you saved the file for the last time.


What's it's sense?? I'm saving all the time not to loose anything.
--
Armin

Nov 20 '05 #6
* "Armin Zingler" <az*******@freenet.de> scripsit:
Is there any way to show - until I save - the changed lines in vs
.net 2003? Would be helpful to review changes while I'm making
them.


AFAIK no -- but this will be a feature in the next version
(Whidbey) which will be released to public in very late 2004 or 1H
2005. There will be a green line on the left side of all lines
changed since you saved the file for the last time.


What's it's sense?? I'm saving all the time not to loose anything.


Why? Are there bad sectors on your harddisk? Does VS.NET run
"instable"?

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #7
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> schrieb
What's it's sense?? I'm saving all the time not to loose
anything.


Why? Are there bad sectors on your harddisk? Does VS.NET run
"instable"?


Well, why do you need an insurance? You should always save as often as
possible. In the case of crashes, power losses or whatever. No, this does
/never/ happen - unless you didn't save. In short, I learned it a long time
ago and I didn't change my behavior, so I do this automatically. I don't
want to belong to those people saying "I wished I had saved!". I've heard it
too often.
--
Armin

Nov 20 '05 #8
Armin,

* "Armin Zingler" <az*******@freenet.de> scripsit:
What's it's sense?? I'm saving all the time not to loose
anything.


Why? Are there bad sectors on your harddisk? Does VS.NET run
"instable"?


Well, why do you need an insurance? You should always save as often as
possible. In the case of crashes, power losses or whatever. No, this does
/never/ happen - unless you didn't save. In short, I learned it a long time
ago and I didn't change my behavior, so I do this automatically. I don't
want to belong to those people saying "I wished I had saved!". I've heard it
too often.


When saving often, the chance of a crash inside the harddisk may be
significantly higher than the chance te prevent the source code from
being lost.

Just a thought.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #9
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> schrieb

When saving often, the chance of a crash inside the harddisk may
be significantly higher than the chance te prevent the source code
from being lost.

Just a thought.


haha, you're so funny.
--
Armin

Nov 20 '05 #10
Armin,

* "Armin Zingler" <az*******@freenet.de> scripsit:
When saving often, the chance of a crash inside the harddisk may
be significantly higher than the chance te prevent the source code
from being lost.

Just a thought.


haha, you're so funny.


:->

I press Strg+S/... every ~30 seconds when editing code... You are not
the only one doing that.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #11
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> schrieb

* "Armin Zingler" <az*******@freenet.de> scripsit:
When saving often, the chance of a crash inside the harddisk
may be significantly higher than the chance te prevent the source
code from being lost.

Just a thought.
haha, you're so funny.


:->

I press Strg+S/... every ~30 seconds when editing code...


Yeah, me even more often - just to make me believe I'm making progress. *g*
You are
not the only one doing that.


*pew* *wiping-sweat-away* I'm so relieved that I'm not the only one.

;-))
--
Armin

Nov 20 '05 #12
Hi Armin,

Sometimes I add a long section from the clipboard; sometimes I add the wrong
section. Yes, I can control z, but sometimes I don't realize it right away.
If the code were indicative of newly added lines, it would be easier to
remove.

Bernie

"Armin Zingler" <az*******@freenet.de> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> schrieb
* "Bernie Yaeger" <be*****@cherwellinc.com> scripsit:
Is there any way to show - until I save - the changed lines in vs
.net 2003? Would be helpful to review changes while I'm making
them.


AFAIK no -- but this will be a feature in the next version
(Whidbey) which will be released to public in very late 2004 or 1H
2005. There will be a green line on the left side of all lines
changed since you saved the file for the last time.


What's it's sense?? I'm saving all the time not to loose anything.
--
Armin

Nov 20 '05 #13
Hi Herfried,

Sometimes I add a long section from the clipboard; sometimes I add the wrong
section. Yes, I can control z, but sometimes I don't realize it right away.
If the code were indicative of newly added lines, it would be easier to
remove.

Bernie
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:el**************@TK2MSFTNGP11.phx.gbl...
* "Armin Zingler" <az*******@freenet.de> scripsit:
Is there any way to show - until I save - the changed lines in vs
.net 2003? Would be helpful to review changes while I'm making
them.

AFAIK no -- but this will be a feature in the next version
(Whidbey) which will be released to public in very late 2004 or 1H
2005. There will be a green line on the left side of all lines
changed since you saved the file for the last time.


What's it's sense?? I'm saving all the time not to loose anything.


Why? Are there bad sectors on your harddisk? Does VS.NET run
"instable"?

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Nov 20 '05 #14
* "Bernie Yaeger" <be*****@cherwellinc.com> scripsit:
Sometimes I add a long section from the clipboard; sometimes I add the wrong
section. Yes, I can control z, but sometimes I don't realize it right away.
If the code were indicative of newly added lines, it would be easier to
remove.


The main advantage is when changing some little things in a large file.
When scrolling down, it's easier to see where you made changes.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #15
"Bernie Yaeger" <be*****@cherwellinc.com> schrieb

Sometimes I add a long section from the clipboard; sometimes I add
the wrong section. Yes, I can control z, but sometimes I don't
realize it right away. If the code were indicative of newly added
lines, it would be easier to remove.


ok
--
Armin

Nov 20 '05 #16

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3714
by: Daniel Hill | last post by:
OK, I have very, VERY basic background knowledge of VB6 and have now upgraded to VB.NET and now I'm struggling to bring up the forms I want. What I am looking to do is to have a click a command...
9
7958
by: Lance Johnson | last post by:
I would like for when a tab page changes, that my controls on the previous tab page would receive a visiblechanged event or some other event so they are aware of that. We have db locks in some of...
1
2711
by: Rich | last post by:
Hello, I am trying to draw a graph on a form. I can draw the box using drawline, and bars inside the box using drawrectangle, but when I try to draw a line inside the box the inner lines are...
9
2265
by: Daniel Walzenbach | last post by:
Hi I am faced with the following problem: I have a page (let’s call this page page1.aspx) containing some TextBoxes and a hyperlink which opens another page (let’s call this page page2.aspx)...
4
5074
by: Hans Merkl | last post by:
Hi, Is there a way to show the column headers of a GridView control even if there is no data? The only thing I see is the EmptyDataTemplate but I would also like to display the column headers. ...
9
1802
by: MR | last post by:
Why does the string value assigned to the RequestElementName in the SoapDocumentMethodAttribute get changed? The value below with a colon is changed to the hex value surrounded by underscores....
2
5899
by: Matt | last post by:
I can not get the horizontal gridlines to show up on a Gridview. I have changed the selection to both and horizontal with no sign of them. Also, when I set the Gridlines property to Vertical or...
1
5551
by: Grimm | last post by:
I am developing an internalk inteface that integrates alot of seperate tools into one interface. The current version uses one Iframe inside a div layer for positioning. Currently the seperate web...
6
7958
by: MaiyaHolliday | last post by:
Hello, I've recently installed apache on a new computer, and cannot figure out why my site will not process any includes. (it was working on my old one) There are no errors on the page such as...
0
7007
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7386
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4918
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4599
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3098
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3090
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
664
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
295
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.