Hi Stefan, > Hei Michael, > > thanks. The issue of the invert selection, if I remember correctly, was > if such function should be restricted to the layer, only to editable > layers or should include all layers. However, at that time we didn't had > the layer selectable property. Maybe this needs to be accounted for too? > Hence, I think such function requires a dialog menu and is not a > oneclick function [now without looking on what you did ;)]. > After consideration, I think that inverting from layers having selected features will fit most use cases. It will be quite easy to improve with a second tool or with a dialog menu if needed. Note that it is quite easy - to unselect an entire layer (make it invisible) - to add an entire layer to the selection (by pressing shift, and Edition>Selection>Select features from a layer) > Thanks for creating the plugin! Some people will be very happy ;) > on the SelectAllModifiedFeaturesPlugIn: I never included it, because I > forgot it - I guess. So thanks if you added it to default-plugins.xml. > Is it already internationalized? (maybe I just had this on my todo list > - and never did it). > Yes, internationalization is needed for the plugin I added and for Larry's one. It's a hard job to internationalize everything. May be easier to wait for a release, but I'm not sure. I tried to follow the guideline by adding T: before untranslated entries. > cheers from Calgary - only 1-2 more weeks of teaching left *yay*... and > then I should have more time for other things again. > Cheers.
Michaël > stefan > > Michaël Michaud schrieb: > >> Hi, >> >> We already had a discussion on the list about this feature. >> I could not remember exactly what the problem was, so I tried to >> implement it with the following semantic : >> >> scan all layers having selected features with >> selectionManager.getLayersWithSelectedItems >> - if invisible (not sure if invisible layer can have selected features), >> clear selection >> - if visible replace selected features by un-selected ones >> >> It is commited. You can try it and give me feed back if it does not work >> properly or if you think it won't work properly in some cases. >> >> I also added a PlugIn from Larry called SelectAllModifiedFeaturesPlugIn >> (it was not in the default-plugin.xml) >> Stefan, can you tell me if there is a reason why this plugin has not >> been included with other Larry's Select plugins at first time >> >> Michaël >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Jump-pilot-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >> >> >> > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Jump-pilot-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Jump-pilot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
