GithubHelp home page GithubHelp logo

keynote-nf's People

Stargazers

 avatar

Forkers

bravesoftdz

keynote-nf's Issues

List view

I know this project is not to be continued, but...

I wonder how much effort it would be to add some more task functionality.
What I miss very much is a list view, with the fields
- note/node name/path;
- alarm time.

Double clicking on a row would jump to the node.

The list could be sorted by any attribute (or even filtered?).

2 reasons I miss it:
- alarm time is not seen in note view;
- list in the alarm window has too little info.

This list could be either in place of the current alarm list or a
completely new panel (latter would be best).

Extra:
- Clicking on a row of the list would display the notes belonging to it in
the editor panel.
- Filter: with/without alarm time, hide checked.

===========
Submitted: Andras Szabo ( proasm ) - 2008-09-19 15:11  (ID: 2119271)

(Migrated from
https://sourceforge.net/tracker2/?func=detail&aid=2119271&group_id=234737&atid=1
093761)

Original issue reported on code.google.com by [email protected] on 26 Nov 2008 at 11:41

Behaviour of lists styles

When applying list styles, the first indent of list (bullet or numbering)
is not homogeneous. It seems like sometimes did a little jump backwards, if
we apply numbering list.
And so, sometimes, if we apply bullet list style, then numbering list, and
again bullet style, the position of bullet list is not the same at the
beginning.

Besides, if line has bullet list style and we click in numbering list style
button, instead of applying numbering list, disappears list style. Idem
with numbering style.

Original issue reported on code.google.com by [email protected] on 30 Nov 2008 at 9:31

Ctr+Shift+TAB, before selecting previous page, focus on tree

      if ( shift = [ssCtrl,ssShift] ) then
      begin
        //key := 0;
        //Pages.SelectNextPage( false );
        Key := 0;
        RxRTFKeyProcessed := true; // do not handle this key in OnKeyPress
        if ( assigned( ActiveNote ) and ( ActiveNote.Kind = ntTree )) then
        begin
          TTreeNote( ActiveNote ).TV.SetFocus;
          ActiveNote.FocusMemory := focTree;
        end;
      end;

Now Ctrl+Shift+TAB works as follows:
If foucus is on rtf: comes back to tree, if on tree: chooses previous note.

Original issue reported on code.google.com by [email protected] on 1 Feb 2009 at 3:21

HOME key, could put caret on first non-space position

Example: notepad++
e.g.
  test;
if I am at the end of exemplary line I push home
and I am on beggining by now in keynote.
In notepad++ however I am just at first letter t position.
Then next hit of home moves caret to beggining of the line.
And yet another one again to letter t.

Sorry I produce so many key-enhancement requests, but I think
it is easy to work on all of them just together once to make it perfect.
These is small things which make life faster and easier :)

Original issue reported on code.google.com by [email protected] on 23 Jan 2009 at 5:54

Can't Access the new help file anyway!

Of course I'm not all that clever, but I can't get the new help file to work.
I copied all the files into a new folder ('Keynote' what else)and the help
file comes up but it can't find any of the pages when I hit the links in
there. How about going back to the old style .hlp files; it could become a
progressive meme among more advanced programmers. Or not.

Original issue reported on code.google.com by [email protected] on 5 Jan 2009 at 12:07

Inserting a node doesn't allways shows ok if the previous one is hidden.

When a node is inserted in the tree from a node in which the immediately
previous one is hidden, the new node doesn't appear immediately before but
as the last sibling. Internally the position is correct but it is not shown
ok. For that reason could not be possible to move the node upwards (with
shift+up), probably because its position is already the first.

Original issue reported on code.google.com by [email protected] on 29 Dec 2008 at 12:37

Not able to scroll when paste long image....

What steps will reproduce the problem?
1. Open with Firefox or Chrome and 
http://upload.wikimedia.org/wikipedia/commons/f/f0/Dallas_skyline_1912c.jpg
2. Copy the image(Ctrl+C or "Copy Image" from context menu)
3. Paste it in KeyNote

What is the expected output? What do you see instead?
Image is very long but there are no scrollers enabled and there is no way 
to see entire image- scroll it.

Using KeyNote 1.7.5 - Windows XP 




Original issue reported on code.google.com by [email protected] on 2 Feb 2009 at 12:27

File saved once with 1.7.4rev2 does not open in 1.6.4 anymore

What steps will reproduce the problem?
1. Try to open encrypted knt file saved by 1.7.4rev2 version with 1.6.4

What is the expected output? What do you see instead?
File should open, gray screen can be observed instead.

What version are you using? On what operating system?
1.7.4rev2 winxp home

Please provide any additional information below.
I suppose there is a problem with alarms which were not available in previous 
version and hence unable to read. However I removed alarms,
does not help.

Original issue reported on code.google.com by [email protected] on 21 Jan 2009 at 5:58

Functional Suggestion for KeyNote 1.7.3.3.‏

Dear Mr. Daniel Prado Velasco / KeyNote Dev Team
CC: Mr. Marek 

Hello. Thank you for your efforts to enhance KeyNote.
I deeply appreciate your idea and creativity.

I am using KeyNote to make categorized notes for facts.
While I'm using keynote, I came to feel following necessities of 
additional functions.

1. Multiple Instance Execution
   Unikely MS-word for other normal software, user cannot run multiple 
instances of KeyNote.
   I can run only 1 KeyNote in a single computer. I think you made 
protection in the keynote software 
   to stop running multiple KeyNotes at the same time.
   Can you enable this multiple running function so that user can do 
certain comparison job 
   between 2  or 3 keynote documents.

2. Import other keynote document into tree node
   I think this function would be useful, because copy and paste function 
is not allow for tree note.
   Tree node should be allowed for copy and paste.

3. Paste text into the name of tree node by Ctrl+V key operation
    It will save some time and effort of user, unless the user should type 
in all the text.

4. Extended HTML support for Copy and Paste clipboard operation
    Unlikely MS-Word, KeyNote does not fully support copying the text 
attributes and picture image file from url source.
    So I found I can overcome such problem by copying text from Internet 
Explorer and pasting it into MS-Word.
    Then I copy the document with text attribute + JPG from MS-word into 
KeyNote.

That's all of my suggestions. And I hope also to contribute to your 
enhancement efforts by some means later,
such as language localization (Korean) or for your other efforts.
Thank you and best regards

John Kim
From Korea

Original issue reported on code.google.com by [email protected] on 28 Nov 2008 at 8:57

Alt+C should give letter ć in polish language, does nothing

What steps will reproduce the problem?
1. Push alt+C when having polish keyboard layout.

What is the expected output? What do you see instead?
ć

What version are you using? On what operating system?
1.7.4 rev2 winxp home

Please provide any additional information below.
Maybe it is assigned to something different?
Once I had simmilar issue with F2 when using UAS integration.
Even in other editors when pushing F2 it did not work.

Original issue reported on code.google.com by [email protected] on 21 Jan 2009 at 5:46

Crash on starting 2nd instance

What steps will reproduce the problem?
1. Start Keynote
2. Set "Allow only one instance"
3. Attempt to start another instance.
4. This causes a crash: "KeyNote NF (New Features) has encountered a
problem and needs to close.  We are sorry for the inconvenience."


What is the expected output? What do you see instead?
See above.

What version are you using? On what operating system?
Keynote version 1.7.4 (rev. 2)

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 21 Jan 2009 at 1:56

Indent a line when numbering is on

First of all look at attachement.
The point is that indent after numbering within same line 
is 2 instead of 4.. well it is visible what I mean.
Additional issue here is - when I push enter, then numbering is reset.
Option of continuation would be nice ;)

Original issue reported on code.google.com by [email protected] on 30 Jan 2009 at 12:12

Attachments:

nfo ASCII read support

Fist of all thanks a lot for implementation of my suggestions.
For the second, sorry I can not put is as low priority - I do
not see option for that? I am blind maybe..
For the third, sorry I am posting so much, but these are nice ideas,
I simply want to make it better, that is all.
You can always delete it, so you did.

I attach 2 photos in order to show you, how useful nfo standard is to
draw arrows etc. Additionally try this software:
www[dot]defacto2[dot]net/download.cfm?file=FNW-NFO_Builder2000.zip

If you do not want to implement free cursor ok, I can use other soft,
but at least reading of these characters (ASCII.jpg)would be very useful,
of course as low priority.

Original issue reported on code.google.com by [email protected] on 1 Feb 2009 at 12:31

Attachments:

It is allowing RETURN even in read-only mode

Even though it's set the Read-Only option (Note->Read Only) Keynote allows
changes to the leaf text by pressing <RETURN> key.
All other text are not entered but the <RETURN> key allows changes which
it shouldn't

Original issue reported on code.google.com by [email protected] on 24 Dec 2008 at 12:36

Spell Shecking

Prado, it would be good if the way Keynote look dictionary to spell sheck 
could be changed. When one wants a spell sheck, the program always search 
in the English dictionary, I try to select Spanish, but it goes back to 
the English one.

Original issue reported on code.google.com by [email protected] on 2 Jan 2009 at 3:32

Holding Ctrl+arrow up/down could shift document

It would be great to hold Ctrl+arrow up/down and shift entire document, while 
cursor could be still in the same place, by now cursor moves, so sometimes I 
need to wait until it reaches top or bottom of the page to see what have I 
written before or after.

Original issue reported on code.google.com by [email protected] on 21 Jan 2009 at 5:22

Can't see the content of the nodes (DLL different from MSFTEDIT.DLL didn't work)

I have used Keynote for a long time and I have several .knt files generated
with version 1.6.5.
When I open one of those files with the new version on a PC with Win2k I
can see the hierarchy of nodes but I can't see the content (the text) of
any node.
I have also installed Keynote on a laptop with Vista OS and the version
1.7.4 works well. 

Thanks 

Original issue reported on code.google.com by [email protected] on 9 Jan 2009 at 9:29

Context menu for Note apperas not under cursor

What steps will reproduce the problem?
1. create New keynote file
2. make RIGHT CLICK on default tab named 'New Note'
3. context menu appeared on top left corner of screen, but not under cursor

What is the expected output? What do you see instead?
-

What version are you using? On what operating system?
Release_1.7.3.3

Please provide any additional information below.
i use Microsoft Windows Vista Enterprise with SP1

Original issue reported on code.google.com by dvkuznecov on 19 Dec 2008 at 2:57

Attachments:

Multiple Instance Execution

(Extracted from issue #4 by johankimm)

Unikely MS-word for other normal software, user cannot run multiple 
instances of KeyNote.
I can run only 1 KeyNote in a single computer. I think you made 
protection in the keynote software to stop running multiple KeyNotes at the
same time.
Can you enable this multiple running function so that user can do certain
comparison job between 2  or 3 keynote documents.

John Kim
From Korea

Original issue reported on code.google.com by [email protected] on 30 Nov 2008 at 1:27

New button: Copy Format

It could be useful to add a new button that behaves like 'Copy format' of
MS Word. This new button will internally use functions already defined:
Copy/Paste Font Attributes and Copy/Paste Paragraph Attributes.

Original issue reported on code.google.com by [email protected] on 30 Nov 2008 at 3:42

Alarm events/notice suggestion

First of all take a look at attachement.
There are 2 nice features there:
1. reoccuring events

2. time of alarm can be set before acutal time of the event
I.e. for example I have a note with meeting at 3pm, 
but I would like to be informed at 2pm still keeping time 2pm.
Of course I can write it in a note, but it would be nice enhancement.

3. By now it is only possible to postpone event by some minutes or day
It would be nice to have it for few months or year as well.
See how Chaos Manager does that. It is really good solution.

Original issue reported on code.google.com by [email protected] on 21 Jan 2009 at 7:45

Attachments:

free-cursor ASCII art mode

I just realized, because we have poor image handling,
it could be good idea to have a mode in which cursor
could move freely so that drawing of schemas would be easy.
I mean so called ASCII art creation.
e.g.

----------
  |    |

is a table.. but.. now cursor moved max to the last character.
If it could move freely, drawing would be easier.
Of course, that could be also an optional mode of editing a note.

Original issue reported on code.google.com by [email protected] on 31 Jan 2009 at 5:04

Indent Decrease Keyboard Shortcuts do not Work

What steps will reproduce the problem?
1. In the text of a note, use CTRL+; to increase first line indent
2. Try to use SHIFT+CTRL+; to decrease first line indent nothing happens
3. This problem does not exist with decrease left indent (SHIFT+ALT+;) or
with decrease right indent (SHIFT+CTRL+')

What is the expected output? What do you see instead?
expect: first line indent decreases
actual result: no change in first line indent

What version are you using? On what operating system?
1.7.4 on Windows XP; this problem also exists on 1.6 on Windows XP
both using RichEdit DLL ver 4 (msftedit.dll)

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 22 Jan 2009 at 4:34

Changing First Indent

In version 1.6.5 functions 'Increase First Indent' and 'Decrease First
Indent', didn't work as expected when applied to a selection of several
lines. First indent in all the lines changed to the same value; relative
values were lost.
In current version now this works, but with a 'handmade' solution that it
doesn't work fine all the times.
Now I know that RichEdit control allows to specifiy first indent in a
relative manner, non absolute. This will be the correct solution

Original issue reported on code.google.com by [email protected] on 30 Nov 2008 at 3:35

Multilanguage version of KeyNote NF

This a request demanded by many people, specially non-English speaking. I
have been looking for a solution in internet and I have found a very
interesting utility: Kryvich's Delphi Localizer
(http://kryvich.googlepages.com/index.html)

I have yet to make some adjustments to the program, like allowing to select
the language in the configuration options, and convert many of the strings
in the code into resource strings (localizable).

Besides, I will need people who want to make the translation into various
languages. All it is needed is to translate strings stored in easy-to-edit
ini-style files. 
As the main .ini file (to be translated) is available I will attach it to
this issue, so that next release could be in several languages, if possible.

Original issue reported on code.google.com by [email protected] on 5 Jan 2009 at 4:47

File names are always saved in lower case

What steps will reproduce the problem?
1. Create new file
2. Save it with a name which contains upper-case characters, e.g.
"MyKeyNoteFile.knt"

What is the expected output? What do you see instead?
Expected: file is saved as "MyKeyNoteFile.knt".
Actual: file is saved as "mykeynotefile.knt".

What version are you using? On what operating system?
Both KeyNote 1.6.5 and KeyNote NF 1.7.4 rev. 2.

Please provide any additional information below.
Even after renaming the file back to "MyKeyNoteFile.knt" in some file
manager, the next saving in KeyNote turns the file's name to
"mykeynotefile.knt" again.

Original issue reported on code.google.com by [email protected] on 29 Jan 2009 at 9:05

cannot open files saved using 1.7.3.3 via version using the original 1.6.5..

"...Also, with KeyNote 1.6.5 it is possible to open a file created with a 
later version, but in this case, if the file is saved, the alarms and 
information about checked nodes will be lost..."

hey Daniel, great work taking up keynote dev... just a little note about 
the above compatibility issue, it seems there is no prob opening old files 
using new version but not vice versa...? thanks

Original issue reported on code.google.com by [email protected] on 28 Dec 2008 at 1:32

Alarm time can be accidentally altered

Found in v1.7.1:
When browsing through the list in the 'Set Alarm' window, the alarm time
previously set is displayed under the window title (OK), but the controls
for setting the alarm time at the bottom are not updated to this value;
they keep showing a default value. It results in accidentally overwriting
the alarm time with the default value when clicking on the Apply button.

Submitted:
Andras Szabo ( proasm ) - 2008-09-19 15:26 

(Migrated from
https://sourceforge.net/tracker2/?func=detail&aid=2119286&group_id=234737&atid=1
093758)

Original issue reported on code.google.com by [email protected] on 26 Nov 2008 at 11:26

TAB multiple lines

I mean if some code2 and some code3 need to be alligned together to e.g. 6th 
column, by now I need to push tab few times on every line.
It could be great enhancement to mark 2 lines together and push TAB, so that 
all lines will be tabbed together.
{
  some code1
  if
    {
      some code2
      some code3
    }
}

Original issue reported on code.google.com by [email protected] on 21 Jan 2009 at 5:06

Idea for handling images

By now when I have bitmap or jpeg paste I can not change it easily.
I have to copy, paste e.g. in paint than again copy and paste
to keynote and rezize to same size that it was before.
The nice idea would be - on double click, create temporary jpeg or bmp
file, than lunch e.g. paint with parameter on that temp file
(could be optional software to edit images) as child process,
finally when saved and child process is closed, copy content of that
temporary file, delete it and put it in place of old data in keynote file.
On the end resize to state from before change.
In that way one could easily edit images, e.g. add some line, or circle,
or apply even some vector graphic software e.g. Diagram Designer.
Very useful when designing conceptions instead of regular paper :)

Original issue reported on code.google.com by [email protected] on 23 Jan 2009 at 10:38

Tabs context menu and Export...

Tabs context menu 
(issue 1)

What steps will reproduce the problem?
1. Create new note
2. Click right mouse button on the "New note"'s tab
3. The context menu appears above the cursor, not below it

What is the expected output? What do you see instead?
The context menu must appear below the cursor. 
Instead, it appears above the cursor and current menu's item is "Remove
Note". Several times I clicked it accidentally (automatically) and was
prompted to delete the note (which I did not want to do).

What version are you using? On what operating system?
1.7.5.1, Windows XP


Export... 
(issue 2)

What steps will reproduce the problem?
1. Create new note or open some existing note
2. Select File -> Export...
3. In the "Export notes dialog", activate "Options" tab
4. Click "Help on headings"

What is the expected output? What do you see instead?
Expected: Help on headings
Actual: Unexpected error

What version are you using? On what operating system?
1.7.5.1, Windows XP

Original issue reported on code.google.com by [email protected] on 5 Feb 2009 at 12:14

Keyboard shortcuts

It would be very useful to have keyboard shortcuts for text formatting like
underline (Ctrl-U), bold (Ctrl-B or Ctrl-G (for French users)) and italics
(Ctrl-I).

If I may suggest, other keyboard shortcuts that I often use in other
programs are: Ctrl-< and Ctrl-Shift-< to decrease/increase the font size.

Many thanks for continuing the development of this very handy application.

Luc

Original issue reported on code.google.com by [email protected] on 14 Jan 2009 at 3:41

Changing font style of a selection

Since 1.6.5 (at least) changing the font style of a selection causes losing
the styles that are currently present.
For example, if selection is "one two three" and word "two" has bold style,
to apply italic style to the selection makes the selection to be in italic
but deletes bold style of 'two' word.

Original issue reported on code.google.com by [email protected] on 2 Jan 2009 at 12:40

Error on converting old links with the prefix "file:///?"

On converting old links with the prefix "file:///?" to the new format, by
Shift-Click on URL and "Modify"ing from modal window 'Choose Action for
URL', the new hyperlink will not work.
This is not true with links with the prefix "file:///*" The are converted ok.

Original issue reported on code.google.com by [email protected] on 14 Jan 2009 at 4:44

Open Office ODF interoperability

I see Keynote uses some of MS Word functionality. Keynote being open
source, it would be great if it used the functionalities of Open Office and
better if it could save in ODF 1.2 format.

Thanks for the great update.

Daniel L
Montreal

============
Submitted: Nobody/Anonymous ( nobody ) - 2008-10-24 03:20 (ID: 2190769)

(Migrated from
https://sourceforge.net/tracker2/?func=detail&aid=2190769&group_id=234737&atid=1
093761)

Original issue reported on code.google.com by [email protected] on 26 Nov 2008 at 11:45

Import other keynote document into tree node

(Extracted from issue #4 by johankimm)

I think this function would be useful, because copy and paste function 
is not allow for tree note.
Tree node should be allowed for copy and paste.

John Kim
From Korea

Original issue reported on code.google.com by [email protected] on 30 Nov 2008 at 1:28

Links

Improving the way links are managed. 

MSFTEDIT.DLL (RichEdit v.4) understands the following RTF command:
{\field{\*\fldinst{HYPERLINK "hyperlink"}}{\fldrslt{\cf1\ul textOfHyperlink}}}
This way links could use internal ID of nodes, and not the title, as
actually occurs, and so modifying titles or moving nodes will not break
links. Besides, it will be possible to distinguish between the text that is
shown (it could be clearer) and the link itself.

(In my other project -TESELA- I use this characteristic)

Original issue reported on code.google.com by [email protected] on 30 Nov 2008 at 4:04

In version which I compiled 1.7.4 from svn search does not work

What steps will reproduce the problem?
1. Try to search within note

What is the expected output? What do you see instead?
Results, by now I only get results from treeview, not from content.

What version are you using? On what operating system?
Funny thing is, that in binary 1.7.4rev2 from downloads that works.

Please provide any additional information below.
Either there is some change, or I compiled wrong code?

Original issue reported on code.google.com by [email protected] on 26 Jan 2009 at 9:58

First line indentation doesn't work as should

For example, it is not possible to format a paragraph so that first line is
indented to the rigth, like:

   First line ......
Second line.....

Also, first line indentation should admit negative values, because it is
relative to left indent. 
Another possibility is to rename the negative first line identation as
other type of especial identation (in spanish we named it as 'french
indentation' unlike positive indentation, properly 'first line indentation')

Original issue reported on code.google.com by [email protected] on 29 Jan 2009 at 2:08

Extended HTML support for Copy and Paste

(Extracted from issue #4 by johankimm)
Extended HTML support for Copy and Paste clipboard operation

Unlikely MS-Word, KeyNote does not fully support copying the text
attributes and picture image file from url source.
So I found I can overcome such problem by copying text from Internet 
Explorer and pasting it into MS-Word. Then I copy the document with text
attribute + JPG from MS-word into KeyNote.

John Kim
From Korea

Original issue reported on code.google.com by [email protected] on 30 Nov 2008 at 1:33

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.