| Summary: | [misc] Ability to apply a system level command as a filter on the current selection | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Maxime Daniel <maxime_daniel> |
| Component: | Text | Assignee: | Platform-Text-Inbox <platform-text-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P4 | Keywords: | helpwanted |
| Version: | 3.3 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | stalebug | ||
|
Description
Maxime Daniel
Just to clarify: you want to exectue (shell) commands from the OS inside the workbench, right? Setting to REMIND until requested info is ready. Basically, yes. But what I want is a very specific coordination between the workbench and the said commands. When I only want to run a command that has little correlation with the workbench contents, I drop to a shell and that's fine. What I suggest is that the contents of a (text) selection be filtered by a (combination of) os command(s), using the usual pipe tricks, commands arguments etc. to get what I want. Taking an example, assume I have the following text contents in scores.txt: 129003 maxime 20060913 12 maxime 20060104 200000 dani 20060412 I could sort it according to dates using: - Ctrl-A (select everything); - <new command to invoke an os command>; - sort -k3 <enter>. I could suppress your extravagant score using: - Ctrl-A (select everything); - <new command to invoke an os command>; - fgrep -v dani <enter>. (Which is more efficient for me, given my personal experience, than entering a search/replace in which the clever use of wildcards can get the same effect - basically replace * dani *\n with nothing.) And then I could combine those in a single interaction: - Ctrl-A (select everything); - <new command to invoke an os command>; - fgrep -v dani | sort -k3 <enter>. Or whatever. My point is that some people have a capital of working habits that rely heavily on Unix shell, and that it is easier for them to leverage that capital in legacy editors than in Eclipse. Would it be enough to have this for textual editors or do you also request this for dialogs wizards and other areas? Having it for text editors would be great already. Having said that, if you considered adding the function in a pervasive way accross all text input areas, I wouldn't complain. But I would not push hard for it, the main benefit I would see being design continuity/homogeneity, not the satisfaction of an everyday need. OK. Most likely we won't have time to address this feature unless we get a good quality patch. This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it and remove the stalebug whiteboard tag. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. |