active questions tagged editor - Stack Overflowmost recent 30 from stackoverflow.com2009-11-27T17:36:33Zhttp://stackoverflow.com/feeds/tag/editorhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/998832/web-based-json-editor-that-works-like-property-explorer-with-ajaxy-input-form1Web-based JSON editor that works like property explorer with AJAXy input formdreftymac2009-06-15T22:47:50Z2009-11-27T12:54:57Z
<p><strong>Background:</strong> This is a request for something that may not exist yet, but I've been meaning to build one for a long time. First I will ask if anyone has seen anything like it yet. </p>
<p>Suppose you have an arbitrary JSON structure like the following:</p>
<pre><code>{
'str_title':'My Employee List'
,'str_lastmod': '2009-June-15'
,'arr_list':[
{'firstname':'john','lastname':'doe','age':'33',}
,{'firstname':'jane','lastname':'doe','age':'34',}
,{'firstname':'samuel','lastname':'doe','age':'35',}
]
}
</code></pre>
<p><strong>Question:</strong> Is there a web-based JSON editor that could take a structure like this, and automatically allow the user to modify this in a user-friendly GUI?</p>
<p><strong>Example:</strong> Imagine an auto-generated HTML form that displays 2 input-type-text controls for both title and lastmod, and a table of input-type-text controls with three columns and three rows for arr_list ... with the ability to delete or add additional rows by clicking on a [+][X] next to each row in the table.</p>
<p><strong>Big Idea:</strong> The "big idea" behind this is that the user would be able to specify any arbitrary (non-recursive) JSON structure and then also be able to edit the structure with a GUI-based interaction (this would be similar to the "XML Editor Grid View" in XML Spy).</p>
http://stackoverflow.com/questions/1317313/anyone-know-of-a-decent-html-editor2Anyone know of a decent HTML editor?Mala2009-08-22T23:28:35Z2009-11-26T13:53:19Z
<p>I have always used a text-editor for my web-projects, but as they get more complicated, some kind of help is pretty much necessary. I need something that will do the following:</p>
<ul>
<li>run on linux</li>
<li>be as close to just a text-editor as possible (I use gedit for <em>everything</em>)</li>
<li>keep track of object attributes, possibly standardizing the order (i.e. type, id, class, etc)</li>
<li>keep track of object relations (i.e. which label goes with which input, etc)</li>
<li>tell me if i do something like re-use an "id" by accident</li>
<li><strong>work with php</strong></li>
</ul>
<p>ideally, I'd like this program to be free, but that's probably not gonna happen... Anyone know of a good option?</p>
<p><strong>UPDATE:</strong>
Thank you all for your suggestions! There are a lot to choose from, and many of them look excellent. As for marking a solution as the accepted one, I'm rather at a loss of which one to pick... Thanks again for everyone's help :)</p>
<p><strong>UPDATE2:</strong>
Do any/all of these integrate nicely with jQuery?</p>
http://stackoverflow.com/questions/1801312/is-there-a-jquery-editor-plugin-that-support-image-uploading0Is there a jQuery editor plugin that support image uploading?Mask2009-11-26T02:57:12Z2009-11-26T02:57:12Z
<p>I haven't found one yet.Have you?</p>
http://stackoverflow.com/questions/1798889/no-jsp-editor-with-eclipse-galileo-3-31No Jsp Editor with Eclipse Galileo 3.3Gervase2009-11-25T18:11:07Z2009-11-25T19:05:08Z
<p>I just installed Eclipse Galileo, but have no JSP editor. </p>
<p>In file associations, on the Preferences page, *.jsp was not even mentioned.</p>
<p>When I added it and went to associate with the built-in Jsp Editor, there was none in the list.</p>
<p>Note: I have WTP 3.1.1 installed.</p>
<p>Any ideas?</p>
http://stackoverflow.com/questions/1798454/normalize-line-break-in-visual-studio0normalize line break in visual studio.jslap2009-11-25T17:13:59Z2009-11-25T17:13:59Z
<p>Sometimes, I copy stuff from the Net, and paste it directly in my code comments. But it can happen that the line breaks of the pasted text is just LF. This appears correct in the text-editor of visual studio, but the debugger does'nt agree with the appearance, so when I trace code, evrything is messed up.</p>
<p>My current solution is that whenever I notice a missmatch in the debugger, I do a find and replace with regexp of \n by /x000d/x000a.</p>
<p>I would like to know if someone has a simpler way of doing it.
Like automaticaly when I paste...</p>
<p>Thanks. </p>
http://stackoverflow.com/questions/68504/what-are-my-ide-editor-choices-for-haskell27What are my IDE/Editor choices for Haskell?Jason Dagit2008-09-16T01:21:28Z2009-11-25T14:08:51Z
<p>I typically use Emacs with hasktags for editing Haskell but I would like to enumerate all the choices and hopefully get feedback on each.</p>
<ul>
<li><a href="http://www.haskell.org/haskell-mode/" rel="nofollow">Emacs</a></li>
<li><a href="http://www.cs.kent.ac.uk/people/staff/cr3/toolbox/haskell/Vim/index.html" rel="nofollow">VIM</a></li>
<li><a href="http://www.haskell.org/visualhaskell/" rel="nofollow">Visual Haskell</a></li>
<li><a href="http://eclipsefp.sourceforge.net/" rel="nofollow">EclipseFP</a></li>
<li><a href="http://leksah.org/" rel="nofollow">leksah</a></li>
<li><a href="http://www.vim.org/scripts/script.php?script_id=2356" rel="nofollow">SHIM</a> (wasn't this for emacs originially? did the project die?)</li>
<li><a href="http://www.haskell.org/haskellwiki/HIDE" rel="nofollow">HIDE</a></li>
<li><a href="http://www.haskell.org/haskellwiki/Yi" rel="nofollow">yi</a></li>
</ul>
<p>If you've used one of the above, please tell me what you liked and didn't like about using it as a Haskell editor. I'm especially looking for something that gives me control over lots of the project management issues. Hopefully it can quickly navigate to source, show me haddock snippets on demand, look up type signatures and even help with refactoring. Further integration with hoogle and lambdabot are appreciated as well.</p>
http://stackoverflow.com/questions/612627/are-there-any-cms-editors-out-there-which-users-can-populate-locked-down-html-tem0Are there any CMS editors out there which users can populate locked down HTML templates with content and submit, but in a very, very stripped down way?Deep2009-03-04T21:53:54Z2009-11-25T14:00:05Z
<p>Hi there,</p>
<p>We work in email marketing, creating HTML/TEXT emails for clients. In essence we design HTML email templates for our clients. Clients then post us content (via a form) to populate these templates before we send them out. Right now we do this manually, basically cutting and pasting the content from their submitted form into the relevant parts of the template, which is time consuming and particularly mind-numbing.</p>
<p>What we're looking for (and have so far been unable to find) is a simple system which will allow us to capture this client content in a sort of WYSIWYG HTML format. Basically they populate a locked down version of the template, entering text where necessary, before submitting to us. This is our most basic requirement, and a friend of mine kindly demo'd a proof of concept here: </p>
<p><a href="http://advantageone.co.uk/mbe/" rel="nofollow">http://advantageone.co.uk/mbe/</a><br />
Note: If you click on a text area in the body of the template, an editor pop ups.</p>
<p>Now what we are looking for a CMS editor out there which can be easily adapted to do the above and the following for our end clients?</p>
<ul>
<li>User login</li>
<li>View previously submitted campaigns that they have created and edit these</li>
<li>Create new - selecting from template (assigned to their user/client id), perhaps being able to add new rows to the template. </li>
<li>And have these HTML templates locked down so they can only edit what they're allowed too (like in the demo above), and perhaps make some areas required. </li>
<li>Perhaps have a simple workflow or approval built in</li>
<li>Allow us to lock submitted campaigns after a point so they can't be further edited, and as administrators view all campaigns from all users</li>
<li>Be so incredibly simple, with any extraneous functionality switched off</li>
</ul>
<p>Essentially an extremley simple stripped down CMS, but we use the outputted HTML for sending out as an email, rather than publishing onto the web.</p>
<p>Now to the actual dilemma: we're looking for something really simple, and the above sounds like a CMS. But we haven't been able to find anything that already does, or can be easily adapted to do this. Everything is either too complex, or simple and inflexible. We're sure there must be something off the shelf available, rather than us coding something ourselves. </p>
<p>But we've kind of got stuck. Does anyone know of a system, or could recommend a system that can do the above out of the box, or with a few days tweaking?</p>
<p>Forgive me if this is a little disjointed, if I'm being incredibly dopey and there is something out there please let me know!</p>
<p>Kind regards,</p>
<p>Dp.</p>
http://stackoverflow.com/questions/1778501/find-and-replace-whole-words-in-vim6Find and replace whole words in vimPhenom2009-11-22T11:51:10Z2009-11-24T20:25:08Z
<p>To find and replace all instances of a word in vim, I use</p>
<pre><code>%s/word/newword/g
</code></pre>
<p>How do I change this so that it only finds instances of "word" that are whole words?</p>
http://stackoverflow.com/questions/180435/graphical-open-source-text-editor-for-large-text-files-200-mbytes3Graphical open source text editor for large text files (> 200 MBytes)Dirk2008-10-07T21:08:45Z2009-11-24T16:24:45Z
<p>Is there an open source alternative (similar to ultraedit) to handle files with filesize >200 MBytes?</p>
http://stackoverflow.com/questions/1783254/r-text-editors-for-introductory-statistics-courses2R text editors for introductory statistics courses [closed]Colin Gillespie2009-11-23T13:54:56Z2009-11-24T10:12:50Z
<blockquote>
<p><strong>Possible Duplicates:</strong><br>
<a href="http://stackoverflow.com/questions/1439059/best-ide-texteditor-for-r">Best IDE / TextEditor for R</a><br>
<a href="http://stackoverflow.com/questions/1173463/recommendations-for-windows-text-editor-for-r">Recommendations for Windows text editor for R</a> </p>
</blockquote>
<p>Dear All,</p>
<p>I teach a large introductory R course (about 100 students), and would like to recommend suitable text editors for R. The students who attend this course are first year mathematics undergraduates doing their very first course in R. They have never programmed in any language before. </p>
<p>For the vast majority of them, it wouldn't beneficial for them to learn to use a 'complex editor' - by this I mean <em>emacs</em> and <em>vi</em>. </p>
<p>What I would like to do is recommend simple text editors that are </p>
<ul>
<li>free</li>
<li>can be easily installed on their laptops by users with little computer knowledge</li>
<li>have R syntax highlighting.</li>
<li>available for Windows or Mac.</li>
</ul>
<p>For windows I've found:</p>
<ul>
<li><a href="http://www.sciviews.org/Tinn-R/" rel="nofollow">TINN-R</a></li>
<li><a href="http://notepad-plus.sourceforge.net/uk/site.htm" rel="nofollow">Notepad ++</a> with the <a href="http://sourceforge.net/projects/npptor/files/" rel="nofollow">R plugin</a></li>
</ul>
<p>Are there any others that I've missed for Windows?</p>
<p>There are a few threads that deal with R text editors:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/1439059/best-ide-texteditor-for-r">Best IDE / TextEditor for R</a></li>
<li><a href="http://stackoverflow.com/questions/1173463/recommendations-for-windows-text-editor-for-r">Recommendations for Windows text editor for R</a> </li>
<li><a href="http://stackoverflow.com/questions/1097367/which-ide-for-r-in-linux">Which IDE for R in Linux?</a></li>
</ul>
<p>but these are a bit too complicated for my purpose.</p>
<h1>Edits</h1>
<p>Following comments from Shane and others I've reworded the question.</p>
http://stackoverflow.com/questions/1788099/how-to-open-a-urls-returned-content-in-an-eclipse-editor0How to open a url's returned content in an eclipse editor?Rog2009-11-24T05:57:31Z2009-11-24T06:22:13Z
<p>I'm debugging some xml returned from a URL and am using Eclipse's editor and XML validation to find problems. Currently that involves saving the XML returned from the URL and opening it in Eclipse, which is really tedious.</p>
<p>Is there a way to more directly load the contents of a URL into an editor window in Eclipse?</p>
http://stackoverflow.com/questions/1436862/does-texniccenter-or-any-other-tex-editor-auto-complete-references-in-latex1Does Texniccenter or any other tex editor auto-complete references in Latex?Mert Nuhoglu2009-09-17T05:36:45Z2009-11-23T21:14:21Z
<p>I want to use a latex editor that has auto completion feature for existing references in a latex file. Do you know any good ones? I am trying to find this feature in texniccenter, but I guess it doesn't exist or I could't find it yet.</p>
<p>Update:
Ok, I found how to enable auto completion in Texniccenter. I needed first create a project. Then open the file in this project (or copy its text). Now Ctrl-Space inside a \ref{} tag completes the reference automatically.</p>
http://stackoverflow.com/questions/597077/is-learning-vim-worth-the-effort37Is learning VIM worth the effort?Trap2009-02-27T23:27:07Z2009-11-23T17:28:23Z
<p>As a programmer I spend a lot of hours at the keyboard and I've been doing it for the last 12 years more or less. If there's something I've never gotten used to during all this time is these annoying and almost unconscious constant micro-interruptions I experience while coding, due to some of the most common code editing tasks. Things like a simple copy & paste from a different line (or even the same line), or moving 1 or 2 lines up or down from the current position requires too much typing or involves the use of the arrow keys, and it gets worse when I want to move further, I end up using the mouse. Now imagine this same scenario but on a laptop.</p>
<p>I've always considered to learn VIM but the amount of time needed to master it has always made me to step back.</p>
<p>I'd like to hear from people who has learned it and if it ends up being one of those things you cannot live without.</p>
<p>Edit:</p>
<p>At work I use VS2008, C# and R#, which together make editing code a lot faster and easier than ever, but even so I think I could enjoy not having to use the mouse at all.</p>
<p>Edit:</p>
<p>And not even the arrow keys.</p>
http://stackoverflow.com/questions/1379826/doxygen-style-comments-in-kate2Doxygen style comments in KateAamir2009-09-04T15:04:08Z2009-11-23T17:00:36Z
<p>Kate features a very handy shortcut (Ctrl+D) to apply single- and multi-line comment to the selected region of text. How can I configure Kate to apply doxygen style comments in C/C++ source files?</p>
<pre><code>/**
* reduces the channel complexity
* args: None
* returns: None
*/
void Channel::reduce();
</code></pre>
http://stackoverflow.com/questions/1782915/switching-focus-between-editor-and-terminal-in-kate1Switching focus between editor and terminal in KateDana2009-11-23T12:37:23Z2009-11-23T13:00:18Z
<p>When working in Unix with various programming languages I often use Kate as my primary editor.
It has a really nice function of being able to open a built-in terminal window which is quite useful. </p>
<p>The problem is that switching back and forth to the terminal view using a mouse is quite a pain and I can't find any shortcuts for this. The only shortcut I could find is for closing the entire terminal (not just changing the focus). This is a bit annoying as it causes the text in the terminal window to get truncated (I think it's a known Kate bug). </p>
<p>Does anyone know a better shortcut??</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1781927/is-it-possible-to-get-autocomplete-for-a-rails-application-in-text-editors-not-o0Is it possible to get autocomplete for a rails application in text editors, not only text fieldsmliebelt2009-11-23T09:12:33Z2009-11-23T09:12:33Z
<p>I have searched a lot, but did not find anything useful, so I just ask. The context is Rails 2.3.x, the usual javascript libraries. I would like to reach the following:</p>
<ol>
<li>I would like to have something similar to <code><%= text_field_with_auto_complete :recipe, :name %></code> but on text editors: <code><%= text_editor_with_auto_complete :recipe, :description, '\w+\:\w+' %></code></li>
<li>It should be customizable (best by a reg-expression) when to start auto-complete. So instead of starting for the whole contents, I would like to start on <code>\w+\:\w+</code> which means: start calling auto-complete when a string is entered that starts with non-space characters followed by a ':' sign which is followed by non-space characters.</li>
<li>The replacement should be done only on the string that matches the reg-expression of course.</li>
</ol>
<p>Do you know any solution that could be adapted to my needs?</p>
http://stackoverflow.com/questions/1775005/super-star-or-find-the-word-under-the-cursor-equivalent-in-emacs3"super star" or find the word under the cursor equivalent in emacsmmrobins2009-11-21T09:16:34Z2009-11-22T23:07:49Z
<p>I'm a vim user and have recently been trying out emacs for fun. I find that the feature I'm missing most so far from vim is the "<a href="http://vim.wikia.com/wiki/VimTip1" rel="nofollow">super star</a>" (find the word under the cursor by typing *) feature, and I have yet to find the equivalent in emacs. If it's not built in, what would I need to add to my emacs file to get something similar?</p>
http://stackoverflow.com/questions/257333/clojure-editor-ide-recommendations-on-os-x14Clojure editor/IDE recommendations on OS XJulien Chastang2008-11-02T20:44:52Z2009-11-22T19:03:48Z
<p>I am starting to learn the Clojure programming language. Are there any recommendations for Clojure editors/IDEs on OS X?</p>
<p><strong>Update 2009-9-23</strong>: The clojure space has changed tremendously since I originally posted this question. Many of the links below, especially those that refer to clojure-mode with emacs, are out-of-date. The best clojure IDE I found was the enclojure Netbeans plugin which was recently released (2009-08-25).</p>
http://stackoverflow.com/questions/1655084/yui-editor-image-upload0YUI Editor - Image Uploadtarnfeld2009-10-31T17:51:37Z2009-11-21T04:32:15Z
<p>Is there a plugin to upload images via the Images window, that will work with YUI 2.8.0r4 ?
There is one but that only works with 2.3.1 :(</p>
<p>Any ideas?</p>
http://stackoverflow.com/questions/21725/favorite-gvim-plugins-scripts23Favorite (G)Vim plugins/scripts?cschol2008-08-22T03:31:48Z2009-11-20T15:00:32Z
<p>What are your favorite (G)Vim plugins/scripts?</p>
http://stackoverflow.com/questions/214377/what-options-are-available-for-cross-platform-resource-bundle-editors1What options are available for cross platform resource bundle editors?modius2008-10-18T01:47:00Z2009-11-20T14:00:03Z
<p>We're releasing a new set of resource bundles for a large open source project, and I'd like to make some good recommendations for cross platform resource bundle editors to translators.</p>
<p>The only useful candidates I can find include:</p>
<ul>
<li><a href="http://www.icu-project.org/download/rbmanager.html" rel="nofollow">RBManager</a></li>
<li><a href="http://sourceforge.net/projects/eclipse-rbe/" rel="nofollow">Eclipse ResourceBundle Editor</a></li>
</ul>
http://stackoverflow.com/questions/1754020/good-ide-editor-for-c-suited-to-my-tastes2Good IDE/editor for C++ suited to my tastesLaren Mortensen2009-11-18T06:21:06Z2009-11-19T17:23:43Z
<p>First off, I know that this question is asked a lot. I have looked at several threads and I end up being more confused than anything because usually the thread question is vague so the answers are vague as well (ex - What is a good compiler to use? - followed by a list of compilers people recommend depending on who likes what).</p>
<h2>I would like to know which editors/IDE would be best suited for a beginner, and then what I would like to learn in the long term (2 separate questions). I will try to be specific and list my priorities in order of importance.</h2>
<p>I will be using Windows XP for learning. First a little background. I want to learn C++. I already know Java as far as syntax goes but only have a few years experience using it (nothing professional). I have used a few computational math / physics programming languages such as MATLAB, IDL, MATHEMATICA, MAPLE. I have done a lot of computational programming, but I want to switch over to software engineering.</p>
<p>I would appreciate an answer to two questions:</p>
<h2>A - What is a good compiler and IDE/editor to use to learn C++?</h2>
<p>Preferences:</p>
<p>1 - It needs to be free in the cost sense</p>
<p>2 - Easy to learn and use (probably somewhat minimalist)</p>
<p>3 - It NEEDS a good debugger!</p>
<p>4 - Very standard compliant (Compiler efficiency isn't important to me right now)</p>
<p>5 - Very short learning curve</p>
<p>I would like just a simple environment to learn the language in the short term.</p>
<h2>B - What is a good IDE/editor for me to use long term?</h2>
<p>Preferences:</p>
<p>1 - It NEEDS a really good debugger!!! Can't stress this enough.</p>
<p>2 - I would actually prefer a steep learning curve if it makes life a lot easier to code especially large programs.</p>
<p>3 - I like using a lot of key short-cuts. I am very annoyed to have to go through lots of menus or have to rely heavily on the mouse. On the other hand, I do like having the mouse as an alternate option, but probably only for very uncommon tasks. </p>
<p>4 - I am biased toward IDE's for the reason that they can collapse code, and present information more visually so I can find what I need a lot easier without having to hunt through too much code. If a good editor can collapse code and make finding code easier I would be willing to lose my bias.</p>
<p>5 - IDE/editor needs to extend to many other languages (I don't want to learn one for every language I use). </p>
<p>6 - I would like it to be free, but that isn't necessary.</p>
<p>7 - Start up time doesn't really matter to me.</p>
<p>Sorry for such a long post. I wanted to be very specific so that an expert could directly answer my question without stirring a holy war. I would like to see the differences between them that apply to my preferences. I would greatly appreciate any advice or information that you could give me that helps me make a decision. </p>
<p>I really don't want answers such as:</p>
<p>Use such-and-such because that is the one I like the most. </p>
<p>That really doesn't help me. I am sorry to be picky, but I have gotten lost or very little help in the related threads that I have read and I don't want to have to try more than a few different options to find what I would like the most.</p>
<h2>EDIT</h2>
<p>I forgot to mention a few things. Windows XP is for the short term. I currently have a dual boot and know how to use linux including basic command line scripts (though I am a bit rusty). I have used several editors (such as emacs to a basic level) and several IDE's that are more tailored for the languages I do know. My experience has been the easier it is to learn an IDE/editor, the harder it is to be efficient and have a fast workflow later on (unless the interface is very highly customizable or key shortcut oriented).</p>
<p>I did learn C++ to a very basic level, but it has been too long and I can't remember it. I really just need a short term solution for just a few months to learn the syntax very well. </p>
<p>Please let me know <b>specifics</b> about an IDE/editor such as how strongly it performs to my criteria. I also would really appreciate comparisons and contrasts. <b>The more specific and detailed, the better.</b></p>
http://stackoverflow.com/questions/1762573/what-php-editor-should-i-use0What php editor should i use ?Gonzui2009-11-19T11:10:07Z2009-11-19T16:23:20Z
<p>What php editor should i use ?</p>
<p>I now have NetBeans 6.8 (the php version) but it´s always freezing for a long time.
I used previously version 6.7.1 but the auto scan feature rendered the editor useless for to long like 10 min on each restart.
I used Eclipse as well but had the same experience as in Netbeans. Always freezing for a long time and very buggy specially if you install a lot of plugins.
I tryed for a short time VIM with plugins but i dont like the navigation and other parts of it even though its fast and has some "autocomplete" and "go to declaration" features.
I love Scite and/or Textpad++ they are always super fast and never freeze but have no real "autocomplete" nor "go to declaration" feature.</p>
<p>Is there any middle ground ? Like a Scite/Textpad type editor that loads fast and is snappy and responsive and has a "autocomplete" and "go to declaration" ?</p>
<p>PS. I know of the answers in <a href="http://stackoverflow.com/questions/503132/lightweight-auto-completing-php-editor">http://stackoverflow.com/questions/503132/lightweight-auto-completing-php-editor</a> </p>
<p>(Edit 19.11 2009 16:17 start)</p>
<p>Very happy with almost all the answers here. Stackoverflow rules.</p>
<p>Currently i am trying phpDesigner7 and Cream. </p>
<p>phpDesigner </p>
<p>pros: Very good "autocomplete" and "go to declaration"</p>
<p>cons: forgets that it has scanned my project and takes a long time to scan (i can use the editor though while it´s scanning, i can live with that.)</p>
<p>Cream</p>
<p>pros: snappy
cons: I liked my VIM install with plugins somewhat. Having trouble seeing how this is any better. I cant see how i can install a "autocomplete" or "go to declaration" feature into this editor.
(Edit 19.11 2009 16:17 end)</p>
http://stackoverflow.com/questions/1760830/why-cant-i-launch-notepad-from-the-command-line-anymore0Why can't I launch notepad++ from the command line anymore?bflora2009-11-19T04:13:13Z2009-11-19T14:42:44Z
<p>I'm teaching myself some Django tonight using the local dev package at instantdjango.com</p>
<p>I made it through half the tutorial, building a basic map with points on it, then closed out of the console for a bit. I just fired it back up and now when I try to use notepad++ to edit files, console tells me it doesn't recognize the command. What happened?</p>
<p>When I as working through the first half, I was able to type: "notepad++ filename.ext" and I'd get a text editor that would pop up.</p>
<p>Now when I type that, it doesn't recognize the command.</p>
<p>How do I get back the ability to use the text editor and how did I lose it?</p>
http://stackoverflow.com/questions/1763165/editor-with-design-view0Editor with design view?sarfraz2009-11-19T13:06:25Z2009-11-19T13:10:27Z
<p>There are editors better than dreamweaver in some cases but because most of them dont have html/code design view, i resort to dreamweaver.</p>
<p>Does anyone know any other code editor having design view like dreamweaver?</p>
http://stackoverflow.com/questions/237291/are-there-any-emacs-or-vim-editors-with-code-completion-plugins-for-c1Are there any emacs or vim editors with code completion plugins for C#?javelinBCD2008-10-26T00:54:25Z2009-11-19T09:34:24Z
<p>It would be nice if it did both a list of methods to choose from and the list of potential input parameters. This was done for powershell and I was curious if there was any similar functionality implemented for emacs or vim?</p>
<p>Clarification:</p>
<p>A fellow developer I work with wants to use either vim or emacs for the low overhead without running visual studio. In essence he would like to be able to write tests, edit code in emacs or vim then just run NANT scripts to compile the code and run the tests. The only feature from Visual Studio he wants is code completion. The rest he can live without for 98-99 percent of the time.</p>
http://stackoverflow.com/questions/1757572/where-can-i-find-a-vim-syntax-file-for-the-go-language1Where can I find a Vim syntax file for the go language?C. Ross2009-11-18T17:12:31Z2009-11-18T21:40:06Z
<p>Has anyone created a vim syntax file for the go language? </p>
http://stackoverflow.com/questions/1747282/how-to-make-visual-studio-editor-stop-scrolling-past-bottom-of-a-file1How to make Visual Studio editor stop scrolling past bottom of a file?Edward Tanguay2009-11-17T08:05:02Z2009-11-18T15:53:55Z
<p>In the Visual Studio <strong>editor</strong> when you pull the <strong>scroll bar</strong> down to the bottom of the file, all you see is a <strong>blank page</strong>, since the text has scrolled up past the <strong>top</strong> of the text editor window. This makes scrolling to the bottom <strong>difficult</strong> because you can't just pull the scroll bar quickly all the way down but have to <em>carefully</em> position the cursor so you can still see your code.</p>
<p><strong>How can I make it so that, as in NotePad, when I pull the scroll bar down to the bottom of the file, I see the bottom of the file?</strong></p>
http://stackoverflow.com/questions/1703492/templated-html-editor1Templated HTML EditorDaClown2009-11-09T20:19:44Z2009-11-18T02:27:11Z
<p>Hi, I'm looking for a HTML editor that kinda supports templated editing or live snippets or something like that.</p>
<p>Background: I'm working on a website for a friend. As there are no specifications what the webspace/webserver can or can't do, I decided to make it a pure HTML/CSS page, or rather 10 of them. I wrote a template, copied it 10 times and edited the content. And guess what, the template has to be changed.</p>
<p>Therefore I'm looking for a (HTML-)editor that has some kind of live template system where I can edit the content in as it where plain text and then save the project into the 10 pure HTML/CSS files.</p>
<p>I thought about using PHP (the only script language I've some knowledge in), but writing the underlying template script would cost me enough time that I could change all files by hand. I'm not that familiar with AJAX to know if there's a way to load content from another file. If so, this would be an option if there already is a script. With Webdeveloper (firefox extension) I could save the generated source code as HTML/CSS.</p>
<p>Thanks in advance</p>
<p>Edit: any hints how to do this without an editor are welcome</p>
<p>Edit2: In my mind the tool looks like a plain old text editor like SciTe, but capable of editing multiple files simultaneously in the same text area, so it looks like editing one ordinary file, but actually it's a whole bunch of files.</p>
http://stackoverflow.com/questions/803149/web-development-text-code-editors-for-windows12Web development text/code editors for WindowsMathias Bynens2009-04-29T16:18:21Z2009-11-17T11:50:45Z
<p>I'm currently using <a href="http://e-texteditor.com/" rel="nofollow">E-TextEditor</a>. This application is trying very hard to be <em>TextMate for Windows</em>, but unfortunately it isn't very stable. Also, it has some serious problems opening minified files (e.g. 70 kB JavaScript files), which is unacceptable IMHO.</p>
<p>Notepad2 has no problem at all opening these files, and seems to be very stable as well. Unfortunately, it doesn't allow multiple file instances through tabs, and it lacks a remote editing feature.</p>
<p>To me, the perfect text editor would be something as fast and lightweight as Notepad2, but with added features such as opening documents in tabs and remote editing through FTP.</p>
<p>So, any suggestions? Which editor do you use to directly edit files through FTP?</p>
<p>P.S.: I'm not looking for heavy applications like Zend Studio or Dreamweaver. A simple program with the abovementioned features that doesn't take 30 seconds to launch would be perfect, ithankyou.</p>
<p>P.P.S.: And yes, I read the <a href="http://stackoverflow.com/questions/14155/text-editors">Text Editors</a> topic, but my question obviously is a little more specific.</p>