Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #21  
Old 03-04-2005, 12:22 AM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmmm...looks interesting, even though I love my EditPlus I may take a look at this. Thanks for the info!
Reply With Quote
  #22  
Old 03-04-2005, 12:15 PM
Alan @ CIT Alan @ CIT is offline
 
Join Date: Nov 2004
Location: South UK
Posts: 625
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We've been using Zend Studio for a while now and it fits our needs very well, but I'm downloading TruStudio now to take a look. Never hurts to look

Thanks,
Alan.
Reply With Quote
  #23  
Old 03-05-2005, 07:20 PM
Zero Tolerance's Avatar
Zero Tolerance Zero Tolerance is offline
 
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by filburt1
Notepad doesn't:
1. Indent automatically
2. Apply syntax coding
3. Show line numbers
4. Use 4-space tabs

All of the above are unacceptable. If you had said practically any other IDE, I would have agreed with you that it's your preference and that whatever you want to use is fine, but Notepad is a total, putrid, piece of crap for anything except taking...simple text notes.
Very true, it doesn't do all of those things .. automatically.

1. Just press the tab button
2. I prefer to write everything from scratch, i don't learn anything if a program is doing it for me.
3. Hit ctrl+g, shows you the line number your currently on
4. Press the space bar 4 - times

Call me old fasioned but i never liked programs doing it all for me, personally i see it as cheating and just straight lazy, and 1 major thing is the syntax coloring that these programs apply, made to make everything "easy" and will point out errors like missing a quotation from a string, to me debugging is part of programming, and the more practice i get, the better, but letting the program do it for me? Well, i just don't like that at all.

However everyone has their own opinion on things, and i can't make anyone go against there own, say mine or there's is better, because opinion is neither true or false.

- Zero Tolerance
Reply With Quote
  #24  
Old 03-05-2005, 08:51 PM
filburt1 filburt1 is offline
 
Join Date: Feb 2002
Location: Maryland, US
Posts: 6,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1. It does not make you more skilled to press the TAB key on new lines, it is just more work for you.
2. I meant syntax coloring; I do agree that, when learning a language, you should not use code generation tools, but when you are very advanced in the language, it can become a timesaver. I use Dreamweaver and know a great deal of XHTML and CSS, and it's just not practical for me to type all the code by hand--although I spend most of my time in the Code view.
3. I find it more convenient to see all of the line numbers at-a-glance.
4. You've got to be kidding me...

I respect your opinion, but I mean really.

edit: remember, no offense for any of this, it's just my very strong opinion.
Reply With Quote
  #25  
Old 03-05-2005, 08:52 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's your opinion of course, but I just can't see how any programmer can live without those features nowadays. The only thing you're cheating is yourself as it doesn't make you a better programmer just because you use notepad. All it'll mean is a decrease in productivity as it'll take you longer to debug
Reply With Quote
  #26  
Old 03-05-2005, 09:19 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
It's your opinion of course, but I just can't see how any programmer can live without those features nowadays. The only thing you're cheating is yourself as it doesn't make you a better programmer just because you use notepad. All it'll mean is a decrease in productivity as it'll take you longer to debug
agreed...I cannot live without syntax highlighting...It would take forever to debug large amounts of coding
Reply With Quote
  #27  
Old 03-06-2005, 12:53 AM
ToraTora! ToraTora! is offline
 
Join Date: Nov 2001
Posts: 255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Kate, for Linux is my primary editor as it includes highlighting, plugins, line numbers, TRUE tabbing (not a bunch of spaces or offset characters like Notepad kicks out), a real nice Find/Replace utility, as well as integrated shell commands and other Linux goodies.
Reply With Quote
  #28  
Old 03-07-2005, 05:16 AM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark_Wizard
Hmmm...looks interesting, even though I love my EditPlus I may take a look at this. Thanks for the info!
I second that, editplus is great software. I hope my first reply to this thread was not misleading. I still use editplus everyday and would recomend it to anyone.
Reply With Quote
  #29  
Old 03-08-2005, 06:08 AM
WhSox21 WhSox21 is offline
 
Join Date: Feb 2004
Posts: 328
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

...but it's so hard to move away from what you've been using (notepad )for years. I'm not sure that I could do it! I really do need to move from it though. The one thing I can't stand about notepad when programming vBulletin modifications is that I have to open up the newly downloaded vBulletin files in WordPad before I can read the code in NotePad. I forget why but for some reason it has everyone on one line. I read about it a long time ago. Either way tomorrow I'll try this out and see how I like it.
Reply With Quote
  #30  
Old 03-08-2005, 02:00 PM
filburt1 filburt1 is offline
 
Join Date: Feb 2002
Location: Maryland, US
Posts: 6,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WhSox21
I forget why but for some reason it has everyone on one line. I read about it a long time ago.
Notepad only recognizes Windows-style linebreaks (CR+LF). It doesn't properly parse Unix-style ones (either CR or LF, can't remember which).
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:45 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04392 seconds
  • Memory Usage 2,272KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete