topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 2:45 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - jeme [ switch to compact view ]

Pages: [1]
1
In case that someone is thinking about buying one or more of the following programs:
- Curvy 3D 1.6 by Aartform (3D modeler)
- TwistedBrush Pro by Pixarra (2D paint)
- Genetica 3.0 Basic by Spiral Graphics (Textures)
- Dj D Artagnan by John Somnitz (music)
- Project Dogwaffle 4.1 by Dan Ritchie  (2D Paint - this is not the latest version, but anyway) 
- Archipelis Designer 2 by Archipelis (Basic photo-to-3D modeler)
- Texture anarchy by Digital Anarchy (Textures) 
- AnyFX for Project Dogwaffle by Pixelan (Visual Effects)
- Dynamic Auto Painter (DAP) by Mediachance (2D painting (literally) program)

Then check this web site: http://www.coolcreativebundle.com/
I'm still wondering where the catch is, but they offer all nine for a total of 59$.
(I'm not related to any of these guys, just thought, some of you would like to know as I would have when I bought one of the programs some time ago)

2
Since I'm jumping between different browsers and computers, I wonder what might be the best way to organize my "URL collection", i.e. to store all those URLs that I come across over time and find worth memorizing. Now I'm thinking of using CHS for this purpose, since it is independent of any browser and provides a pretty fast and easy access via shortcuts to store and recall the URLs.

Is anyone else doing this already and has some tips how to organize this in the best way? Or has anyone other tips in this direction? Actually, one question that I don't have a good answer for is how to keep such collections on different machines (in different networks) in synch. I do not really like the solutions that require a dedicate web service provider for this. Maybe using a USB stick in some way might be an option, even though I'm sure, I would forget it taking with me all the time...

And another thought (which is actually triggered by my laziness, I guess...): Is there a way to connect CHS and FARR, so that I could list or even call certain URLs stored in a child group in CHS by calling FARR and typing e.g. the group name or a part of the URL or clip name?

3
Best Text Editor / jEdit is worth a closer look, too, meanwhile
« on: October 02, 2010, 10:01 AM »
I just came across this review and forum and thought I shoult put in a good word for jEdit, which has improved a lot over the years. I remember that, some years ago (maybe actually about the time when this text editor review was written), I tried jEdit, found it way to slow (as also stated in some old posts in this forum) and lost interest. Last year or so, I tried it again, and it has become by far my favourite OpenSource/freeware text editor for my programming edits in Perl, XSLT, XML etc., even though it primarily addresses the Java world (The PSPad descriptions here made me think though, I should check this one again, too, as a supplementary editor).

jEdit has become extremely powerful, and editing is not slow at all any more. Depending on the amount of plug-ins installed, it still takes some time to load though and then is not an option for a short edit on the quick; however, this is not really an issue for me, because I usually start it once and then let it run all day. Also I have a lot of plug-ins installed (hum, many of which I had installed just for checking and have actually never used again...).

I can't give an in-depth review right now (time flies, you know...), but mentioning a few features that have fundamentally changed my way of editing, might be good to make you curious:
  • Various quick search modes, search results shown per search task in a pane docked at the left and repeatable
    In my installation, a search bar is permanently visible and accessible by different shortcuts, activating different modes, e.g.
    Ctrl+Comma: find the text typed in the search bar and jump to the first/next occurence
    Alt+Comma: dito, but taking over the currently highlighted text string
    Ctrl+Period: Find all occurences of the currently highlighted string and list them in a separate pane (which I docked at the left, see below). This is called "Hypersearch" in jEdit.
    The hitlist after Ctrl+Period shows all matchig text lines sorted by line in a collapsible node list; the actual match is highlighted within the hitlist line, and clicking on the line directly jumps to the word in the text. If you run another search, the former results stay available as a collapsed node so that you can check them again later and even redo them via the context menu of the node.
    Since it is so handy (particularly with the side pane and the persistent result list), I use this feature all the time e.g. to quickly check where are declarations and references of a variable, how did I actually spell a word, how often does it appear, etc.
    Full regular expression support and also searching several files at once are very helpful features, too (and an alternative plug-in, xsearch, provides some even more powerful functions, e.g. a "find all" that highlights all occurences in the text at once and allows you type the replacement life into the text - see also column editing below).
  • Powerful column editing: copying and pasting entire blocks at any place, and typing text in several lines at once
    I've never seen a column editing like here: I just keep Ctrl+Shift pushed and use the mouse to highlight a rectangular block independently of line starts and ends. Then I can paste this block somewhere as a new text block as usual. But I can also highlight another block and even a "column" of zero width (!) and paste the previously copied block into this newly selected area (you might have to try this out to really grasp it). I can also highlight such a zero-width column and type text (or spaces) which appears in every line of the highlighted block then. And I can even highlight several blocks/columns one after the other somewhere in the text and copy/paste/fill them alltogether (by using the "rectangular selection mode" and the "multiple selection mode" together).
    This is extremely helpful, if I have to do formal edits or want to re-arrange table-like texts, where the first part of the lines should remain unchanged.
  • File tabs can be displayed at the side (instead of top or bottom) and sorted alphabetically
    I tend to work with a lot of files at once, usually. The usual file tabs being on top (or bottom) of the view frequently become awkward in this case: Either I have permantently to scroll in a single-line tab row, or I have several tab rows, which change their order all the time. Also, I personally have problems to find things, if they are arranged as a field; I find things easier if they are listed as a single row or column. I had the same problems in jEdit until I detected that I can also put the tabs at the right (or left) of the view, and that they even can appear sorted by file name and can get different colors depending on the file extension. This way, I have a pretty stable set of tabs which makes it much easier to jump between tabs (if I could even highlight certain tabs sometimes, that would make it even better, but there are always things to improve...). Actually, if I open too many files, it creates two or more columns, too, and I have the same problem as described before, but I can open far more files in this mode, before this happens.
  • Highlight plug-in: Simultaneously highlighting different text strings all over the text in different colors (with regex support)
    The "Highlight" plug-in is particularly helpful to analyze existing code or e.g. XML documents: Since I frequently need to understand how different text strings (e.g. XML tags) are used in relationship to each other, the search functions do not really help, because they cannot visualize relationships. The highlighter does not solve all these cases either, but frequently is a quick first helper in this case.

There is a lot more stuff, that I should describe here (e.g. keyboard shortcuts and/or macros assignable to virtually everything, language support capabilities incl. tag pairing in XML). And no question, there is also quite a few of things that could use improvement still. Also, since it is very extensible and adaptable, you will need a certain time to really take advantage of the possibilities (note that quite a few features are provided via plug-ins, e.g sorting text (including deletion of duplicates if wished) and also some of the column editing described above requires the TextTools plug-in). And: I suppose, this editor will not fit all your needs either, probably. For example, the hex editing plug-in is very rudimentary still (I'm sure though the jEdit community will welcome new contributors; unfortunately I do not have any Java skills at all). But even though I'm not part of the active jEdit community (not yet at least), I guess, you can sense my excitement caused by this editor, and I thought I should share this with you. If you like, give it a try.





4
Clipboard Help+Spell / Auto-push/pull clipboarder?
« on: August 16, 2010, 05:33 PM »
I wonder whether I'm just too stupid too find it, or whether there is really no function like that available somewhere (which would be an excellent extension for CHS then, I guess):

You know the situation where you have to copy a set of data from one window or document to another, from a document to a web form or a spreadsheet or whatever? And you have to do this again and again and again. Don't laugh, there is quite a few people out there who have to transfer a lot of little pieces of data this way, because an automated solution is too expensive, e.g. for managing small web sites, content management systems, maintaining meta data, filling forms etc; I have some colleagues who have to do this quite often (and the situation isn't even that rare for myself).

And their job made me wonder: Why isn't there a clipboard utility that has an auto-push/pull mode? When I switch into this mode, every CTRL+C puts the selected item on top of the clipboard stack (as usual), and every CTRL+V pastes it at the cursor and removes it from the stack.* Since I easily fall into a delirium after doing such a job for a while (just a guess ...), a little frame showing the current stack at the mouse cursor would be helpful to ensure that I'm still on track. Also, it wouldn't be bad to have an Undo shortcut at hand that allows me to fully revert the pace and to undo the previous few actions, i.e. removes the previously pasted content (and ideally even restores any potential content that might have been overwritten by that paste) and puts the thing back on the top of my stack. We all make mistakes, and all the more during such a mechanical job...  :-[

This way, I could go through e.g. a table, pick, let's say, the five cells of a row with five quick "double-click and CTRL+C"s in sequence, then I go to the form or whatever, drop the five values with another five quick "Click and Ctrl+V"s, go back to the table etc. I think, this would tremendously speed up this type of work, wouldn't it?
--------
* Maybe, internally, two clipboard stacks would make sense in this case, the one displayed at the mouse cursor, which reflects the push/pull status, and another one, where the pasted stuff stays in the stack. This way, the clipboard utility could keep up its clipboard history functionality without bothering the push/pull workflow.

Pages: [1]