mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-22 21:34:58 +02:00
[NEW_FEATURE] Snapshot feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1222 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
e8b76a28ec
commit
698f48e6ea
@ -5241,7 +5241,7 @@ struct Quote{
|
|||||||
const char *_quote;
|
const char *_quote;
|
||||||
};
|
};
|
||||||
|
|
||||||
const int nbQuote = 198;
|
const int nbQuote = 199;
|
||||||
Quote quotes[nbQuote] = {
|
Quote quotes[nbQuote] = {
|
||||||
{"Notepad++", "Good programmers use Notepad++ to code.\nExtreme programmers use MS Word to code, in Comic Sans, center aligned."},
|
{"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."},
|
{"Martin Golding", "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."},
|
||||||
@ -5419,6 +5419,7 @@ Quote quotes[nbQuote] = {
|
|||||||
{"Anonymous #143", "If 666 is evil, does that make 25.8069758011 the root of all evil?"},
|
{"Anonymous #143", "If 666 is evil, does that make 25.8069758011 the root of all evil?"},
|
||||||
{"Anonymous #144", "I don't want to sound like a badass but...\nI eject my USB drive without removing it safely."},
|
{"Anonymous #144", "I don't want to sound like a badass but...\nI eject my USB drive without removing it safely."},
|
||||||
{"Anonymous #145", "feet (noun)\na device used for finding legos in the dark"},
|
{"Anonymous #145", "feet (noun)\na device used for finding legos in the dark"},
|
||||||
|
{"Anonymous #146", "Buy a sheep\nName it \"Relation\"\nNow you have a Relationsheep\n"},
|
||||||
{"Floor", "If you fall, I will be there."},
|
{"Floor", "If you fall, I will be there."},
|
||||||
{"Simon Amstell", "If you have some problem in your life and need to deal with it, then use religion, that's fine.\nI use Google."},
|
{"Simon Amstell", "If you have some problem in your life and need to deal with it, then use religion, that's fine.\nI use Google."},
|
||||||
{"James Bond", "James, James Bond."},
|
{"James Bond", "James, James Bond."},
|
||||||
|
@ -298,7 +298,7 @@ BEGIN
|
|||||||
RTEXT "Directory :",IDD_BACKUPDIR_STATIC,99,146,40,8
|
RTEXT "Directory :",IDD_BACKUPDIR_STATIC,99,146,40,8
|
||||||
EDITTEXT IDC_BACKUPDIR_EDIT,146,144,179,14,ES_AUTOHSCROLL
|
EDITTEXT IDC_BACKUPDIR_EDIT,146,144,179,14,ES_AUTOHSCROLL
|
||||||
PUSHBUTTON "...",IDD_BACKUPDIR_BROWSE_BUTTON,332,144,16,14
|
PUSHBUTTON "...",IDD_BACKUPDIR_BROWSE_BUTTON,332,144,16,14
|
||||||
GROUPBOX "Snapshot and periodic backup",IDC_BACKUPDIR_RESTORESESSION_GRP_STATIC,79,1,289,59,BS_CENTER
|
GROUPBOX "Session snapshot and periodic backup",IDC_BACKUPDIR_RESTORESESSION_GRP_STATIC,79,1,289,59,BS_CENTER
|
||||||
CONTROL "Enable",IDC_BACKUPDIR_RESTORESESSION_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,105,17,101,10
|
CONTROL "Enable",IDC_BACKUPDIR_RESTORESESSION_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,105,17,101,10
|
||||||
EDITTEXT IDC_BACKUPDIR_RESTORESESSION_EDIT,164,35,21,14,ES_NUMBER
|
EDITTEXT IDC_BACKUPDIR_RESTORESESSION_EDIT,164,35,21,14,ES_NUMBER
|
||||||
RTEXT "Backup in every",IDD_BACKUPDIR_RESTORESESSION_STATIC1,82,37,78,8
|
RTEXT "Backup in every",IDD_BACKUPDIR_RESTORESESSION_STATIC1,82,37,78,8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user