Eu edito vários arquivos CSS de uma vez, como posso abri-los todos ao mesmo tempo?
Você pode usar o Gerenciador de Sessões do Notepad ++.
Para salvar uma sessão:
-
Inicie o Notepad ++
-
Abra os arquivos que você deseja ter na sessão.
-
"Arquivo" > "Salvar sessão ..."
-
Dê à sua sessão uma sessão "Nome" e um "Link" (nome do arquivo de sessão), depois clique em "OK"
FecheoNotepad++
Pararestaurarumasessão:
Sessõeseprojetos
HowtostoreandretrievesetsoffilesastheywereopenedinNotepad++
SessionskeeptrackofwhatfilesareopenedinNotepad++,withsomeextrainformationlikefilepositionsandhighlighterforthefile.ThedetailedcontentsofsessionfilesisdescribedintherelevantsectionofEditingConfigurationFiles.Sessionsdonotbackupfiles-seeSettings->Preferences->Backup/Auto-Completionaboutthis.
Thereareexactly5controlsinNotepad++thatrelatetosessions:
- File->Loadsession....
- File->Savesession....
- Settings->Preferences->Backup->Remembercurrentsessionfornextlaunch
- Settings->Preferences->Backup->Enablesessionsnapshotsandperiodicbackups*
- Settings->Preferences->MISC->Sessionfileext.:
...
Sessionfiles
Theyareplainxmlfiles,withsomeobviousstructureyoucanborrowfromexistingsession.Thismeansyoucaneditthemmanually,ifthisiseasier.Inparticular,sessionfileswillrecordbookmarksandhowtextisfolded.
Bydefault,sessionfileshavethe.xmlextension,butyoucanchangethatfromSettings->Preferences->MISC->Sessionfileext(lookinthelowerrightcorner).
session.xmldoesnotgetrenamedwhenyouchangethedefaultsessionextension.Thisisnotanissue,becauseyoucanaskNotepad++toloadanyfile,aslongasithascontentsthatcanbeunderstood.
Fonte