Top "Selection" questions

Selection is also the stage of a genetic algorithm in which individual genomes are chosen from a population for later breeding.

Character offset in an Internet Explorer TextRange

As far as I can tell there's no simple way of retrieving a character offset from a TextRange object in …

javascript html internet-explorer selection dhtml
WPF Datagrid Multiple Selection without CTRL or Space

The WPF Datagrid has two selection modes, Single or Extended. The WPF ListView has a third - Multiple. This mode …

wpf wpftoolkit selection wpfdatagrid
TreeViewer.setSelection() does not select the correct item after the path given

If there are more tree items based on the same object in the tree viewer, making a TreePath and passing …

eclipse selection jface treeviewer
Auto increment number for multiple lines in PhpStorm

How to achieve auto increment for multiple selection in PhpStorm ie. If I have lines like this selected or taged …

phpstorm selection increment emmet
How to create tooltip over text selection without wrapping?

My end goal is to create a tooltip over a text selection. The user will then be able to interact …

javascript jquery html selection textselection
How to find the selection text beginning and end positions in Javascript?

I am trying to find the textual start and end of the selection. So, in the following text, if I …

javascript jquery html selection getselection
Understanding a median selection algorithm?

I'm currently learning algorithms in my spare time but have the following question while studying chapter 3 select() algorithms. I understand …

algorithm recursion selection data-partitioning
How to disable text selection on a table in a tricky situation?

I have a basic table, like this: <table> <tbody> <tr> <td>Column 1&…

jquery html-table selection textselection
How to apply rounded borders to highlight/selection

I have used Visual Studio Online for a while for a project, and the way they apply rounded borders to …

css html visual-studio selection
How to bind a handler to a selection change on window?

Basically I need to know when the window.getSelection() has changed and bind a handler to this event. Ideas? OBS: …

javascript selection dom-events