Jump to content

dcon

Level 3
  • Posts

    219
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by dcon

  1. Anything in the Activity Log? (sometimes issues will be noted in there)
  2. Way back when (when I was there!), the decision was made to make the initial toolbar extremely minimal. Like @gazumped, I immediately customize my toolbar after a clean install (I put different shortcuts there, of course...)
  3. In addition to forcing updates on old versions, the upgrade stuff could be set so specific versions were tagged must-update. Sounds like that was one.
  4. My personal opinion: "the likelihood of it ever changing is beyond low". I could be wrong... I have no idea what the new beta can support - I stay(ed) as far away from javascript was I can(could)!
  5. I know you knew that! But some of the newcomers may not have made the connection!
  6. You could open the EXE in Visual Studio (as a resource) and modify the resource table... But, no, the ability to allow the user to remap accelerators was never done. It's not the simplest thing - I know, I implemented something like that in my little hobby program. With very limited developer resources, that was a conversation I never even heard come up during my 6 years there. (And, no, I don't know the history behind the mapping - that was done long before I started there)
  7. F3 is already in use. As is almost every key combination! As I remember, there's well over 100 different accelerators. (With a note in focus, F3 jumps you up to the tags and lets you start adding a tag)
  8. As I remember, the option to Skip is removed if you're on an old unsupported version. What version are you currently running?
  9. `@dconnet` was my previous Evernote time (thru Jun 2019). `@dcon` is me!
  10. The first one you may have previously said GOAWAY! ("Don't show again") I know the first time I install on a new machine and exit, I always click that! I think the 2nd only comes up sometimes (I don't remember the conditions). But you do need to have sync-changes-on-exit enabled (in options).
  11. Just using the `/DebugMenu` one. Tho I don't really need any of that stuff now...
  12. On one of my machines, the shortcut is always broken after install. The other machines are fine. No idea - and I worked on installers for a couple years before joining EN. I just delete the weird shortcut because I have a custom one that passes some command line args. I blame MSI.
  13. 🤷‍♂️ No clue whether it's the EN editor or CEF. (I never looked at the EN javascript editor. I'm a C++ dude - I have to preserve my sanity!)
  14. Not really. The only way a Win32 app knows that is by looking at an undocumented registry key. (Unless MS has changed that in the last few months - I work on Ubuntu now so I don't really keep up on things like that) And trying to get some system components (like the list control) to draw correctly is ... um ... I'm sure people at Evernote can still hear the echos of my screams (I left last June!) when I tried to get the listctrl working correctly...
  15. Video acceleration issue? In Options, General page, try turning off 'Enable Hardware Acceleration'.
  16. I'm currently having that issue with Access 2007 on one machine. The wonders of MSI...
  17. That was always my impression too. Though I never worked on that part of the code... Remember when we (well, it's now 'they'!) upgraded CEF? The dictionary format changed. (Which made a number of people very grumpy)
  18. But you can adjust the style of a local notebook. Mine are a slightly more grayish text.
  19. This triggers a vague memory... I think we had to do that to work around some oddities in CEF (chromium embedded framework) in order to get DnD to work. I didn't do that work, hence the vague memory. (after looking at CEF code, or worse, modifying it, an exorcism is required). Once you close EN down, any files left in the temp folder can be safely deleted.
  20. If I remember correctly, HTML is the first format requested (well, actually the 2nd, the 1st is EN's special format). Then RTF, followed by UNICODE. Somewhere in there is bitmaps...
  21. What I mean: If EN is running on a high DPI screen (let's say a 4K screen at 200%), then a nearly full screen width could be 3800 pixels. It saves that value. Not a normalized one at 1900. So when you change monitors and are now on a normal screen (1920px) at 100%, EN starts at 3800px. Another way, but less desirable - r-click on the actual evernote.exe and change the DPI setting at the windows level. But this means the app will be blurry on hi-DPI...
×
×
  • Create New...