Menu

Commit [r1090]  Maximize  Restore  History

Add a button to the options dialog which opens the example who-is-who.txt file for editing.

If the file does not yet exist, it is extracted from the resources and saved to the correct location.

steveking 2015-10-16

changed /trunk/src/CommitMonitor.rc
changed /trunk/src/CommitMonitor.vcxproj
changed /trunk/src/CommitMonitor.vcxproj.filters
changed /trunk/src/OptionsDlg.cpp
changed /trunk/src/resource.h
changed /trunk/src/who-is-who.example
/trunk/src/CommitMonitor.rc Diff Switch to side-by-side view
--- a/trunk/src/CommitMonitor.rc
+++ b/trunk/src/CommitMonitor.rc
@@ -174,11 +174,12 @@
                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,240,283,10

     PUSHBUTTON      "&Save projects...",IDC_EXPORT,6,264,85,14

     PUSHBUTTON      "&Load projects...",IDC_IMPORT,103,264,85,14

-    LTEXT           "",IDC_AEROLABEL,7,280,10,3

+    LTEXT           "",IDC_AEROLABEL,7,280,10,0

     DEFPUSHBUTTON   "OK",IDOK,344,285,50,14

     PUSHBUTTON      "Cancel",IDCANCEL,396,285,50,14

     CONTROL         "Scroll to earliest unread item, when project is selected",IDC_SCROLLTOLASTUNREAD,

                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,251,189,10

+    PUSHBUTTON      "Configure Author Aliases...",IDC_SETUP_ALIASES,7,285,181,14

 END

 

 IDD_FINDBAR DIALOGEX 0, 0, 246, 21

@@ -260,6 +261,7 @@
         LEFTMARGIN, 7

         RIGHTMARGIN, 446

         VERTGUIDE, 180

+        VERTGUIDE, 188

         VERTGUIDE, 426

         VERTGUIDE, 430

         TOPMARGIN, 7

@@ -453,6 +455,13 @@
 

 /////////////////////////////////////////////////////////////////////////////

 //

+// WHOSWHO

+//

+

+IDR_WHOSWHO             WHOSWHO                 "who-is-who.example"

+

+/////////////////////////////////////////////////////////////////////////////

+//

 // String Table

 //

 

/trunk/src/CommitMonitor.vcxproj Diff Switch to side-by-side view
Loading...
/trunk/src/CommitMonitor.vcxproj.filters Diff Switch to side-by-side view
Loading...
/trunk/src/OptionsDlg.cpp Diff Switch to side-by-side view
Loading...
/trunk/src/resource.h Diff Switch to side-by-side view
Loading...
/trunk/src/who-is-who.example Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.