Difference between revisions of "Searching within Inkscape"
Jump to navigation
Jump to search
Ahentznd09 (talk | contribs) |
|||
Line 2: | Line 2: | ||
:We have a Find dialog (ctrl+f) which works but is pretty clunky. If you can improve it in any way, that will be great help. One feature which is often requested is: search and select all objects that have the same fill/stroke/whatever as the currently selected object. Let me know if you need any help with your work. [[User:Bbb|Bbb]] 22:40, 13 November 2007 (UTC) | :We have a Find dialog (ctrl+f) which works but is pretty clunky. If you can improve it in any way, that will be great help. One feature which is often requested is: search and select all objects that have the same fill/stroke/whatever as the currently selected object. Let me know if you need any help with your work. [[User:Bbb|Bbb]] 22:40, 13 November 2007 (UTC) | ||
:Thanks so much for the tip. Another question: sorry if this is documented somewhere, but I couldn't seem to find it... I was looking at the Find dialog implementation code and I understand that, but where is this dialog being called from during program execution? The dialog compares a passed SPItem, where is this item coming from and where is it stored? Sorry for all the questions... | |||
--[[User:Ahentznd09|Ahentznd09]] 02:37, 15 November 2007 (UTC) |
Revision as of 02:37, 15 November 2007
I have been trying to work on searching algorithms within real-life code and am looking for a project in which to implement them. Inkscape seems like great project, so I was wondering if anyone had any need to search through objects within Inkscape and if this process needs to be optimized. Any and all feedback would be greatly appreciated. Thanks!
- We have a Find dialog (ctrl+f) which works but is pretty clunky. If you can improve it in any way, that will be great help. One feature which is often requested is: search and select all objects that have the same fill/stroke/whatever as the currently selected object. Let me know if you need any help with your work. Bbb 22:40, 13 November 2007 (UTC)
- Thanks so much for the tip. Another question: sorry if this is documented somewhere, but I couldn't seem to find it... I was looking at the Find dialog implementation code and I understand that, but where is this dialog being called from during program execution? The dialog compares a passed SPItem, where is this item coming from and where is it stored? Sorry for all the questions...
--Ahentznd09 02:37, 15 November 2007 (UTC)