<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/pftedit/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/pftedit/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/pftedit/bugs/</id><updated>2007-05-04T14:48:44Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Exit Saving Changes Doesn't Exit</title><link href="https://sourceforge.net/p/pftedit/bugs/4/" rel="alternate"/><published>2007-05-04T14:48:44Z</published><updated>2007-05-04T14:48:44Z</updated><author><name>ElLocoGato</name><uri>https://sourceforge.net/u/ellocogato/</uri></author><id>https://sourceforge.netfd1bf27890d35785322e8b933f677ed11a8dead3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When trying to exit the program when the file has been modified, if answer "Yes" to save file, the program does not exit.&lt;/p&gt;
&lt;p&gt;Steps to Reproduce&lt;br /&gt;
------------------&lt;br /&gt;
- Open a file with PftEdit and make a modification&lt;br /&gt;
- File -&amp;gt; Exit&lt;br /&gt;
- Click "Yes" on prompt to save file&lt;/p&gt;
&lt;p&gt;Expected Results:&lt;br /&gt;
File is saved and PftEdit program exits&lt;/p&gt;
&lt;p&gt;Actual Results:&lt;br /&gt;
File is saved, but PftEdit does not exit&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>File -&gt; Save after File -&gt; Save As saves to original file</title><link href="https://sourceforge.net/p/pftedit/bugs/3/" rel="alternate"/><published>2007-05-02T15:58:30Z</published><updated>2007-05-02T15:58:30Z</updated><author><name>ElLocoGato</name><uri>https://sourceforge.net/u/ellocogato/</uri></author><id>https://sourceforge.net325a8819aad24b30ad6b5d8a16a796aab350fbcb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;After a File -&amp;gt; Save As... operation, File -&amp;gt; Save saves to the original file instead of the new file.&lt;/p&gt;
&lt;p&gt;Steps to Reproduce:&lt;br /&gt;
-------------------&lt;br /&gt;
- Open font1.pft&lt;br /&gt;
- File -&amp;gt; Save As...  Save as font2.pft&lt;br /&gt;
- Make a modification&lt;br /&gt;
- File -&amp;gt; Save&lt;/p&gt;
&lt;p&gt;Expected Results:&lt;br /&gt;
Modification should be saved to font2.pft&lt;/p&gt;
&lt;p&gt;Actual Results:&lt;br /&gt;
Modification is saved to font1.pft&lt;/p&gt;
&lt;p&gt;Perhaps CMainFrame::DoFileSaveAs() should update m_filename on successful save.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Dirty state not updated when open new file (discard changes)</title><link href="https://sourceforge.net/p/pftedit/bugs/2/" rel="alternate"/><published>2007-05-02T15:53:40Z</published><updated>2007-05-02T15:53:40Z</updated><author><name>ElLocoGato</name><uri>https://sourceforge.net/u/ellocogato/</uri></author><id>https://sourceforge.nete182d25035dee9cf02d743006a8cff887f446aa8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If the File -&amp;gt; Open command is issued on a document that has been modified, and "No" selected when prompted to save current document, PftEdit assumes the new file is modified.&lt;/p&gt;
&lt;p&gt;Steps to Reproduce&lt;br /&gt;
------------------&lt;br /&gt;
- Open font1.pft file and make an edit&lt;br /&gt;
- File -&amp;gt; Open.  Select font2.pft file&lt;br /&gt;
- Answer "No" to prompt to save font1.pft&lt;br /&gt;
- File -&amp;gt; Exit&lt;/p&gt;
&lt;p&gt;Expected Results:&lt;br /&gt;
PftEdit should exit (no modifications to current file)&lt;/p&gt;
&lt;p&gt;Actual Results:&lt;br /&gt;
PftEdit prompts to save font2.pft&lt;/p&gt;
&lt;p&gt;Perhaps CMainFrame::DoFileOpen should set m_bModified to TRUE.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Dirty flag not updated on save</title><link href="https://sourceforge.net/p/pftedit/bugs/1/" rel="alternate"/><published>2007-05-02T15:43:38Z</published><updated>2007-05-02T15:43:38Z</updated><author><name>ElLocoGato</name><uri>https://sourceforge.net/u/ellocogato/</uri></author><id>https://sourceforge.net0cf00feb33379f79e3f5fee48b92256f214cf1a6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The dirty flag (asterisk in title bar) is not updated when saving the file.&lt;/p&gt;
&lt;p&gt;Version: 1.02&lt;/p&gt;
&lt;p&gt;Steps to Reproduce&lt;br /&gt;
------------------&lt;br /&gt;
- Open a .pft file&lt;br /&gt;
- Make a modification (asterisk appears in title bar)&lt;br /&gt;
- Ctrl-s&lt;/p&gt;
&lt;p&gt;Expected result:&lt;br /&gt;
Asterisk should disappear from title bar&lt;/p&gt;
&lt;p&gt;Actual result:&lt;br /&gt;
Asterisk remains in title bar&lt;/p&gt;
&lt;p&gt;The problem seems to be in CMainFrame::DoFileSave().  If the save is successful, m_bModified is set to FALSE, but the screen is not refreshed.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>