New Colab Project - HTML Editor - Printable Version +- BP Forums (https://bpforums.info) +-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55) +--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56) +---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8) +----- Forum: Share your programs! (https://bpforums.info/forumdisplay.php?fid=10) +----- Thread: New Colab Project - HTML Editor (/showthread.php?tid=278) |
New Colab Project - HTML Editor - brandonio21 - 12-26-2010 Hey guys. I have decided to start another collaborative project! If you know HTML, you'll know that an editor makes coding the language very easy. So I've setup an application called HTML-IDEx, which is a 'what-you-see-is-what-you-get' HTML editor. Now your job, is to go to the applications website, download the source code, make changes to it, and upload the changes you made to the forum. I will then add your version as an official version of HTML-IDEx! Good luck out there! <!-- m --><a class="postlink" href="http://htmlidex.codeplex.com/">http://htmlidex.codeplex.com/</a><!-- m --> Re: New Colab Project - HTML Editor - JayveeL - 12-31-2010 Can you please guide me on how to download and open this file? Thanks. Re: New Colab Project - HTML Editor - brandonio21 - 12-31-2010 If you go to the website, there is a downloads page. Go there, and click on the file that has 'SRC' in the name. This should be the source code. Then just go into visual basic and open the project you just downloaded Re: New Colab Project - HTML Editor - JayveeL - 01-01-2011 It didnt open properly <!-- s:o --><img src="{SMILIES_PATH}/icon_e_surprised.gif" alt=":o" title="Surprised" /><!-- s:o --> :S Re: New Colab Project - HTML Editor - brandonio21 - 01-01-2011 Alright, When I get home ill upload the whole source code package for you guys to download Re: New Colab Project - HTML Editor - LearningVB2010 - 02-25-2011 How to get the source code of an site: For google chrome: go to the site you want, and press ctrl + U then you will have the source code, just copy it and paste it into the "CODE" and next on "VIEW". Maybe you will get some Errors but just press the "Yes" button (it will give the Error in your language). Btw, there are still some bugs in it: The left thing in "CODE" is too short if you maximize it and with numbers above the 99 it won't be on 1 line. Also the program cannont handle the source code's of your site xDXD Re: New Colab Project - HTML Editor - brandonio21 - 02-25-2011 Haha, Thanks for taking a look at this! I'll fix it in the next major release! <!-- s --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="" title="Very Happy" /><!-- s --> Re: New Colab Project - HTML Editor - LearningVB2010 - 02-25-2011 And the languages don't work. And I can typ in the left small box. But I like the program <!-- s --><img src="{SMILIES_PATH}/icon_razz.gif" alt="" title="Razz" /><!-- s --> Re: New Colab Project - HTML Editor - brandonio21 - 02-26-2011 Doh. So many things to fix! Thanks alot for bringing these errors to my attention, though <!-- s --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="" title="Very Happy" /><!-- s --> Re: New Colab Project - HTML Editor - LearningVB2010 - 02-28-2011 <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> Re: New Colab Project - HTML Editor - openeXpressions - 06-03-2011 Hey guys! This program is getting to be pretty awesome. On codeplex, I uploaded a release that has a winribbon. Maybe y'all could tell me what you think about it. -aka UtilityBuilder Re: New Colab Project - HTML Editor - brandonio21 - 06-04-2011 Hey Nick! Welcome to the forums! Don't worry, I am trying to work as hard as I can on this project!! <!-- s --><img src="{SMILIES_PATH}/icon_razz.gif" alt="" title="Razz" /><!-- s --> Re: New Colab Project - HTML Editor - openeXpressions - 11-01-2011 Hey, there's my old account! <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> I couldn't remember what I called it. Could you remove it? Thanks! <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> Re: New Colab Project - HTML Editor - anlo - 12-15-2012 I've made one - Luna Programming Editor. You can get ideas from it if you want. It uses the FastColoredTextBox for syntax highlighting etc. <!-- m --><a class="postlink" href="http://lorimer.id.au/luna.html">http://lorimer.id.au/luna.html</a><!-- m --> |