dmberry / soylent

Automatically exported from code.google.com/p/soylent
0 stars 0 forks source link

Shortn preview text is incorrect when there are multiple active Shortn tasks #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If I create multiple Shortns, they all seem to preview the same text?

Original issue reported on code.google.com by esperte...@gmail.com on 19 Nov 2010 at 12:42

GoogleCodeExporter commented 8 years ago
Here's some more information about this bug:

When you launch Soylent, you get a sidebar on the right. Each Shortn command 
that's been issued shows up in that sidebar, along with a preview of the text 
that's being shortened. However, if you launch two Shortn commands on different 
text, they show the same preview text.

Here are some classes that might be helpful:
- https://code.google.com/p/soylent/source/browse/View/Sidebar.xaml (as well as 
Sidebar.xaml.cs)
- https://code.google.com/p/soylent/source/browse/View/SoylentPanel.cs
- https://code.google.com/p/soylent/source/browse/View/HITView.xaml.cs

To recreate the bug, select text, go to the Soylent ribbon tab in MS Word, and 
click "Shortn". Select another piece of text and click Shortn again.

For extra points, please change the rendering of the HITView so that the text 
is no longer a hyperlink, but just a plain piece of text.

Original comment by esperte...@gmail.com on 24 Oct 2012 at 8:38