diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-02 15:39:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-02 15:39:37 +0000 |
commit | bba1ccccb6072b6e12ede32d4e8e6a28ede32c5c (patch) | |
tree | 5e35e904856f67a54762ff16a0e3d0a8f7928d57 /plugins/Non-IM Contact/docs/todo.txt | |
parent | 6270be1be1979c0ad41ea506200431bcfc79360c (diff) |
first version of Non-IM Contact that could be compiled
git-svn-id: http://svn.miranda-ng.org/main/trunk@4287 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Non-IM Contact/docs/todo.txt')
-rw-r--r-- | plugins/Non-IM Contact/docs/todo.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/plugins/Non-IM Contact/docs/todo.txt b/plugins/Non-IM Contact/docs/todo.txt new file mode 100644 index 0000000000..4fb4ffe442 --- /dev/null +++ b/plugins/Non-IM Contact/docs/todo.txt @@ -0,0 +1,29 @@ +file() vars
+ plain number
+ ??????
+
+line() vars
+ plain number
+ lastline(X)... where X is the number of lines above the last i.e 0 is last, 1 is second last
+ "Word"...
+ random... between 0 and LinesInFile-1 ?????
+
+print()
+ wholeline(line()).. line as above
+ start()
+ number (first char to start coping from)
+ line()
+ "" ... find the word inside
+ csv(line()seperator()) seperator is any single CHAR and "space" or "tab" without ""'s
+ end()
+ same as start
+
+
+- ignore global status change
+- only show contacts with protocols visibility (i.e if nimc is set to dnd then only contacts with dnd will be shown) and somehow an option to reverse this...
+- a fwe other hidden options which no1 else but me knows about... :D
+- hide the protocol status icon in the status menu.. (may as well c how hard it is to add...)
+- treat away as another status. (i.e not the same as online where the contacts r always online)
+- never allow timer
+
+
\ No newline at end of file |