NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
NuSphere PHP Editor - Could have in future an TASK MANAGER ?


Joined: 17 May 2005
Posts: 1
Reply with quote
NuSphere PHP Editor - Could have in future an TASK MANAGER ?

E.g. :

Let's say
------------
task name

Project: project name Status: In Progress
Filename:
Start Date: 17/05/2005
End Date: 17/05/2005
Note: some project cool
Priority: a. High
Complete: 31%

---

And have export data to many formats like: HTML, SQL, XML, Excel....
View user's profileFind all posts by oseySend private message


Joined: 22 May 2004
Posts: 76
Reply with quote
I would like to see a task editor. One that is project specific. And you could add tasks per file or not. And you can give each task a category. And maybe create subtasks.
View user's profileFind all posts by jphilapySend private message
Veteran

Joined: 22 Sep 2005
Posts: 113
Reply with quote
That's something very useful for all serious developers.

I'd like to suggest an implementation where we could put "pins" in specific points of the code and add notes attached to that pin. This would be saved in the project file, and have a tab where we could see all of the pins and attached notes. When we dblclick on them the file/line is marked in code area.

This is exactly like the breakponts, except that the "condition" would be the note. Actually, I use some breakpoints to have the same effect, adding a condition like 'false && "something to note"'. Not elegant, but works.
View user's profileFind all posts by HoTShoTSend private message


Joined: 20 Nov 2005
Posts: 5
Reply with quote
As that following somehow hook-ups' with this topic then i'm posting it here. Somehow i like the
idea implemented in phpEclipse. The basic logic there is that:
You have defined expressions somewhere in settings, what kind of comments will be translated
as tasks (or to-do's). For example i've defined in the settings that when there is 'to-do' in the
comments, then this is added to tasks and if i'm typing somewhere:
# this is my function
# to-do: needs to be made...
function myFunction() {

}
Then to the tasks (or to-do) list there will be added new task "needs to be made" and if i'm clicking
on that task then the location of this "comment" is opened in the editor...

Of course, it would be nice if there is like start date, end date, priority, status etc. etc...

To be hornest, i think this is one of the feature, that I definelty need to have PHPEd. Currently i have
that kind of tasks/to-do lists all-over and this is definetly not very organised solution. Of course, there
are some kind of "task-list" utils, but it seems to have a feature, that should be in IDE.
View user's profileFind all posts by sauSend private message


Joined: 16 Oct 2003
Posts: 22
Reply with quote
I totally agree! This function would indeed be great!

//jan
View user's profileFind all posts by madwaxSend private message


Joined: 02 Aug 2007
Posts: 23
Reply with quote
This is definitely a NEEDED feature. Is this an included feature yet? If not that is really lame because this feature was requested in 2005 and it is really easy to implement, and anyone who has used one of these on a serious project knows how useful it is. If this feature has been implemented someone should have replied to this post a long time ago so that people searching for this feature can find out about it. Anything would be better than nothing. A simple way to implement this feature would be to have a place in the settings where you can set what would be considered a todo tag(which you could then use in comments in your code). There would also need to be a list of all the places in your code where these tags were used, and you would need to be able to click on an item in the list and to have it take you to that part of your code in the correct file.
View user's profileFind all posts by INTPnerdSend private message


Joined: 29 Jan 2009
Posts: 1
Reply with quote
sau wrote:
You have defined expressions somewhere in settings, what kind of comments will be translated
as tasks (or to-do's). For example i've defined in the settings that when there is 'to-do' in the
comments, then this is added to tasks and if i'm typing somewhere:
# this is my function
# to-do: needs to be made...
function myFunction() {

}
Then to the tasks (or to-do) list there will be added new task "needs to be made" and if i'm clicking
on that task then the location of this "comment" is opened in the editor...

that's exactly what I would need, such a function would be great!!

Unfortunately this is an older thread, and this function has not been implemented since then (or am I just overlooking it?).

Is such a feature planned for future releases?
View user's profileFind all posts by davidedesantisSend private message
NuSphere PHP Editor - Could have in future an TASK MANAGER ?
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic