This is a program that i made called html editor, and worked quite a while on. I need YOU to test out this program for glitches, errors, etc. if you do find an error, please (if you can) take a screenshot and/or write about the error/glitch. also, feel free to recommend new ideas for the program. Program download and Screenshot below:
Re: HTML Editor **BETA TESTING**
Posted: Tue Sep 21, 2010 2:44 am
by MrBrockWalker
Take a look at my HTML editor for some ideas if you want to cooll; But I really think yours needs a new layout, I cant test it cause I don't have .NET Framework 4
Re: HTML Editor **BETA TESTING**
Posted: Wed Apr 13, 2011 7:50 pm
by mikethedj4
I don't mean to bump this topic or anything, but this is a very nice application. Sorry Brock I like this better than bHTML for the following reasons. I can use the tab key to indent, and everything works fine in the app. Your's edit, view, help, file/new didn't do anything also could only open .html/.htm files, and not other files like .css, .js, .php and so on. Also hotkeys aren't listed, and some of the coding is wrong like embedding an image for example you have <img src=URL>, it should be <img src="URL">.
The only things that didn't work in "HTML Editor" was the preview in tab button in the menustrip, and word wrap well idk what that's suppose to do, but looked like it didn't do anything when I was messing with it. Also preview in web browser didn't work as well all it did was open notepad, and put my codes in there.
BTW: I decided to do a review of this application for my YouTube users, hopefully this app will be hosted on SourceForge or another site, cause I guarantee my users won't like hafting to register on this forum, just to get this application, but it is very nice, and has been incredibly helpful for me.
Re: HTML Editor **BETA TESTING**
Posted: Wed Apr 13, 2011 7:54 pm
by GoodGuy17
mikethedj4 wrote:
and word wrap well idk what that's suppose to do
Word Wrap defines whether scrollbars show up when you type more characters than the textbox's line length will take, or if it will just take it to a new line.
Re: HTML Editor **BETA TESTING**
Posted: Wed Apr 13, 2011 7:58 pm
by mikethedj4
GoodGuy17 wrote:
mikethedj4 wrote:
and word wrap well idk what that's suppose to do
Word Wrap defines whether scrollbars show up when you type more characters than the textbox's line length will take, or if it will just take it to a new line.
Oh ok, I get you, I just tried it combining everything together, and works perfectly. Great thing to add, kind of wish I knew that before lol
Re: HTML Editor **BETA TESTING**
Posted: Wed Apr 13, 2011 10:18 pm
by Cheatmasterbw
mikethedj4 wrote:I don't mean to bump this topic or anything, but this is a very nice application. Sorry Brock I like this better than bHTML for the following reasons. I can use the tab key to indent, and everything works fine in the app. Your's edit, view, help, file/new didn't do anything also could only open .html/.htm files, and not other files like .css, .js, .php and so on. Also hotkeys aren't listed, and some of the coding is wrong like embedding an image for example you have <img src=URL>, it should be <img src="URL">.
The only things that didn't work in "HTML Editor" was the preview in tab button in the menustrip, and word wrap well idk what that's suppose to do, but looked like it didn't do anything when I was messing with it. Also preview in web browser didn't work as well all it did was open notepad, and put my codes in there.
BTW: I decided to do a review of this application for my YouTube users, hopefully this app will be hosted on SourceForge or another site, cause I guarantee my users won't like hafting to register on this forum, just to get this application, but it is very nice, and has been incredibly helpful for me.
A review would be nice! I might post this on my website.
please pm me when you make the review thing, if you ever do ;)
Re: HTML Editor **BETA TESTING**
Posted: Wed Apr 13, 2011 10:48 pm
by mikethedj4
I recorded one earlier, it's 8 minutes though so I'm gonna redo it, I would prefer a full version instead of a beta, as a beta it's not really a review, but more the less on thoughts cause it's generally still in development ya know?
Re: HTML Editor **BETA TESTING**
Posted: Wed Apr 13, 2011 11:13 pm
by Cheatmasterbw
I actually forgot about this project, but i guess i will start working on it again.
Feel free to recommend features!
Re: HTML Editor **BETA TESTING**
Posted: Sun Apr 17, 2011 2:35 pm
by mikethedj4
The review is up!
My minor suggestions for the program are in the video, but what I'd really like to see is a customizable gui. As not everyone likes tabs, have the preview be kind of like bhtml, but also have the choice for it to be placed on the top, left, right, or bottom, as well as, as it's own window, and of course as a tab as well. So that would fit everyone's needs.
The main thing though I really would like to see HTML5, and CSS3 be compatible with it, but that's me.
Re: HTML Editor **BETA TESTING**
Posted: Sat Apr 23, 2011 2:22 pm
by Codex
The reason this doesn't have HTML5 and CSS3 is because this uses the old IE engine in vb.net