From 3d7183e494fb5942a81b7960c2e54a8eee70e8c5 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Mon, 27 May 2013 00:59:08 +0000 Subject: [PATCH] [BUG_FIXED] Fix small window size problem due to closing Notepad++ in icon state (reduced in the taskbar) on the last session. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1050 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/src/Notepad_plus.cpp | 6 +++++- PowerEditor/src/Notepad_plus.rc | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/PowerEditor/src/Notepad_plus.cpp b/PowerEditor/src/Notepad_plus.cpp index d12d72a24..3720ed29d 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -5142,7 +5142,7 @@ struct Quote{ const char *_quote; }; -const int nbQuote = 130; +const int nbQuote = 134; Quote quotes[nbQuote] = { {"Notepad++", "Good programmers use Notepad++ to code.\nExtreme programmers use MS Word to code, in Comic Sans, center aligned."}, {"Martin Golding", "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."}, @@ -5265,6 +5265,10 @@ Quote quotes[nbQuote] = { {"Anonymous #89", "I'm drunk and you're still ugly."}, {"Anonymous #90", "Clapping:\n(verb)\nRepeatedly high-fiving yourself for someone else's accomplishments."}, {"Anonymous #91", "CV: ctrl-C, ctrl-V"}, +{"Anonymous #92", "Whoever said technology will replace paper has obviously never tried to wipe their ass with an iPad."}, +{"Anonymous #93", "YES!\nI'm a programmer, and\nNO!\nIt doesn't mean that\nI have to fix you PC!"}, +{"Anonymous #94", "I was in the store today... gettin condoms. I asked for 50 of them.\nThere were 4 girl teenagers behind me and they started laughing,\nso I turned around looked them all in the eye and said \"make that 54\"."}, +{"Anonymous #95", "With great power comes great electricity bill."}, {"Gandhi", "Earth provides enough to satisfy every man's need, but not every man's greed."}, {"R. D. Laing", "Life is a sexually transmitted disease and the mortality rate is one hundred percent."}, {"Apple fan boy", "I'll buy a second iPhone 5 and buy a lot of iOS applications so that Apple will be able to buy Samsung (this shitty company) to shut it down and all the Apple haters will be forced to have an iPhone. Muhahaha..."}, diff --git a/PowerEditor/src/Notepad_plus.rc b/PowerEditor/src/Notepad_plus.rc index 801be60d8..b11d1bbc1 100644 --- a/PowerEditor/src/Notepad_plus.rc +++ b/PowerEditor/src/Notepad_plus.rc @@ -455,7 +455,7 @@ BEGIN MENUITEM "Document Map", IDM_VIEW_DOC_MAP - //MENUITEM "Function List", IDM_VIEW_FUNC_LIST + MENUITEM "Function List", IDM_VIEW_FUNC_LIST MENUITEM SEPARATOR MENUITEM "Synchronize Vertical Scrolling", IDM_VIEW_SYNSCROLLV MENUITEM "Synchronize Horizontal Scrolling", IDM_VIEW_SYNSCROLLH