zericardo / sci-corpus

Scientific corpus manager.
6 stars 1 forks source link

Delete Sentence #46

Closed tiagocampo closed 10 years ago

tiagocampo commented 10 years ago

Please, explain more

    # IT HAS A PROBLEM, IF MORE THEN ONE COLUMn WAS DISPLAYED.
    # But for now its ok. I dont know how to provide just some items.

This is not an issue, this is expected. We can easily correct by creating a deleteSentence function that receives all the sentence information.

IT HAS ANOTHER PROBLEM: IT DELETES ALL SENTENCES THAT ARE EQUAL

    # But, because the user has selected a section, sub section and function
    # It was expected that just that sentence that he select.
dpizetta commented 10 years ago

But the problem of the first one is that: if the column numbers varies the quantity of information varies too. Like If the table has displayed section and sentence, when you double clicked a sentence it returns section and sentence, but the method not treats this now.

The second if you read from selected categories, its true, but if you select all (not select anything) and select a sentence you dont have the information about categories.