General :: Windows - Text / Log Editor With Auto-refresh Support
Feb 8, 2010
I'm looking for a text editor / log manager of some kind that will automatically refresh a file's contents when it changes.
I have a single target log file (e.g. current.log) that is overwritten under certain circumstances and I'd like to be able to leave it displayed and not constantly have to re-open the file to get updates. Much the same as 'tail --follow=name' does in Linux.
I'm using a Windows desktop but it's a remote file so a Linux app would work just as easily.
View 4 Replies
ADVERTISEMENT
Jun 1, 2010
Recommend a good Linux text editor for Windows (if it exists), I wrote scripts for C-Shell using txt editor of windows but I have problem, it doesn't run because windows is not UNIX, what can I do? I don't want to install linux for a few scripts, I do testing of my scripts via unix server (this server is not mine), I treed dos2unix command, also doesn't work.
View 5 Replies
View Related
Jan 20, 2010
i want to know good cd/dvd burner that support windows also..I want to mean that I can use that cd/dvd for nero also...i want to know a good photo editor/viewer also..i am using opensuse 11.1.
View 1 Replies
View Related
May 18, 2010
I just switched from Windows to Linux. I've been using EditPlus for many years mainly because of it's ability to save locally, and then send the file via FTP, with easy keyboard shortcuts (ctrl-s to save, ctrl-alt-s to ftp).
I also need syntax highlighting and basic code editing features. Is there anything for Linux that can do this? I don't want to run EditPlus via Wine
I need to save locally and remotely simultaneously, or at least with a few keystrokes. I already know of plenty of ways to edit remote files.
View 3 Replies
View Related
Apr 22, 2011
I code primarily in jQuery/JavaScript, and I'm looking for a text editor for Linux that has auto-indent and auto-outdent (seems to be tough to find that). Any suggestions? I've checked Gedit, Cream, vim, Bluefish.None of them seem to have this feature.
View 2 Replies
View Related
Feb 20, 2010
Does anyone know if there's a way to make nano support auto-complete and auto-bracket closing?
View 1 Replies
View Related
Jul 17, 2009
I was trying to install GTK+-2.8.20, so I installed it's necessary dependencies in this order:
pkg-config-0.23
glib-2.20.4
pango-1.24.4
jpeg library
tiff library
cairo
And I was about to install the last dependency: ATK (Accessability Toolkit).I opened the Archive Manager to extract the "atk-1.26.0.tar.gz" file (yes, I'm still switching from Windows so I'm fond of GUI), but I noticed all the text in that window was boxes, like the □ type box for every letter of text.So instead I thought it wouldn't be a big deal, because the terminal and regular windows weren't screwed up.I opened a text file in gedit (reference to commands in terminal, such as how to extract files via terminal), but yet again all of the text was □-like boxes.
View 2 Replies
View Related
Dec 19, 2009
tell me which text editor supports multiple overlapping windows (eg like turbo C++ 1.01 IDE ? ). Currently I'm using gedit and find that I cannot see two or more files at the same time
View 8 Replies
View Related
Sep 1, 2011
I sometimes have two similar files that one works and one doesn't. I would like to compare the differences. But TEXT EDITOR opens two files in two tabs making it impossible to compare the data side by side.
Is there a way to make Text editor open a separate window for each file? Browsers usually have such an option to choose multiple windows or tabs but I can't find away to do this with Text editor.
View 5 Replies
View Related
Apr 20, 2010
I'm looking for a programmable way to open an editor with a small window size. For example 60 columns and 3 lines. So I need an editor that can take its initial window size from command line args or environment variables, or possibly from an initial command that can be given on the command line.I've looked at documentation and experimented with gedit, gvim (and vi & vim), and nano and I don't think any of them can be controlled this way. Vi and its friends have a "window" option and also a "resize" command, both of which are described as setting the number of rows, but they don't change the graphical window size they just change the number of rows displayed in the window.
View 3 Replies
View Related
Feb 16, 2011
I have used a windows text editor (Notepad++) which has set a benchmark for myrequirements. As I tend to use linux most of the time I have been looking for a similar editor for some time. Kate is ticking most boxes. 2 things I can see which I would like if anyone could advise:You can find selected within the current file. IE. highlight a string for searching. I cant see the ability to do the same in all files. Does this exist?In NPP I can search for a string in "all files currently open" within the editor. Does this facility exist in Kate?
View 3 Replies
View Related
Jul 25, 2011
On windows I really only used Notepad++ as my text editor, it had two features that I loved.What I need to accomplish is what I would do with Notepad++ column editor.I could have like 100 lines, and place the cursor at a column, and goto edit>column editor, and I could insert an incrementing number. (I could also pad the incrementing number with 0s, this was GREAT for making batch files among other things.)So each line at that column had a number higher than the previous line.The other feature that I used sometimes was a search/replace with regex patterns.Does anyone know of an editor that has those features for linux? I am mostly after the column editor insert feature but if you know of one with both features that would rock.
View 1 Replies
View Related
Jan 14, 2011
I am really trying to find a cli/console text editor that can open/edit RTF text files? I know they them for Dindows, but what about Linux?
View 1 Replies
View Related
Mar 31, 2011
All of a sudden all the text in my vi editor is highlighted. I have no idea how this happened.
View 2 Replies
View Related
May 30, 2011
I was reading how you could browse the net with Emacs but then it was stated that it was done with another application like Firefox so this would imply that Emacs is an interpreter would it not? What is Emacs capable of? Is it an interpreter that runs a text editor?
View 11 Replies
View Related
Jan 25, 2011
Code:export EDITOR="nano" in ".zshrc". How do I use default text editor now?
View 1 Replies
View Related
Mar 24, 2010
re: lock file on an access database.i can see an .ldb file fine with windows notepad but cannot see the .ldb file in ubuntu's text editor. Its just messy text of symbols and letter. is there a way to view these files from ubuntu ?
View 13 Replies
View Related
Jul 28, 2010
How can I change the default text editor for console programs in Ubuntu.When I run mutt and send a message, it currently loads up Joe and I would prefet to load Vim.I know I can change $EDITOR for me only, but would prefe to do it system wide.
View 2 Replies
View Related
Mar 26, 2010
please let me know what are the commands I have to use & how to save a "OpenSuse Terminal text editor" once we have updated the file.
View 8 Replies
View Related
Mar 21, 2010
I'm looking for a light-weight text editor for general-purpose composition that can preserve indentations on wrapped lines.
View 3 Replies
View Related
May 11, 2010
Is there a simple text editor for Linux that will let you color or highlight text on demand? Something like gedit or leafpad with color? I know I can probably do this with vi or emacs, but I'm looking for something simple, need not be feature rich.
View 4 Replies
View Related
Aug 11, 2010
I need a lightweight GUI text editor on my Ubuntu Lucid system which lets me specify a Unicode code point (e.g. U+1234), and inserts that character to a UTF-8 text document. I know that gedit can't do it (not even with the Character Map plugin).
I'm not interested in solutions involving any kind of emacs or vi. I'm also not interested in text editors running in the terminal (such as joe, which has this functionality). I need the absolute simplest, smallest and fastest plain text editor for Linux which lets me type a few letters, insert a few characters by their code, type some more letters, and then save the .txt file as UTF-8-encoded.
View 1 Replies
View Related
Jan 26, 2011
Is there a way to make the background to an editor e.g. gedit transparent without affecting text's transparency? Is there any other program that supports this?
View 1 Replies
View Related
Mar 27, 2011
I am trying to copy paste from a file in Nano to a text editor outside of nano on my machine (I am running windows using Nano through Putty) and I cannot figure out how to do it. I can select with mouse support enabled everything that I want to in Nano and I can cut it, but when I try to copy into my other text editor, it does not work.
View 4 Replies
View Related
Mar 7, 2010
Using ubuntu 9.10
If I'm in a terminal window, and I open a file by typing eg :
It opens as a blank document... I know it has text in it though!
I've tried with other files and also with nano so it's not just a problem with a particular file.
How do I view the current contents of the file so I can then edit it?
View 4 Replies
View Related
May 26, 2010
I have a server I can ssh into, and I am also running Ubuntu. How do I edit this remote file using any program I have installed on my local Ubuntu, without copying it to local, editing it, and copying it back?
View 4 Replies
View Related
Sep 28, 2010
Is there a native Linux application that facilitates/enforces semantically marked-up text in a common format (HTML, Markdown, etc.) with instant feedback of how it looks with "pretty" formatting?
I'm looking for something like (the rather brilliant) browser-based WMD, but with the following additional features code...
View 1 Replies
View Related
Mar 10, 2011
I would like to make Firefox view text files not in its internal editor, but in the external editor (namely EmacsClient).Is it possible to change this default behavior of Firefox?I beg your pardon for being inconcise, I'll try to state the matter once again. First thing to mention is that I use the Linux version of Firefox. That means that unlike the Windows version the contents of the application bindings dialog is very scarce.
When I click on the link to a text file (be it remote or local) by default Firefox opens it in the internal browser. I've tested, somehow it looks at file extension - when for example I make a file with .mpg extension, the behaviour is as it should be - the dialog with "Open With..." and stuff. When the file has unknown extension (unknown to /etc/mime.types), in my case it's .out, pure text format - the default behaviour is to open it in a Firefox window.
View 2 Replies
View Related
Apr 28, 2011
I'm trying to be able to Open a text editor without needing an existing file.This is my code:
case $ans in
"Show Today") echo "$(date)";;
"Show Calendar") cal;;
[code]...
View 14 Replies
View Related
Apr 24, 2011
Does any one know how can i input text by reading from a named pipe to any popular GUI based text editor?
View 5 Replies
View Related