digitalmars.D.announce - DCode 1.3 release
- Chris Miller (3/3) May 10 2006 DCode editor 1.3 was released yesterday, this one adds simplified projec...
- Hasan Aljudy (3/7) May 10 2006 Can you please make it use spaces for "tabs" instead of the hard-wired
- Dejan Lekic (2/2) May 11 2006 Nice to see there are others who do not use tab characters for
- Derek Parnell (8/10) May 11 2006 I never use them. A hideous legacy of a by-gone age.
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (3/4) May 11 2006 Yeah, like those "carriage-returns"... (the ctrl-M's)
- jicman (2/4) May 11 2006 Most of the real programmers use spaces instead of tabs. :-)
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (5/6) May 11 2006 Bah, real programmers don't use white space unless forced to. ;-)
- jicman (2/8) May 11 2006 Ok, I give you that one... :-)
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (6/7) May 11 2006 Seriously, tabs are not *that* bad if everyone could just settle on a
- James Dunne (6/18) May 11 2006 That's because someone had a brain-aneurism thought about using
- Derek Parnell (9/24) May 11 2006 And don't forget RPGII. In that language, certain columns could only
- Hasan Aljudy (4/24) May 11 2006 heheh, we've already gone over this once, but it was the other way
- James Dunne (9/38) May 13 2006 But... I love tabs! They're great for indentation, but they should not
- Derek Parnell (6/11) May 13 2006 Get a better text editor ;-)
- Hasan Aljudy (4/46) May 13 2006 even the most lame text editors I've seen support ctrl-arrow to jump to
- James Dunne (6/60) May 13 2006 Short for Obsessive-Compulsive Disorder. :)
- Hasan Aljudy (2/69) May 13 2006 Oh yeah, I have that. Just not with tabs :(
- James Dunne (8/85) May 14 2006 Yeah, I have a big case of it... A co-worker moved an icon on my desktop...
- Chris Miller (3/9) May 11 2006 I'll see about adding it.
DCode editor 1.3 was released yesterday, this one adds simplified project management and more. http://www.dprogramming.com/dcode.php
May 10 2006
Chris Miller wrote:DCode editor 1.3 was released yesterday, this one adds simplified project management and more. http://www.dprogramming.com/dcode.phpCan you please make it use spaces for "tabs" instead of the hard-wired tab character? as an option ofourse!
May 10 2006
Nice to see there are others who do not use tab characters for indentation...
May 11 2006
On Thu, 11 May 2006 09:58:45 +0200, Dejan Lekic wrote:Nice to see there are others who do not use tab characters for indentation...I never use them. A hideous legacy of a by-gone age. -- Derek (skype: derek.j.parnell) Melbourne, Australia "Down with mediocracy!" 11/05/2006 6:43:12 PM
May 11 2006
Derek Parnell wrote:I never use them. A hideous legacy of a by-gone age.Yeah, like those "carriage-returns"... (the ctrl-M's) --anders
May 11 2006
Dejan Lekic says...Nice to see there are others who do not use tab characters for indentation...Most of the real programmers use spaces instead of tabs. :-)
May 11 2006
jicman wrote:Most of the real programmers use spaces instead of tabs. :-)Bah, real programmers don't use white space unless forced to. ;-) "You want it in one line? Does it have to fit in 80 columns? :-)" --LW http://groups.google.com/groups?selm=7349 jpl-devvax.JPL.NASA.GOV&hl=en --anders
May 11 2006
ISO-8859-1?Q?Anders_F_Bj=F6rklund?= says...jicman wrote:Ok, I give you that one... :-)Most of the real programmers use spaces instead of tabs. :-)Bah, real programmers don't use white space unless forced to. ;-) "You want it in one line? Does it have to fit in 80 columns? :-)" --LW http://groups.google.com/groups?selm=7349 jpl-devvax.JPL.NASA.GOV&hl=en --anders
May 11 2006
jicman wrote:Ok, I give you that one... :-)Seriously, tabs are not *that* bad if everyone could just settle on a spacing for them (that isn't 8). Kinda like 8-bit character encodings, it works OK as long as everyone is "on the same page". (If only...) The only language I know getting serious hiccups from tabs is Python. --anders
May 11 2006
Anders F Björklund wrote:jicman wrote:That's because someone had a brain-aneurism thought about using whitespace indentation for scope control. -- Regards, James DunneOk, I give you that one... :-)Seriously, tabs are not *that* bad if everyone could just settle on a spacing for them (that isn't 8). Kinda like 8-bit character encodings, it works OK as long as everyone is "on the same page". (If only...) The only language I know getting serious hiccups from tabs is Python. --anders
May 11 2006
On Thu, 11 May 2006 19:55:52 -0500, James Dunne wrote:Anders F Björklund wrote:And don't forget RPGII. In that language, certain columns could only contain certain information -- Derek (skype: derek.j.parnell) Melbourne, Australia "Down with mediocracy!" 12/05/2006 11:02:49 AMjicman wrote:That's because someone had a brain-aneurism thought about using whitespace indentation for scope control.Ok, I give you that one... :-)Seriously, tabs are not *that* bad if everyone could just settle on a spacing for them (that isn't 8). Kinda like 8-bit character encodings, it works OK as long as everyone is "on the same page". (If only...) The only language I know getting serious hiccups from tabs is Python. --anders
May 11 2006
James Dunne wrote:Anders F Björklund wrote:heheh, we've already gone over this once, but it was the other way around. We were talking about python, then we started talkig about how evil the tab character is!jicman wrote:That's because someone had a brain-aneurism thought about using whitespace indentation for scope control.Ok, I give you that one... :-)Seriously, tabs are not *that* bad if everyone could just settle on a spacing for them (that isn't 8). Kinda like 8-bit character encodings, it works OK as long as everyone is "on the same page". (If only...) The only language I know getting serious hiccups from tabs is Python. --anders
May 11 2006
Hasan Aljudy wrote:James Dunne wrote:But... I love tabs! They're great for indentation, but they should not be combined with spaces. I *hate* arrowing through a bunch of spaces to get to the start of a statement - tabs go much quicker. Plus it's such a hassle to reindent code with spaces when you're OCD about indentation and code readability... -- Regards, James DunneAnders F Björklund wrote:heheh, we've already gone over this once, but it was the other way around. We were talking about python, then we started talkig about how evil the tab character is!jicman wrote:That's because someone had a brain-aneurism thought about using whitespace indentation for scope control.Ok, I give you that one... :-)Seriously, tabs are not *that* bad if everyone could just settle on a spacing for them (that isn't 8). Kinda like 8-bit character encodings, it works OK as long as everyone is "on the same page". (If only...) The only language I know getting serious hiccups from tabs is Python. --anders
May 13 2006
On Sat, 13 May 2006 17:13:58 +1000, James Dunne <james.jdunne gmail.com> wrote:But... I love tabs! They're great for indentation, but they should not be combined with spaces. I *hate* arrowing through a bunch of spaces to get to the start of a statement - tabs go much quicker. Plus it's such a hassle to reindent code with spaces when you're OCD about indentation and code readability...Get a better text editor ;-) -- Derek Parnell Melbourne, Australia
May 13 2006
James Dunne wrote:Hasan Aljudy wrote:even the most lame text editors I've seen support ctrl-arrow to jump to next word!!James Dunne wrote:But... I love tabs! They're great for indentation, but they should not be combined with spaces. I *hate* arrowing through a bunch of spaces to get to the start of a statement - tabs go much quicker.Anders F Björklund wrote:heheh, we've already gone over this once, but it was the other way around. We were talking about python, then we started talkig about how evil the tab character is!jicman wrote:That's because someone had a brain-aneurism thought about using whitespace indentation for scope control.Ok, I give you that one... :-)Seriously, tabs are not *that* bad if everyone could just settle on a spacing for them (that isn't 8). Kinda like 8-bit character encodings, it works OK as long as everyone is "on the same page". (If only...) The only language I know getting serious hiccups from tabs is Python. --andersPlus it's such a hassle to reindent code with spaces when you're OCD about indentation and code readability...I lost you on OCD .. :)
May 13 2006
Hasan Aljudy wrote:James Dunne wrote:Yes, any decent editor will do that. Tabs are more storage efficient.Hasan Aljudy wrote:even the most lame text editors I've seen support ctrl-arrow to jump to next word!!James Dunne wrote:But... I love tabs! They're great for indentation, but they should not be combined with spaces. I *hate* arrowing through a bunch of spaces to get to the start of a statement - tabs go much quicker.Anders F Björklund wrote:heheh, we've already gone over this once, but it was the other way around. We were talking about python, then we started talkig about how evil the tab character is!jicman wrote:That's because someone had a brain-aneurism thought about using whitespace indentation for scope control.Ok, I give you that one... :-)Seriously, tabs are not *that* bad if everyone could just settle on a spacing for them (that isn't 8). Kinda like 8-bit character encodings, it works OK as long as everyone is "on the same page". (If only...) The only language I know getting serious hiccups from tabs is Python. --andersShort for Obsessive-Compulsive Disorder. :) -- Regards, James DunnePlus it's such a hassle to reindent code with spaces when you're OCD about indentation and code readability...I lost you on OCD .. :)
May 13 2006
James Dunne wrote:Hasan Aljudy wrote:Oh yeah, I have that. Just not with tabs :(James Dunne wrote:Yes, any decent editor will do that. Tabs are more storage efficient.Hasan Aljudy wrote:even the most lame text editors I've seen support ctrl-arrow to jump to next word!!James Dunne wrote:But... I love tabs! They're great for indentation, but they should not be combined with spaces. I *hate* arrowing through a bunch of spaces to get to the start of a statement - tabs go much quicker.Anders F Björklund wrote:heheh, we've already gone over this once, but it was the other way around. We were talking about python, then we started talkig about how evil the tab character is!jicman wrote:That's because someone had a brain-aneurism thought about using whitespace indentation for scope control.Ok, I give you that one... :-)Seriously, tabs are not *that* bad if everyone could just settle on a spacing for them (that isn't 8). Kinda like 8-bit character encodings, it works OK as long as everyone is "on the same page". (If only...) The only language I know getting serious hiccups from tabs is Python. --andersShort for Obsessive-Compulsive Disorder. :)Plus it's such a hassle to reindent code with spaces when you're OCD about indentation and code readability...I lost you on OCD .. :)
May 13 2006
Hasan Aljudy wrote:James Dunne wrote:Yeah, I have a big case of it... A co-worker moved an icon on my desktop just to invoke my knee-jerk response of moving it back while trying to collaborate on some work. =P It really bugged me and I can't explain why; needless to say it was quite a laugh...for him -- Regards, James DunneHasan Aljudy wrote:Oh yeah, I have that. Just not with tabs :(James Dunne wrote:Yes, any decent editor will do that. Tabs are more storage efficient.Hasan Aljudy wrote:even the most lame text editors I've seen support ctrl-arrow to jump to next word!!James Dunne wrote:But... I love tabs! They're great for indentation, but they should not be combined with spaces. I *hate* arrowing through a bunch of spaces to get to the start of a statement - tabs go much quicker.Anders F Björklund wrote:heheh, we've already gone over this once, but it was the other way around. We were talking about python, then we started talkig about how evil the tab character is!jicman wrote:That's because someone had a brain-aneurism thought about using whitespace indentation for scope control.Ok, I give you that one... :-)Seriously, tabs are not *that* bad if everyone could just settle on a spacing for them (that isn't 8). Kinda like 8-bit character encodings, it works OK as long as everyone is "on the same page". (If only...) The only language I know getting serious hiccups from tabs is Python. --andersShort for Obsessive-Compulsive Disorder. :)Plus it's such a hassle to reindent code with spaces when you're OCD about indentation and code readability...I lost you on OCD .. :)
May 14 2006
On Wed, 10 May 2006 18:01:49 -0400, Hasan Aljudy <hasan.aljudy gmail.com> wrote:Chris Miller wrote:I'll see about adding it.DCode editor 1.3 was released yesterday, this one adds simplified project management and more. http://www.dprogramming.com/dcode.phpCan you please make it use spaces for "tabs" instead of the hard-wired tab character? as an option ofourse!
May 11 2006