chaseman Posted April 23, 2011 Share Posted April 23, 2011 I'm using Notepad++ and I really like it, though one problem I have with this is, I'm always working on multiple projects and when I have the documents of one project spread across in Notepad++, which can be up to 15 documents, then I sometimes open up documents from other projects, which can be 2, 3 or more documents just to do slight modifications, and then when I come back at a later point I've then totally lost my overview and don't even know anymore which document belongs to which project. To even add to it, I also open up documents from third party projects just to learn from them - it happens that multiple documents have the same names (e.g. header, footer, sidebar), which makes it hard to differentiate them. So my question would be is there a code editor with "session tabs", which is how I call it, where I simply can switch back and forth between different type of sessions. For example: 1. My Project 1 - documents 1, 2, 3, 4, 5 etc. 2. My Project 2 - document 1, 2, 3, etc. 3. Third Party Documents - document 1, 2, 3, 4, 5, 6 etc. It would be best if I could switch between them on the fly, without having to save and load them. Notepad++ allows the saving and loading of session files, but I find it in the way how it's implemented into Notepad++ very impracticable. I'd appreciate any suggestions. Link to comment https://forums.phpfreaks.com/topic/234535-code-editor-with-switchable-session-tabs/ Share on other sites More sharing options...
gizmola Posted April 23, 2011 Share Posted April 23, 2011 I think it's fair to say that many people use IDE's that have a project concept built into them. All the files for a particular project are organized, and there are typically inspection and class hierarchy views that can be of great benefit. Netbeans and Eclipse w/PDT are 2 excellent free java based editors with an amazing number of features in each. Link to comment https://forums.phpfreaks.com/topic/234535-code-editor-with-switchable-session-tabs/#findComment-1205333 Share on other sites More sharing options...
chaseman Posted April 24, 2011 Author Share Posted April 24, 2011 Those programs are fully loaded, I'm mostly interested in a "session tabs" system. Is there a program that has the simplicity of Notepad++ but still a session tabs system that you can recommend? Link to comment https://forums.phpfreaks.com/topic/234535-code-editor-with-switchable-session-tabs/#findComment-1205678 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.