Jump to content

dcon

Level 3
  • Posts

    219
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by dcon

  1. On 12/30/2018 at 7:03 PM, RavBoy said:

    Ok, so double clicking the .enex file on my laptop from the windows explorer folder, or right clicking the file and selecting open, both resulted in the popup notification saying it was imported, but again no import notebook was in fact created and no note imported!?

    If I remember, it just goes into your default notebook. You can also drag/drop the enex to a specific notebook (or just to the note list).

    • Like 1
  2. 25 minutes ago, WeCanLearnAnything said:

    Sounds like you think the website code is the root cause of the problem.

    Doesn't my GIF disprove that? Google Docs, Sublime, OneNote -and every other program I've found- perfectly capable of copy-pasting as expected? Why is Evernote uniquely incapable?

    Sublime is a plain text editor.

    Google Docs pasted exactly as EN did. Your 2nd paste was paste-as-plain-text - that's different.

    What's missing in EN is Google's paste-as-plain-text. (I'm never sure what paste-and-match-style does - I don't use it)

     

    What I do for things like that is paste into a plain editor (notepad, sublime, vim, etc), then select the text there and copy it. That puts plain text on the clipboard and removes any other format that EN may attempt first. (EN will always use html before plain text if it is available)

    • Like 1
  3. On 4/23/2020 at 3:38 PM, DTLow said:

    There must be more going on, Evernote allows deletion of "empty" notes

    There is. When a new note is initially created, it's not really there yet, so you can't delete. If you just switched to a different note, that new empty note will just vanish.

    (That whole new note flow is funky as h**l. Caused me no end of grief when working on issues in the various note lists. So much more fun to be doing greenfield work on robotic systems!)

  4. 20 hours ago, Kynareth said:

    There are no technical limitations making it exceptionally difficult to do.

    Uh. Yes there are. See my posts from (I'm guessing) a year ago.

    18 hours ago, PinkElephant said:

    So to get dark mode, EN needs to release the whole app in a completely new, 64 bit version.

    Dark mode has nothing to do with 32v64 bits. Windows Dark Mode is implemented in WindowsRT. We're (darn it - they're) a Win32 app (that refers to the API we're built on, not 32v64 bits - microsoft has such wonderful (confusing) names for some things). The application could be converted to 64 bits far easier - I'm guessing that wouldn't take more than a week, assuming all the 3rd party libraries in use are available. (no, don't suggest doing that - because now you've increased the installer complexity by more than 2. you've increased the testing effort by 2x. And frankly, it's not that memory constrained except in a couple particular places (import/export of enex files for instance).)

    Supporting dark mode means completely (and I mean completely) rewriting the entire UI layer. Either in another technology (WinRT) or by completely customizing all the standard controls currently in use. (For instance, I tried to do the standard list control - after a solid week of work it was nowhere close - I'm sure it can be done, but at that time I had other bugs that were far more critical.)

    Finally, there is a complete rewrite in progress. See the Beta thread.

    • Like 2
  5. On 4/21/2020 at 10:24 PM, jianfa.tsai said:

    Why not an option in Windows Evernote app > Options settings > user select checkbox so Evernote auto launch when laptop start up or user log in. Please implement? 

    It does. In the direct download version. This option is not enabled in the Windows Store version as we (when I was there) never figured out how to do that (and then, when an article was published a few years later, never had the time to implement it).

    • Like 1
  6. 1 hour ago, gazumped said:

    Hi. I wasn't aware of any limit

    Some preferences (particularly the windows-only ones like remember per folder sort order, colors) are stored in a user area - that only has a limited number of slots. So if you try to do a lot of folder customizing, it's not going to work well. Shortcuts are also stored in this area. (I forget if it's one slot per shortcut or one slot for all of them - I can't check the code anymore!)

    • Like 2
  7. Because that's not how Windows works... There are event handlers for each menu item. These dynamically enable/disable those items based on the menu identifier. But there are no event handlers for the parent menus because those items have no identifier.

    As a side note, those items not having an identifier make it very "interesting" when you want to add/remove a menu hierarchy.

  8. 44 minutes ago, CalS said:

    Amen.  I was going to add an SSD to my wife's 5 year old Lenovo so as to cut down on my help desk duties whenever some Windows process would take the machine for a ride until I watched a YouTube video on how to do it.  Getting a guitar pick and peeling back the keyboard was a bit more than I was interested in doing.  So the help desk is still open....

    😒

    Sometimes, it's just easier to buy a new laptop. (And considering the time that would be spent, cheaper too!)

  9. On 4/4/2020 at 5:48 AM, PinkElephant said:

    If the Laptop has a classical hard drive inside, it can be replaced by an SSD.

    I've had some laptops that required an engineering degree to do that. The really older ones typically had bay-accessible drives, making them easy to replace. Newer (but still old!) laptops got rid of the bays, requiring you to basically disassemble the entire machine. I remember one (Sony, I think) machine where I wanted to pull the drive. I gave up - couldn't figure out how to crack the case without actually, you know, cracking the case.

×
×
  • Create New...