How to make WinCVS show only Unmodified files - filtering

I'm using WinCvs 2.0.0.2 (Build 2).
How can I make it filter, to show only files that are:
known to CVS
not modified
Things I've tried
Filters
I've looked at all the filters at the top in the toolbar, and I can't see how any combination of these could show only unchanged files:
Show All Commitable Files Only
Show Changed Files Only
Show Added Files Only
Show Removed Files Only
Show Conflict Files Only
Show Missing Only
Hide Any Missing
Show Unknown Only
Hide Amy Unknown
Show Any Ignored
Filter Bar
I've also tried enabling the Filter Bar, to filter on the value in the State column.
I had thought this was the most promising approach, but the problem is that I can't work out how to make this filter to only show rows where the State value is empty.
The help in WinCvs's "Select State Filter" dialog is rather content-free:
Filter Selection dialog box
The dialog options allow you to select the filter value from any of the previously used ones.
I've googled for tips on the Filter Bar, and not spotted any useful tips on how to use this to exclude values. I've read the CvsGui FAQ, and can't see any explanation of more advanced use of the Filter Bar.

Unfortunately, the answer is really simple: No, this not possible.
This: http://cvsgui.sourceforge.net/newfaq.htm#filters_howto is really all there is.
What is your use case, though?

This Facility is not available in WINCVS. It is available only in eclipse plugin.

Related

How do I set relative dates in Directus?

In settings>interfaces>dates, I want to turn off the "relative" toggle, but when I flip that toggle it seems to turn itself back on as soon as I leave the screen, so the setting isn't taking.
This setting works in other interface options like "datetime", but appears not to work in "dates". Does anyone have any tips to solve this? Thank you!
Edit: there are some related open issues like this one, but I was unable to find anything directly relevant. I also don't see any obvious option to save.
You're currently looking just at templates for all interfaces. settings/interfaces doesn't have to do anything with settings but is there to help development of interfaces.
Heres how you can change that setting:
Goto settings/collection & fields
Select a collection where a Date-Time field is present.
Select the Date-Time field.
You will now the this popup:
Here you can change the the time preview to relative. There is no global switch for your information.

Why do my QlikSense charts show blank unless I select values explicitly

I'm not sure if something changed in an update or what. This didn't use to happen. I'm in the newest version.
All the charts I create show blank unless I explicitly select values from selections pane or in a filter pane. Shouldn't the default show all data until I activate a filter by selection? I know that there's an option to select everything from a selection on open, but I can't seem to find how to disable what's happening now as the default. This is not just on a single chart here and there. It's on anything I create. And it happens regardless of extension or internal charts. Qlik Sense included vs VizLib, etc.
You can see no filter is created, yet no data. And the setting that would do this in a single chart isn't engaged. And to be clear, I haven't messed with any settings in the chart beside placing the Dimension and Measure fields... very simple.
ASSIGNEE_F04
Count(Distinct TASK_ID_F04)
I've tried playing with any settings within the chart itself, but nothing works. Is there some kind of global defaults setting that I can change somewhere?
And if I force selections...

Grouping Tabs in Tableau

I have a Tableau report with about 30 tabs in.
I'd like to group them up into 4/5 categories to make it easier to navigate. Preferably with folders or a menu.
I can not see any obvious way of doing this and a few searches suggests that this is a feature Tableau have not included, which surprises me since I would have thought they would be all about making data presentable!
Does anyone know of a way to do this?
Thanks.
Grouping tabs would appear to be a feature request (here's an Idea in the Tableau Community for this functionality)
As a more general point, having a complex workbook with that many tabs can potentially lead to performance issues, so it might be worth investigating whether the workbook can be split into smaller parts.
As of Tableau 9.3, there is no explicit feature for grouping worksheet (tabs) in a workbook. But there are a couple of other features that can help you keep large workbooks organized.
You can assign colors to tabs (via a right click menu) and of course move them around to whatever order and color scheme makes sense to you. The slide sorter view is helpful for organizing tabs.
You can also hide worksheets to reduce clutter (again via right click). That is useful for hiding views that only exist to be included in some dashboards. (You can only hide a worksheet if it appears on at least one dashboard)

Eclipse working sets -- how to rename them? Also, can the error-icon be disabled?

After mild frustration with the difficulty to make top-level "plain old folders" within Eclipse for visual-organization purposes, I discovered that the thing I'm after is called a "working set". Hooray! But they don't seem to be rename-able, by any of the apparent avenues (right-clicking on it or using the Configure Working Sets window).
Is that just the way things are, since no one should be so lazy as to refuse making a new working set with the right name and transferring everything over? Or am I missing something obvious?
I also have a more minor question whose answer I already think I know. Can I tell a specific working set not to change its icon to have the "red X" when one of its children has an error? Nothing in the preferences under Debugging suggests to me the ability to turn off the automatic icon-changing. It's a useful feature, but I have a few simple practice projects with very basic errors, and I don't need the visual reminder to "fix" them, especially if they're in my "Practice" working set, whose icon I'd prefer not to change.
To rename a Working Set, you need to get to the dialogue of selecting a Working Set (click on the white down arrow at the top right of the package explorer > Configure Working Sets..), focus on your Working Set and click the "Edit" button. There, you can change the Working Set's name, as well as what's actually included in the Working Set.
There is no way (that I know of) to change the icon display to avoid showing the errors marker.

How to exclude files/folder from Markers view in eclipse?

Is there a way in eclipse to stop markers from showing in the Markers view for files in a certain folder? I.e. I imported a Javascript library that I didn't write myself but it is going to be part of my project and I don't want to have to look at all the "TODO" and "FIXME" markers in those files and would just want to see my markers only... Is there a way to exclude certain folders or files form being scanned by the markers process?
Apparently, I was able to resolve this by adding the folders I wanted to exclude to the exclusion list under Project->Properties->Validation. (Click settings beside each validation, Add Exclude Group button, Add Rule button, select folder option, browse for relative folder)
You can configure the content of the Markers view (the one displaying errors and warning in source code) and the content of the Tasks view (the one displaying "TODO" and "FIXME") by clicking on the "small down arrow" in the top right of the view (near the minimize and maximize buttons) and then clicking on Configure Contents ... entry.
Hope this can help,
Manu
By selecting Configure Contents like Manu said, there is also the option to list the tasks for a specific working set, using the Scope area at the right.
That worked for me, and I'm not annoyed anymore by all Zend Framework #todo.
Hope this helped, Stéphane
I'm doing a node app and wanted to exclude my node modules folder. I found the only way to do this is to create a working set that excludes that directory and set the Task -> configure contents to that working set.
How to exclude a folder that is producing warnings/errors in an Eclipse project?