LTTPP / Eemory

An Eclipse plug-in aimed at integrating Evernote within the Eclipse IDE
MIT License
7 stars 0 forks source link

Information shows will use default note if leave the note field empty while actually a new note is created #16

Closed HuilanZhang closed 10 years ago

HuilanZhang commented 10 years ago

EEvernote Version: 1.0.0.201409111100 Eclipse Version: LUNA

Steps:

  1. In clip configuration, check notebook and input a valid value.
  2. Check note and leave the field empty, then OK.
  3. Select some codes and clip section to Evernote.
  4. A window will be displayed with note field.
  5. Leave the field empty, then click OK.

Observed Behavior:

  1. A dialog is displayed, showing "No existing, note found, default will be used?", select OK.
  2. Check note in Evernote, a new note with default name is created.

Expected Behavior:

  1. In the prompted window, if leave the field empty, a new note with default name should be created.
  2. In the prompted window, if input a note name which does not exist, should prompt dialog, showing the input note is not found, create a new one? Let user to choose Yes or No.
HuilanZhang commented 10 years ago

EEvernote Version: 1.0.0.201409181006 Eclipse Version: LUNA

Current behavior is the same with the expected.