building my translation model
Submitted by
pat4kin on
Thursday, 17 March, 2011 - 14:54
Hallo!
I have now finished the first phase of the process of building a model to translate my texts from English into German. The first eBook using it, for phrase translations will be uploaded in the next days.
As I began the process of using jEdit to create the model, I was looking for an editor that would allow me to create a workspace concept.
I would now like to extend the model with a set of exe one-liners to perform certain tasks. For this I would like to use the language AWK or one of its derivatives.
I am using it on my MS-Win-XP-Home system under cygwin. It is useful but the architecture is sub-optimal. Is any work being done on an AWK plugin. I would provide with the work I am doing using scripts written by others.
I would like to hear from decision makers or knowledgable members.
Regards,pat4kin.
Outline_Sort (outline_sort.bsh vV1.01 by Peter Theobald)
Submitted by
turtlecove on
Tuesday, 22 March, 2011 - 06:19
outline_sort v1.01 peter@TurtleCoveTech.com
Sorts an outline.
Treats the selection or the buffer as an indented outline and sorts
based on the leftmost indented "parents", carrying the subtrees with their
respective parents.
Skips lines with jEdit auto-settings :setting=value: at the top or bottom
of the file.
I keep all of my info in plain text outlines (Org-Mode style) and this allows me to sort my outlines.
Note: I bind this to 'CS+O s' (the two letter code Control-Shift-O s). I plan on writing more Outline macros in the style of Org-Mode and binding them to (refile: CS+O r, sort: CS+O s, capture: CS+O c, SearchToSparseTree: SC+O f, archive: CS+O a, jump: CS+O j, etc)
Handy Tip: hit 'control-e s' to select a tree before sorting to sort just one outline tree instead of the entire buffer.
How do I list all the macros I have uploaded?
Submitted by
turtlecove on
Tuesday, 22 March, 2011 - 06:39
I cannot find any way to list the macros I have uploaded. Even searching by my username only shows one of them. If I search for each separately I can locate them. Very cumbersome. I must be missing something simple?
jedit search skip specified subdir
Submitted by
jenuc on
Tuesday, 22 March, 2011 - 16:52
Hello
Is it possible in Jedit to search in a directory and its subdirectories but with the possibility to omit some subdirectories from search path?
BR
Eugen
copy/paste from Excel on MacOSX
Submitted by
evaristo2k on
Wednesday, 23 March, 2011 - 11:38
When I copy/paste a selection of cells from Excel into Jedit, I get rows incorrectly separated and they appear as concatenated in one line.
Closing and reopening the file, the rows become correctly separated into different lines. It seems a problem related to how Jedit is rendering cells pasted from Excel.
This happens with the latest Jedit release (stable or daily RC) and working on MacOSX only (the same release on Windows behaves correctly).
Which is the problem?
Thanks,
Eva
Allow grouping of buffers like Firefox 4's Tab Groups
Submitted by
6tr6tr on
Wednesday, 23 March, 2011 - 20:36
I am frequently working on multiple projects at once and currently the only options for managing those projects' files in jEdit are pretty limited.
Current possibilities:
-----------------------
1. Have all the buffers open at once
This becomes an unmanageable mess.
2. Have multiple view panes (split vertically/horizontally) and have different buffers open in each
This is messy as I need to remember which view pane has which project (some are similar and not immediately obvious), and constantly move their "walls" to show and hide them.
3. Have different setting folders for each project
This is very inefficient as switching between projects requires restarting jEdit from the command line with the project's settings folder.
SUGGESTION
--------------
Instead, it would be incredibly powerful to have project groups just like Firefox's Panorama (Tab Groups). You can put buffers into a group, name the group and then when you switch to that group, it would minimize the previous group's buffers and open the new group's buffers only.
As well, jEdit would enable ctrl-tab to switch between the project groups. When a user presses ctrl-tab, it would popup a visual list (like alt-tab for windows) over the current buffer with all the Project Groups' names so you could easily switch between groups. (And pressing ctrl-tab again moves to the next group just like alt-tab)
shifting a block of text
Submitted by
999alfred on
Friday, 25 March, 2011 - 04:48
Is it possible to "shift" a rectangular block of text?
What I mean is I select a rectangle start at say column 20 and running to column 30 and encompasses 20 lines and then I want to move it two tabs right, hit tab twice. Now If I try this my text is deleted. If I 'cut' the text, tab over and paste it puts the first line there, but all the descending lines are placed at the left edge and all the text originally between the text and the left margin is moved below the pasted test.
How do I all of it tab'ed over and not delete my text? Is it possible?
tj
jEdit not working on Max OSX after OSX update
Submitted by
lancel on
Saturday, 26 March, 2011 - 20:13
I have OSX 10.6.7, the latest, and jEdit 4.4. After updating my OSX yesterday with the lastes update jEdit no longer works. I can't figure it our but it seems that it may not be loading the Mac OSX plugin correctly. When I open a doc in jEdit it simply opens as a blank page. It does not matter what kind of doc I open it is simply blank. Anyone else having the problem?
Thanks
vi editor like features like simlple ESC and /hello to search hello
Hey,
vi being old and daunting at first is cool and much faster than any other editor. But who wants to go to console these days when big programming tools are available.
Searching for a word is one of the most frequent things i do. Specially to track the use of variables. Vi makes it easier than any other editor.
Rather than a big daunting window to FIND one word it is more friendly to pop a box in the bottom like in firefox and just give in a command to do a flexible search. And not only search but many many functions if the features from vi are brought into the box. For hard core programmers it will be a boon. Plugin may be a good option for this one.
Thank You
Change the syntax highlighting language
Submitted by
Ayken on
Tuesday, 29 March, 2011 - 09:43
Hey All!
How can I set the syntax highlighting language in jEdit?
It sometimes happens that autodetection of language fails, so I would like to explicitly set the language. Is that even possible in jEdit?
Notepad++ has a self-obvious "Language" menu, where I can choose from the list of all supported languages, and set the syntax highlighting to that. Does jEdit have something similar?
copy file names to file
Submitted by
poleta33 on
Thursday, 31 March, 2011 - 10:20
Hi everybody
I'm trying without success to write a macro that does a simple thing :
copy the file names of the files selected in the browser directory (this could one or more files) into a named file (C:\temp\test.lst)
thanks in advance !
Delays when coming back into jEdit
Let's say I'm clicking around in any other windows program (e.g. Firefox, Outlook), then I click back in the jEdit window... it hangs for several seconds before resuming function. Same if I Alt-Tab or click.
Once I'm in jEdit, I experience no performance issues.
But I often flip back and forth between email or browser, etc, and jEdit. It's a real pain to have to wait 5 seconds every time.
Could it be memory? Is there something I can add to the startup string that might help?
I did it on my Windows XP computer with 3gb Ram, and now it's doing it on my Windows 7 computer with an I7 proc and 4gb of RAM.
jEdit 4.4pre1 server mode, using Java 1.6.0_23
I am running a dual monitor setup.
ClojureShell classpath
Submitted by
messinm on
Saturday, 2 April, 2011 - 11:59
I'd like to change the classpath that ClojureShell uses to start the REPL. Is there a way to do this? The Clojure plugin allows for the user to select the classpath through the clojure commando, and I thought this would be used by ClojureShell, but it appears that ClojureShell uses a classpath that only includes clojure and clojure-contrib.
Using beanshell to increment search results
Submitted by
lg on
Monday, 4 April, 2011 - 13:31
I have an xml with products:
0000007
The problem is that all serial numbers are the same. It is easy enough to search for the serial number but I want to increment the value, maybe using beanshell, for every new search hit. Is that possible? My thought was to convert the serial number to an int and increase the number but I guess this requires a global variable to be used as a counter. Can beanshell use global/persistent variables in the search dialog in jEdit? I am a fairly good java programmer but a novice with bsh and would very much appreciate some hints about where to start.
Macro to beautify/ align text tables (ex. as used in cucumber scenarios)
Submitted by
gucki on
Tuesday, 5 April, 2011 - 09:45
I just wrote it myself, because I couldn't find one.
You can download it here: http://netskin.blogspot.com/2011/04/jedit-macro-to-beautify-align-text.html
Session plugin - saving problem ftp user
Submitted by
ottar on
Wednesday, 6 April, 2011 - 09:52
There's an error when saving a session with files that are opened from a ftp-server and where you need to use domain name and user name to log on to the ftp-server.
An example:
I open file ftp://domainname\user@host.com:21/file.txt
Session saves this: ftp://domainname/user@host.com:21/file.txt
jEdit tryes to open: ftp://domainname:21/user@host.com:21/file.txt
If session had saved ftp://domainname\user@host.com:21/file.txt, it wouldn't be a problem.
Structure Background Highlighter (StructureBackgroundHighlighter.bsh v1.0 by Björn "Vampire" Kautler)
Submitted by
Vampire on
Wednesday, 6 April, 2011 - 20:38
A jEdit BSH script that replaces the box-around structure highlighter by highlighting the background of the match. Put it into one of your startup scripts folders and restart jEdit.
search shortcut
Submitted by
sebo on
Thursday, 7 April, 2011 - 09:25
Hello,
I'm new to jedit. I was using ultraedit before... I was used to perform a search usign key F3 whenever a word was selected.
How to configure jedit to do that?
So far, I have to use Ctrl-F and paste the word I want to search into.
thanks.
Sébastien
Python and JPyDebug Config
Submitted by
flebber on
Friday, 8 April, 2011 - 10:39
Can I ask a little advice on configuration of Python for Jedit? I have installed JPyDebug as I found it a suggested plugin in another thread. It is installed but how do I actually configure it to work, as I am not quite sure on how to get it working?
Is there anything else that should be installed to make Jedit a productive environment? is there a stylecop or Pylint feature?
Thanks
flebber
Opening JEdit
Submitted by
thedoctor818 on
Saturday, 9 April, 2011 - 19:39
When I try to open JEdit, it gets as far as instlling plug-ins then freezes up, and I cannot close it. Plese help.