CodeIgniter Forums
Use Komodo Edit Projects? I need advice/help... - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Use Komodo Edit Projects? I need advice/help... (/showthread.php?tid=26178)



Use Komodo Edit Projects? I need advice/help... - El Forum - 01-07-2010

[eluser]troy_mccormick[/eluser]
So I've just started using Komodo Edit (KE) and I really do love it. However, I would like to use the Projects feature they have and I'm not sure how to set it up so that only the files I would need to edit get put in there.

Let me back up a bit. My folder structure is a bit different and I'm not sure if KE can handle it...
Code:
www/
|-- applications
  |-- app_name
    |-- .git
    |-- config
    |-- controllers
    |-- errors
    |-- helpers
    |-- hooks
    |-- language
    |-- libraries
    |-- models
    |-- views
|-- system1-7-2
    |-- cache
    |-- codeigniter
    |-- database
    |-- fonts
    |-- helpers
    |-- language
    |-- libraries
    |-- logs
    |-- plugins
    |-- scaffolding
|-- resources
  |-- app_name
    |-- css
    |-- images
    |-- js
Obviously there are multiple apps where I have "app_name". What I would like to accomplish is being able to only add the application and resources folders to a KE project...then also somehow use that same system for git (which may be a separate issue).

Enough rambling...any ideas? Questions?? :-P

Thanks in advance,

-Troy


Use Komodo Edit Projects? I need advice/help... - El Forum - 01-07-2010

[eluser]troy_mccormick[/eluser]
I'm an idiot. For those looking to do this you need to mark the project as "non-live" by right clicking the project then going to Properties > Directory Import and unchecking the Live Import checkbox. :-P

Now...how do I get git to do basically the same thing? Anyone know much about ignoring in git???