View Full Version : Hacking Tools?
Question, what do people use to hack there files? Im using Textpad, but I want somthing where I can FIND/REPLACE multi-lines of code. Any ideas?
snyx
PS-I have seen the UBB multihack, so there is no need to mention it :D
I use Edit Plus for editing any code I do. It has syntax for PHP also. You can find and replace, or just find code, very nice. http://www.editplus.com/ Try out the program. Or, just use notepad, and choose search > find. You can always find code in Notepad.
White Chocobo
05-30-2001, 10:22 AM
I currently use Dreamweaver cause it has a built in one for you. But I guess you won't spend the cash just to buy it for a simple find/edit thingy. (If you didn't know Dreamweaver is a WYSIWYG webdesigning program...Kinda like Frontpage but better) But I actually still use mostly Notepad, cause of custom scripts.
CoolaShacka
05-30-2001, 10:44 AM
<a href="http://www.editpadlite.com/editpadlite.html" target="_blank">http://www.editpadlite.com/editpadlite.html</a>
Editpad Lite is free... and is just like Notepad, but with FIND/REPLACE Function...
Sneakz
05-30-2001, 01:51 PM
Yeah, i agree with PeF,
UltraEdit rules...
Ultra Edit website (http://www.ultraedit.com/downloads/index.html)
Greetz ;)
Im going to give UltraEdit a try, thanks!
Wayne Luke
05-30-2001, 03:55 PM
UltraEdit is good, however it is much slower than Textpad.
Case in point:
UltraEdit takes 15 minutes to load a 900,000 line text file.
Textpad takes less than a minute.
UltraEdit takes 3 minutes to scroll to the bottom of the same file via CTRL-END
Textpad is almost instantaneous.
I've never tried TextPad before. Seems like time to give it a try. Valuable informations. Thanks for sharing it with us. ;)
qasic
05-30-2001, 07:46 PM
I defintely prefer UltraEdit. wluke have you ever tried disable line numbering with UltraEdit? I think you'll find that the loading will defintely speed up :)
qasic
tubedogg
05-30-2001, 08:47 PM
Originally posted by qasic
wluke have you ever tried disable line numbering with UltraEdit?
Line numbering is part of the whole reason they're better than notepad...
Dontom
05-30-2001, 08:50 PM
try homesite - it has syntax highlighting/checking for php and you can do search (& replace) even for multiple files in one step (selected files, all files in a dir including subdirs etc.)
Wayne Luke
05-30-2001, 11:35 PM
Originally posted by qasic
I defintely prefer UltraEdit. wluke have you ever tried disable line numbering with UltraEdit? I think you'll find that the loading will defintely speed up :)
qasic
I would have to say that without Line Numbering, the program is worthless to me. That is an essential feature.
yeah ultraedit sucks! LOL, I will stick to textpad for me thanks :D
kicks
05-31-2001, 12:54 PM
Home site is pretty cool, but the search and replace box is a little limited. It only displays one line.
PHP Coder Pro! (free) also supports search and replace functions while giving you two options. A single line search/replace, and an option called extended replace.
You can check it out here (http://www.phpide.de/)
Snoozy
05-31-2001, 02:08 PM
Edit Plus 2, I asked this earlier on sitepoint, and got a lot of responses, I use this exclusivly now.
http://www.editplus.com/
kicks
05-31-2001, 03:00 PM
One last one
Notetab is a pretty decent text editor
http://www.notetab.com
Psycho
06-03-2001, 11:33 PM
I use Textpad for most things. Scribbler 2000 for others
but i ran across MPS....They have editors for everything it seems.
Go check them out at http://mps.uoe.org/mps_php.htm
water
06-04-2001, 07:10 AM
has anyone tried Scriptworx?
http://www.softlite.net/products/scriptworx/
i've just downloaded it but haven't had time to try it out.
:water
kitchend
06-04-2001, 08:43 AM
i use textpad religiously.
i used to be a fan of homesite and editpad, but frankly, when you've got used to regular expression search and replace in textpad, can compare files perfectly (great for upgrades to code), well the others are left out of the equation.
the biggest work i've ever done in textpad was to open a 95,000 line text file and perform a regex search to find all e-mail addresses (some 26,000) and then re-format the whole file to insert into a majordomo list. it took approx 30 seconds end to end (you can raise textpads CPU priority, and it does work properly).
you sound like you already have the best tool, now you just need to play with it a while and learn all of it's features.
just to underline though, i work for BT and currently write in PHP, Perl, TCL, Vignette, ASP, C++, Oracle PL/SQL and other gibberish. Textpad does all of these and can even compile your java (just put javac in the run command at the top, and make it a keyboard shortcut).
as i've always found, the choice is usually between friendliness and power. textpad is just raw power.
cheers
david k
biolight
06-07-2001, 11:05 PM
Hey!
There are 2 search and replace dialogues in homesite. If you hit control-R, you get the page scope.
If you hit control-shift-r, you get the more powerful search box. It supports limited regex, and it's pretty easy to use.
If I were you though, I would look for a perl script. I don't have one handy, but I think you could write something that's faster in perl than you could in any wheeny editors.
Try this link:
http://blazonry.com/perl/mksr_pl.txt
There are dozens out there. You can always use SED too. BTW, if you want unix on windows, use cygwin (http://www.cygwin.com/), or better, mks (http://www.mks.com/). It makes windows a LOT more useful. =)
Have a good one!
LiutGoose
09-04-2002, 12:14 PM
I've tried them all, best of the best is EditPlus...
http://www.editplus.com
Yep, EditPlus (http://www.editplus.com/) here too... I love how you can open files on my server, and re-upload them just by clicking the save button... saves so much time when editing files on the server
g-force2k2
09-04-2002, 01:25 PM
hey i just like my handy dandy wordpad :) thats all i use... no need for fancy things for me :p regards...
g-force2k2
FFMania
09-05-2002, 05:38 PM
EditPlus....you can find multiple lines and replace them at once ;)
Logician
09-05-2002, 07:51 PM
EditPlus 2.. The best editor I used ever..
As for find/replace: Its features are very well designed: Find in files/directory, find with regular expressions, find/match braces..
Erwin
09-05-2002, 11:18 PM
I use Dreamweaver 4 - overkill, but since I have it...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.